body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

#myBody .menuComponent .ant-menu-horizontal {
  border-bottom: none;
}
#myBody .menuComponent .ant-menu {
  background-color: transparent;
  color: white;
}
#myBody .menuComponent .ant-menu-item,
#myBody .menuComponent .ant-menu-submenu {
  border-bottom: none;
  height: 100%;
}
#myBody .menuComponent .ant-menu-item-active,
#myBody .menuComponent .ant-menu-item:hover,
#myBody .menuComponent .ant-menu-submenu-active,
#myBody .menuComponent .ant-menu-submenu:hover,
#myBody .menuComponent .ant-menu-submenu-title:hover {
  color: inherit;
}
#myBody .layout > .ant-tabs-bar {
  margin-bottom: 0;
}
#myBody .ant-table-thead > tr,
#myBody .ant-table-header {
  background-color: #f4f6f8;
}
#myBody .antdTableAndPagination {
  display: flex;
  flex-direction: column;
}
#myBody .antdTableAndPagination .ant-table-wrapper {
  flex: 1 1;
  min-height: 1px;
}
#myBody .antdTableAndPagination .ant-table-wrapper .ant-spin-nested-loading,
#myBody .antdTableAndPagination .ant-table-wrapper .ant-spin-container,
#myBody .antdTableAndPagination .ant-table-wrapper .ant-table-content,
#myBody .antdTableAndPagination .ant-table-wrapper .ant-table-scroll {
  height: 100%;
}
#myBody .antdTableAndPagination .ant-table-wrapper .ant-table-fixed-left,
#myBody .antdTableAndPagination .ant-table-wrapper .ant-table-fixed-right {
  height: calc(100% - 8px);
  display: flex;
  flex-direction: column;
  border: none;
}
#myBody .antdTableAndPagination .ant-table-wrapper .ant-table-fixed-left .ant-table-body-outer,
#myBody .antdTableAndPagination .ant-table-wrapper .ant-table-fixed-right .ant-table-body-outer {
  flex: 1 1;
  min-height: 1px;
}
#myBody .antdTableAndPagination .ant-table-wrapper .ant-spin-container {
  display: flex;
  flex-direction: column;
}
#myBody .antdTableAndPagination .ant-table-wrapper .ant-spin-container .ant-table {
  flex: 1 1;
  min-height: 1px;
}
#myBody .antdTableAndPagination .ant-table-small {
  overflow: hidden;
}
#myBody .antdTableAndPagination .ant-table-scroll {
  display: flex;
  flex-direction: column;
}
#myBody .antdTableAndPagination .ant-table-scroll .ant-table-body {
  flex: 1 1;
  min-height: 1px;
}
#myBody .antdTableAndPagination .ant-table-scroll .ant-table-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none;
}
#myBody .antdTableAndPagination .ant-pagination {
  display: flex;
  justify-content: flex-end;
  margin: 10px;
}
.ant-dropdown,
.ant-dropdown-menu,
.ant-cascader-menu {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ant-spin-nested-loading > div.ant-spin-container {
  height: 100%;
}
.ant-spin-nested-loading > div.ant-spin-container > div {
  height: 100%;
}
.ant-spin-nested-loading > div div.ant-spin {
  height: 80%;
  max-height: 80%;
}
.ant-menu-submenu-popup .myMenuItemComponent {
  display: flex;
}
.ant-menu-item,
.ant-menu-submenu-title,
.ant-calendar-input,
.ant-menu-item-group-title {
  position: relative;
  will-change: transform;
  transition: none !important;
  padding: 0 36px;
}
table .ant-table-thead > tr > th {
  background: #f4f6f8;
  color: #303740;
}
div.ant-table-bordered .ant-table-header > table,
div.ant-table-bordered .ant-table-body > table,
div.ant-table-bordered .ant-table-fixed-left table,
div.ant-table-bordered .ant-table-fixed-right table,
div.ant-table-bordered .ant-table-thead > tr > th,
div.ant-table-bordered .ant-table-tbody > tr > td {
  border-color: #e9eef7;
}
i.ant-input-search-icon {
  color: #8092b7;
}
i.ant-input-search-icon:hover {
  color: #8092b7;
}
span.ant-select-selection {
  border-color: #bdc8db;
}
span.ant-select-selection .ant-select-selection__placeholder {
  color: rgba(128, 146, 183, 0.5);
}
label.ant-radio-button-wrapper:not(.ant-radio-button-wrapper-checked) {
  border-color: #bdc8db;
}
label.ant-radio-button-wrapper:not(.ant-radio-button-wrapper-checked):not(:first-child)::before {
  background: #bdc8db;
}
div div .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
div div .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
div div .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
div div .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
div div .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
div div .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
div div .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
div div .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transition: none;
}
#myBody .ant-tree .treeNode {
  padding: 2px 0;
}
#myBody .ant-tree .treeNode .iconfont.iconindex {
  color: #8092b7;
  font-size: 14px;
}
#myBody .ant-tree .treeNode .ant-tree-iconEle {
  width: auto;
  width: initial;
  margin-right: 4px;
}
#myBody .ant-tree .treeNode span.ant-tree-switcher {
  position: relative;
}
#myBody .ant-tree .treeNode span.ant-tree-switcher .ant-tree-switcher-icon,
#myBody .ant-tree .treeNode span.ant-tree-switcher .ant-select-switcher-icon {
  -webkit-transform: none;
          transform: none;
}
#myBody .ant-tree .treeNode span.ant-tree-switcher .ant-tree-switcher-icon.anticon-caret-down,
#myBody .ant-tree .treeNode span.ant-tree-switcher .ant-select-switcher-icon.anticon-caret-down {
  position: relative;
  left: 4px;
}
#myBody .ant-tree.ant-tree-show-line .ant-tree-switcher {
  font-size: 15px;
}
#myBody .ant-tree.ant-tree-show-line .ant-tree-switcher > i.anticon-minus-square,
#myBody .ant-tree.ant-tree-show-line .ant-tree-switcher > i.anticon-plus-square {
  width: 13px;
  height: 13px;
  overflow: hidden;
  position: relative;
  top: -1px;
}
#myBody .ant-tree.ant-tree-show-line .ant-tree-switcher > i.anticon-minus-square > svg,
#myBody .ant-tree.ant-tree-show-line .ant-tree-switcher > i.anticon-plus-square > svg {
  position: relative;
  left: -1px;
  top: -1px;
}
#myBody .ant-tree.ant-tree-show-line .ant-tree-node-content-wrapper {
  padding: 0;
  padding-right: 4px;
}
#myBody .ant-tree.ant-tree-show-line > li:before,
#myBody .ant-tree.ant-tree-show-line .ant-tree-child-tree > li:before {
  content: " ";
  width: 1px;
  border-left: 1px solid #bdc8db;
  height: 100%;
  position: absolute;
  left: 12px;
  top: 0;
  margin: 0;
}
#myBody .ant-tree.ant-tree-show-line > li:first-child,
#myBody .ant-tree.ant-tree-show-line .ant-tree-child-tree > li:first-child {
  padding-top: 2px;
}
#myBody .ant-tree.ant-tree-show-line > li:first-child:before,
#myBody .ant-tree.ant-tree-show-line .ant-tree-child-tree > li:first-child:before {
  top: 6px;
  height: calc(100% - 6px);
}
#myBody .ant-tree.ant-tree-show-line > li:last-child,
#myBody .ant-tree.ant-tree-show-line .ant-tree-child-tree > li:last-child {
  padding: 2px 0;
}
#myBody .ant-tree.ant-tree-show-line > li:last-child:before,
#myBody .ant-tree.ant-tree-show-line .ant-tree-child-tree > li:last-child:before {
  height: 14px;
}
#myBody .ant-tree.ant-tree-show-line > li:first-child:last-child:before,
#myBody .ant-tree.ant-tree-show-line .ant-tree-child-tree > li:first-child:last-child:before {
  height: 8px;
}
#myBody .ant-tree.ant-tree-show-line > li span.ant-tree-switcher-noop,
#myBody .ant-tree.ant-tree-show-line .ant-tree-child-tree > li span.ant-tree-switcher-noop {
  background: transparent;
}
#myBody .ant-tree.ant-tree-show-line > li .ant-tree-switcher-noop > i,
#myBody .ant-tree.ant-tree-show-line .ant-tree-child-tree > li .ant-tree-switcher-noop > i {
  visibility: hidden;
}
#myBody .ant-tree.ant-tree-show-line > li .ant-tree-switcher-noop:after,
#myBody .ant-tree.ant-tree-show-line .ant-tree-child-tree > li .ant-tree-switcher-noop:after {
  content: " ";
  height: 1px;
  border-bottom: 1px solid #bdc8db;
  width: 10px;
  position: absolute;
  left: 12px;
  top: 50%;
  margin: 0;
}
#myBody .ant-v5-tree .treeNode {
  padding: 2px 0;
  width: 100%;
  display: flex;
  align-items: center;
}
#myBody .ant-v5-tree .treeNode .ant-v5-tree-indent-unit {
  position: relative;
  left: 2px;
  width: 20px;
}
#myBody .ant-v5-tree .treeNode .iconfont.iconindex {
  color: #8092b7;
  font-size: 14px;
}
#myBody .ant-v5-tree .treeNode .ant-v5-tree-iconEle {
  width: auto;
  width: initial;
  margin-right: 2px;
}
#myBody .ant-v5-tree .treeNode span.ant-v5-tree-switcher {
  position: relative;
}
#myBody .ant-v5-tree .treeNode span.ant-v5-tree-switcher > .anticon {
  width: 13px;
  height: 13px;
  overflow: hidden;
  position: relative;
  top: -1px;
}
#myBody .ant-v5-tree .treeNode span.ant-v5-tree-switcher > .anticon > svg {
  position: relative;
  top: -1px;
  left: -1px;
}
#myBody .ant-v5-tree .treeNode .ant-v5-tree-checkbox {
  margin: 1px 4px;
}
#myBody .ant-v5-tree.ant-v5-tree-show-line .ant-v5-tree-switcher {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.45);
  background: #fff;
  width: 20px;
}
#myBody .ant-v5-tree.ant-v5-tree-show-line .ant-v5-tree-switcher > i.anticon-minus-square,
#myBody .ant-v5-tree.ant-v5-tree-show-line .ant-v5-tree-switcher > i.anticon-plus-square {
  width: 13px;
  height: 13px;
  overflow: hidden;
  position: relative;
  top: -1px;
}
#myBody .ant-v5-tree.ant-v5-tree-show-line .ant-v5-tree-switcher > i.anticon-minus-square > svg,
#myBody .ant-v5-tree.ant-v5-tree-show-line .ant-v5-tree-switcher > i.anticon-plus-square > svg {
  position: relative;
  left: -1px;
  top: -1px;
}
#myBody .ant-v5-tree.ant-v5-tree-show-line .ant-v5-tree-switcher > .ant-v5-tree-switcher-leaf-line {
  left: 0;
}
#myBody .ant-v5-tree.ant-v5-tree-show-line .ant-v5-tree-switcher > .ant-v5-tree-switcher-leaf-line:before {
  inset-inline-end: initial;
}
#myBody .ant-v5-tree.ant-v5-tree-show-line .ant-v5-tree-node-content-wrapper {
  padding: 0 3px;
}
#myBody .ant-v5-tree.ant-v5-tree-show-line > li:before,
#myBody .ant-v5-tree.ant-v5-tree-show-line .ant-tree-child-tree > li:before {
  content: " ";
  width: 1px;
  border-left: 1px solid #bdc8db;
  height: 100%;
  position: absolute;
  left: 12px;
  top: 0;
  margin: 0;
}
#myBody .ant-v5-tree.ant-v5-tree-show-line > li:first-child,
#myBody .ant-v5-tree.ant-v5-tree-show-line .ant-tree-child-tree > li:first-child {
  padding-top: 2px;
}
#myBody .ant-v5-tree.ant-v5-tree-show-line > li:first-child:before,
#myBody .ant-v5-tree.ant-v5-tree-show-line .ant-tree-child-tree > li:first-child:before {
  top: 6px;
  height: calc(100% - 6px);
}
#myBody .ant-v5-tree.ant-v5-tree-show-line > li:last-child,
#myBody .ant-v5-tree.ant-v5-tree-show-line .ant-tree-child-tree > li:last-child {
  padding: 2px 0;
}
#myBody .ant-v5-tree.ant-v5-tree-show-line > li:last-child:before,
#myBody .ant-v5-tree.ant-v5-tree-show-line .ant-tree-child-tree > li:last-child:before {
  height: 14px;
}
#myBody .ant-v5-tree.ant-v5-tree-show-line > li:first-child:last-child:before,
#myBody .ant-v5-tree.ant-v5-tree-show-line .ant-tree-child-tree > li:first-child:last-child:before {
  height: 8px;
}
#myBody .ant-v5-tree.ant-v5-tree-show-line > li span.ant-tree-switcher-noop,
#myBody .ant-v5-tree.ant-v5-tree-show-line .ant-tree-child-tree > li span.ant-tree-switcher-noop {
  background: transparent;
}
#myBody .ant-v5-tree.ant-v5-tree-show-line > li .ant-tree-switcher-noop > i,
#myBody .ant-v5-tree.ant-v5-tree-show-line .ant-tree-child-tree > li .ant-tree-switcher-noop > i {
  visibility: hidden;
}
#myBody .ant-v5-tree.ant-v5-tree-show-line > li .ant-v5-tree-switcher-noop:after,
#myBody .ant-v5-tree.ant-v5-tree-show-line .ant-tree-child-tree > li .ant-v5-tree-switcher-noop:after {
  content: " ";
  height: 1px;
  border-bottom: 1px solid #bdc8db;
  width: 10px;
  position: absolute;
  left: 12px;
  top: 50%;
  margin: 0;
}
.commonRowStyle {
  background-color: rgba(0, 0, 0, 0.02);
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* mixin for multiline */
/* public cursor style */
.ant-select-selection--multiple {
  cursor: pointer;
}
.ant-select-selection--multiple .ant-select-search__field {
  cursor: pointer;
}
@font-face {
  font-family: 'NumberFont';
  src: url(/static/media/DINPro-Regular.86fda987.otf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'NumberFontBold';
  src: url(/static/media/DINPro-Medium.48a3635c.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NumberFontBold2';
  src: url(/static/media/DINPro-Bold.05078759.otf);
  font-weight: normal;
  font-style: normal;
}
.numberFont {
  font-family: 'NumberFont';
}
.numberFontBold {
  font-family: 'NumberFontBold';
}
.numberFontBold2 {
  font-family: 'NumberFontBold2';
}
html body {
  font-family: 'Microsoft YaHei', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.App {
  width: 100vw;
  height: 100vh;
  min-width: 1366px;
  min-height: 740px;
  display: flex;
  flex-direction: column;
}
.App .layout.ant-tabs {
  flex: 1 1;
  min-height: 1px;
  display: flex;
  flex-direction: column;
}
.App .layout.ant-tabs .ant-tabs-content {
  flex: 1 1;
  min-height: 1px;
}
.App .layout.ant-tabs .ant-tabs-tabpane-active {
  height: 100%;
}
.App .layout.ant-tabs .ant-tabs-content-no-animated > .ant-tabs-tabpane-inactive {
  display: none;
}
.App .layout.ant-tabs > .ant-tabs-card-bar {
  background-color: #E7ECF6;
}
.App .layout.ant-tabs > .ant-tabs-card-bar .ant-tabs-tab {
  border: none;
  background-color: #E7ECF6;
  transition: 0s;
  border-radius: 6px 6px 0 0;
}
.App .layout.ant-tabs > .ant-tabs-card-bar .ant-tabs-tab:first-child {
  margin-left: 8px;
}
.App .layout.ant-tabs > .ant-tabs-card-bar .ant-tabs-tab:before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: calc(100% - 8px * 2);
  margin: 8px 0;
  border-right: 1px solid #BDC8DB;
}
.App .layout.ant-tabs > .ant-tabs-card-bar .ant-tabs-tab-active {
  background-color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: 0 -1px;
}
.App .layout.ant-tabs > .ant-tabs-card-bar .ant-tabs-tab-active:before,
.App .layout.ant-tabs > .ant-tabs-card-bar .ant-tabs-tab-active:after {
  content: '';
  position: absolute;
  border: none;
  width: 11px;
  height: 11px;
  background: url(/static/media/tabCorner.986a45ad.svg);
  top: auto;
  top: initial;
  bottom: 0;
  right: -12px;
  z-index: 1;
  margin: 0;
}
.App .layout.ant-tabs > .ant-tabs-card-bar .ant-tabs-tab-active:after {
  left: -12px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.App .SplitPane .Pane {
  min-width: 1px;
  min-height: 1px;
}
.App > .testColors {
  display: none;
}
.App > .testColors > div {
  width: 200px;
  height: 50px;
}
.App > .testColors .testColor {
  background-color: none;
}
.App .ant-form.filterComponent {
  padding: 4px 10px;
  flex-shrink: 0;
}
.App .ant-form.filterComponent .ant-form-item {
  display: flex;
  align-items: center;
}
.App .ant-form.filterComponent .ant-form-item .ant-form-item-control-wrapper {
  flex: 1 1;
  min-width: 1px;
}
.App .ant-form.filterComponent .ant-form-item .ant-form-item-control-wrapper .ant-calendar-picker {
  width: 100% !important;
}
.App .ant-form.filterComponent .ant-form-item .ant-form-item-control-wrapper .curAlarmTypes > input {
  width: 100%;
}
.App .ant-form.filterComponent .ant-form-item .ant-form-item-required:before {
  display: none;
}
.App .ant-form.filterComponent .ant-form-explain {
  display: none;
}
.App .ant-form.filterComponent .ant-row {
  margin-bottom: 0;
}
.App .ant-form.filterComponent > .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1 1;
  min-width: 1px;
  grid-row-gap: 10px;
  row-gap: 10px;
}
.App .ant-form.filterComponent > .top > div {
  width: 16.66%;
  padding: 0 6px;
}
.App .ant-form.filterComponent > .top > div:nth-child(n+6) {
  display: none;
}
.App .ant-form.filterComponent > .top > div.btns {
  display: flex;
}
@media screen and (max-width: 1520px) {
  .App .ant-form.filterComponent > .top > div {
    width: 20%;
  }
  .App .ant-form.filterComponent > .top > div:nth-child(n+5):not(.btns) {
    display: none;
  }
}
.App .ant-form.filterComponent > .top.open > div.ant-row,
.App .ant-form.filterComponent > .top.open > div.btns {
  display: flex;
}
.App .ant-form.filterComponent > .top .btns {
  margin-left: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: auto;
  justify-content: flex-end;
}
.App .ant-form.filterComponent > .top .btns > button {
  margin-right: 10px;
  margin-top: -1px;
  height: 32px;
}
.App .ant-form.filterComponent > .top .more {
  color: #4676E1;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin-left: 8px;
  white-space: nowrap;
}
@media screen and (min-width: 1520px) {
  .App .ant-form.filterComponent.hideMore .more {
    display: none;
  }
}
.comTaskTips .main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comTaskTips .main img {
  margin-bottom: 20px;
}
.comTaskTips .main > div {
  margin-bottom: 20px;
}
.comTaskTips .main > div span {
  cursor: pointer;
}
.alarmTreeSelect.ant-select {
  cursor: pointer;
}
.alarmTreeSelect.ant-select.ant-select-open span.suffixIcon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.alarmTreeSelect.ant-select .ant-select-search__field__wrap {
  display: none;
}
.alarmTreeSelect.ant-select span.suffixIcon {
  position: absolute;
  right: 7px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  line-height: 19px;
  text-align: center;
  color: #8092b7;
  top: 7px;
  font-size: 12px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
/* Works on Chrome/Edge/Safari */
/*滚动条整体样式*/
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  cursor: pointer;
}
/*滚动条滑块*/
*::-webkit-scrollbar-thumb {
  background: #c9c9c9;
  border-radius: 3px;
}
*::-webkit-scrollbar-button {
  display: none;
}
/*滚动条轨道*/
*::-webkit-scrollbar-track {
  background: white;
}
/* The emerging W3C standard
   that is currently Firefox-only */
/****************        react-split-pane start      *****************/
.Resizer {
  position: relative;
  background: #E7ECF6;
  overflow: hidden;
  z-index: 1;
  flex-shrink: 0;
}
.Resizer:hover {
  transition: all 0.5s ease;
}
.Resizer:before,
.Resizer:after {
  content: '\2630';
  display: block;
  height: 13px;
  color: #B8C1D7;
}
.Resizer.horizontal {
  width: 100%;
  height: 6px;
  border-top: 0px solid #D9D9D9;
  border-bottom: 0px solid #D9D9D9;
  cursor: row-resize;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.Resizer.horizontal:before,
.Resizer.horizontal:after {
  -webkit-transform: translate(8px, -4px) rotate(90deg);
          transform: translate(8px, -4px) rotate(90deg);
}
.Resizer.horizontal:hover {
  background: rgba(43, 43, 43, 0.15);
}
.Resizer.vertical {
  width: 6px;
  border-left: 0px solid #D9D9D9;
  border-right: 0px solid #D9D9D9;
  cursor: col-resize;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Resizer.vertical:before,
.Resizer.vertical:after {
  -webkit-transform: translate(-4px, -5px);
          transform: translate(-4px, -5px);
}
.Resizer.vertical:hover {
  background: rgba(43, 43, 43, 0.15);
}
.Resizer.disabled {
  cursor: not-allowed;
}
.Resizer.disabled:hover {
  border-color: transparent;
}
/****************    react-split-pane end      *************/
.anticon.treeRefresh {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 16px;
  color: #8092b7;
  cursor: pointer;
  z-index: 1;
}
.anticon.treeRefresh:hover {
  color: #3c4054;
}
div.myMultipleSelectDropDown {
  padding: 8px 0;
}
div.myMultipleSelectDropDown > div:first-child {
  height: 100%;
  overflow: hidden;
}
.org-tree-icon {
  padding-right: 5px;
}
/* 图片放大插件公共样式*/
#lightboxBackdrop .downLoadBtn {
  flex: 1 1;
  text-align: right;
  margin-top: 8px;
  margin-right: 10px;
}
#lightboxBackdrop .downLoadBtn .iconfont {
  color: #fff;
  font-size: 19px;
  height: 40px;
  cursor: pointer;
}
#lightboxBackdrop img {
  width: 100%;
}
div.platformAlarmDialog {
  padding: 10px 10px 20px 30px;
  cursor: pointer;
  border: 2px solid;
}
div.platformAlarmDialog.level1 {
  border-color: #f6b647;
}
div.platformAlarmDialog.level1 .iconfont {
  color: #f6b647;
}
div.platformAlarmDialog.level2 {
  border-color: #FF5622;
}
div.platformAlarmDialog.level2 .iconfont {
  color: #FF5622;
}
div.platformAlarmDialog.level3 {
  border-color: #DB1616;
}
div.platformAlarmDialog.level3 .iconfont {
  color: #DB1616;
}
div.platformAlarmDialog .ant-notification-notice-close {
  top: 10px;
  right: 16px;
}
div.platformAlarmDialog .ant-notification-notice-with-icon {
  position: relative;
  padding-left: 6px;
}
div.platformAlarmDialog .ant-notification-notice-with-icon .ant-notification-notice-icon {
  position: absolute;
  left: -6px;
}
div.platformAlarmDialog .ant-notification-notice-with-icon .ant-notification-notice-icon .iconfont {
  font-size: 40px;
}
div.platformAlarmDialog .ant-notification-notice-with-icon .ant-notification-notice-message {
  color: #314659;
  font-weight: bold;
  margin-bottom: 8px;
}
div.platformAlarmDialog .ant-notification-notice-with-icon .description {
  display: flex;
  align-items: center;
}
div.platformAlarmDialog .ant-notification-notice-with-icon .description .plateNoComponent {
  margin-right: 10px;
}
div.platformAlarmDialog .ant-notification-notice-with-icon .description .orgName {
  flex: 1 1;
  width: 1px;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.platformAlarmDialog .ant-notification-notice-with-icon .ant-notification-notice-close {
  top: 8px;
  right: 12px;
}
.react-resizable {
  position: relative;
  background-clip: padding-box;
}
.react-resizable-handle {
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  right: -5px;
  cursor: col-resize;
  z-index: 1;
}
.vehStatusInfo.s1,
.vehStatusInfo.s4 {
  color: #2196F3;
}
.vehStatusInfo.s0,
.vehStatusInfo.s2 {
  color: #8092b7;
}
.vehStatusInfo.s3,
.vehStatusInfo.s5 {
  color: #d47d20;
}
.insPageQueryResDialog .ant-modal-body {
  max-height: 75vh;
  overflow: auto;
}
.insPageQueryResDialog .formCol {
  display: flex;
  border: 1px solid #bdc8db;
  height: 26px;
  margin-bottom: 4px;
}
.insPageQueryResDialog .formCol .formLabel {
  width: 210px;
  background: #f0f0f0;
  margin-right: 8px;
  border-right: 1px solid #bdc8db;
  padding-left: 4px;
  line-height: 26px;
}
.insPageQueryResDialog .formCol input {
  flex: 1 1;
  min-width: 1px;
  border: none;
  background: none;
  outline: none;
  touch-action: none;
  box-shadow: none;
  padding: 0;
  height: 100%;
}
.ins_4_3_modal .ant-form-explain {
  visibility: hidden;
}
.insPageVideoDialog .ant-modal-body {
  padding-top: 40px;
}
.insPageVideoDialog video {
  width: 100%;
}
.insPageVideoDialog audio {
  width: 100%;
}
.videoChannelCom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.videoChannelCom .ch {
  position: relative;
  display: flex;
  color: #6070FB;
  margin: 0 2px;
  justify-content: center;
  align-items: center;
}
.videoChannelCom .ch.disabled {
  color: #a7a7a7;
}
.videoChannelCom .ch .myIconComponent {
  font-size: 20px;
}
.videoChannelCom .ch .no {
  display: block;
  position: absolute;
  text-align: center;
  width: 14px;
  left: -7px;
  top: -12px;
}
.mapStorageCom {
  color: #6070FB;
  display: inline-block;
  position: relative;
  top: 2px;
}
.mapStorageCom .myIconComponent {
  font-size: 18px;
}
.mapStorageCom .myIconComponent.disabled {
  color: #a7a7a7;
}
.reactTableCom .abnor {
  color: #FF6F00;
}
.filterComponent .left > div {
  white-space: nowrap;
}
#myBody .tokenTimeoutModal {
  top: 35vh;
}
#myBody .tokenTimeoutModal .anticon {
  color: #EC6253;
}

.loginPage {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #14161b;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pointMove1 {
  0% {
    left: 40.9%;
    top: 45.8%;
  }
  5% {
    left: 41.9%;
    top: 44.8%;
  }
  6% {
    left: 42.4%;
    top: 44.8%;
  }
  7% {
    left: 42.5%;
    top: 44.8%;
  }
  40% {
    left: 49.5%;
    top: 55.5%;
  }
  41% {
    left: 49.5%;
    top: 55.9%;
  }
  42% {
    left: 49.3%;
    top: 56.5%;
  }
  100% {
    left: 31.3%;
    top: 72.6%;
  }
}
@keyframes pointMove1 {
  0% {
    left: 40.9%;
    top: 45.8%;
  }
  5% {
    left: 41.9%;
    top: 44.8%;
  }
  6% {
    left: 42.4%;
    top: 44.8%;
  }
  7% {
    left: 42.5%;
    top: 44.8%;
  }
  40% {
    left: 49.5%;
    top: 55.5%;
  }
  41% {
    left: 49.5%;
    top: 55.9%;
  }
  42% {
    left: 49.3%;
    top: 56.5%;
  }
  100% {
    left: 31.3%;
    top: 72.6%;
  }
}
@-webkit-keyframes pointMove2 {
  0% {
    left: 40.2%;
    top: 44.4%;
  }
  5% {
    left: 41%;
    top: 43.6%;
  }
  6% {
    left: 41.2%;
    top: 43.1%;
  }
  7% {
    left: 41%;
    top: 42.5%;
  }
  40% {
    left: 34.2%;
    top: 32%;
  }
  41% {
    left: 33.9%;
    top: 31.8%;
  }
  42% {
    left: 33.3%;
    top: 32.1%;
  }
  100% {
    left: 15.8%;
    top: 46.3%;
  }
}
@keyframes pointMove2 {
  0% {
    left: 40.2%;
    top: 44.4%;
  }
  5% {
    left: 41%;
    top: 43.6%;
  }
  6% {
    left: 41.2%;
    top: 43.1%;
  }
  7% {
    left: 41%;
    top: 42.5%;
  }
  40% {
    left: 34.2%;
    top: 32%;
  }
  41% {
    left: 33.9%;
    top: 31.8%;
  }
  42% {
    left: 33.3%;
    top: 32.1%;
  }
  100% {
    left: 15.8%;
    top: 46.3%;
  }
}
@-webkit-keyframes pointMove3 {
  0% {
    left: 40.5%;
    top: 45.1%;
    background: #00F6FF;
  }
  50% {
    left: 43.5%;
    top: 42.5%;
    background: #00F6FF;
  }
  51%,
  100% {
    background: transparent;
  }
}
@keyframes pointMove3 {
  0% {
    left: 40.5%;
    top: 45.1%;
    background: #00F6FF;
  }
  50% {
    left: 43.5%;
    top: 42.5%;
    background: #00F6FF;
  }
  51%,
  100% {
    background: transparent;
  }
}
.loginPage .background {
  width: 1920px;
  height: 937px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.loginPage .background > img.bg {
  width: 100%;
  position: absolute;
  top: -62px;
  left: -5px;
  -webkit-animation: none;
          animation: none;
}
.loginPage .background > img.title {
  position: absolute;
  width: 220px;
  left: 50px;
  top: 45px;
}
.loginPage .background > img.anim {
  position: absolute;
  -webkit-animation: move 3s linear infinite;
          animation: move 3s linear infinite;
}
.loginPage .background > img.anim.realtime {
  left: 18%;
  top: 19.5%;
}
.loginPage .background > img.anim.ai {
  left: 14%;
  top: 51%;
}
.loginPage .background > img.anim.risk {
  left: 42%;
  top: 55%;
}
.loginPage .background .points {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.loginPage .background .points div.point {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  background-color: #00F6FF;
  left: -200px;
}
.loginPage .background .points div.point.p2 {
  opacity: 0.8;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.loginPage .background .points div.point.p3 {
  opacity: 0.6;
  -webkit-animation-delay: 450ms;
          animation-delay: 450ms;
}
.loginPage .background .points div.point.p4 {
  opacity: 0.4;
  -webkit-animation-delay: 750ms;
          animation-delay: 750ms;
}
.loginPage .background .points div.point.p5 {
  opacity: 0.2;
  -webkit-animation-delay: 1150ms;
          animation-delay: 1150ms;
}
.loginPage .background .points.block1 .point {
  -webkit-animation: pointMove1 6s linear infinite;
          animation: pointMove1 6s linear infinite;
}
.loginPage .background .points.block1.p1 {
  left: 40.9%;
  top: 45.8%;
}
.loginPage .background .points.block2 .point {
  -webkit-animation: pointMove2 6s linear infinite;
          animation: pointMove2 6s linear infinite;
}
.loginPage .background .points.block2.p1 {
  left: 40.2%;
  top: 44.4%;
}
.loginPage .background .points.block3 .point {
  -webkit-animation: pointMove3 2s linear infinite;
          animation: pointMove3 2s linear infinite;
}
.loginPage .background .points.block3 .point.p1 {
  left: 40.5%;
  top: 45.1%;
}
.loginPage .background .points.block3 .point.p2 {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  opacity: 0.7;
}
.loginPage .background .points.block3 .point.p3 {
  -webkit-animation-delay: 450ms;
          animation-delay: 450ms;
  opacity: 0.5;
}
.loginPage .background .points.block3 .point.p4 {
  -webkit-animation-delay: 750ms;
          animation-delay: 750ms;
  opacity: 0.3;
}
.loginPage .videoPlayTips {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background-color: #d4d8e1;
  display: flex;
  justify-content: space-between;
}
.loginPage .videoPlayTips .warn {
  font-weight: bold;
  margin-right: 4px;
  color: red;
}
.loginPage .videoPlayTips .link {
  color: #1890ff;
  margin-left: 6px;
  text-decoration: underline;
}
.loginPage .videoPlayTips .close {
  position: relative;
  margin-right: 6px;
  top: 4px;
  cursor: pointer;
}
.loginPage .login-form {
  width: 480px;
  top: 50%;
  right: 10%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #353A43;
  border-radius: 8px;
  padding: 50px 40px 40px 40px;
  color: #d8dce3;
}
.loginPage .login-form > .ant-row,
.loginPage .login-form > .ant-row-flex {
  margin-bottom: 38px;
}
.loginPage .login-form > .ant-row .ant-row,
.loginPage .login-form > .ant-row-flex .ant-row {
  margin-bottom: 0;
}
.loginPage .login-form .welcome {
  font-size: 30px;
  font-weight: bold;
}
.loginPage .login-form .selectLang .ant-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.loginPage .login-form .ant-input,
.loginPage .login-form .ant-checkbox .ant-checkbox-inner,
.loginPage .login-form .ant-select-selection {
  background: transparent !important;
  color: white;
  border-color: #5C626C;
}
.loginPage .login-form .ant-select-selection {
  border: none;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.loginPage .login-form .ant-input {
  height: 50px;
  font-size: 18px;
  border-radius: 8px;
}
.loginPage .login-form .ant-input::-webkit-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
}
.loginPage .login-form .ant-input:-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
}
.loginPage .login-form .ant-input::placeholder {
  /* Firefox, Chrome, Opera */
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
}
.loginPage .login-form input:-internal-autofill-selected {
  box-shadow: 0 0 0 1000px #353a43 inset;
  -webkit-text-fill-color: #fff;
  caret-color: #eee;
}
.loginPage .login-form span.label {
  color: #FFFFFF;
  opacity: 0.7;
  font-size: 16px;
  margin-left: 6px;
}
.loginPage .login-form .ant-checkbox-wrapper {
  color: #d8dce3;
}
.loginPage .login-form .ant-checkbox-wrapper span {
  top: 0px;
}
.loginPage .login-form .iconfont {
  color: #8899bb;
  font-size: 22px;
}
.loginPage .login-form .ant-form-item input {
  padding-left: 90px;
}
.loginPage .login-form .ant-form-explain,
.loginPage .login-form .has-error .ant-form-split {
  color: #ff555e;
  transition: none;
}
.loginPage .login-form .has-error .ant-input-affix-wrapper .ant-input,
.loginPage .login-form .has-error .ant-input-affix-wrapper .ant-input:hover {
  border-color: #ff555e;
}
.loginPage .login-form .ant-form-item-control {
  line-height: 34px;
}
.loginPage .login-form .ant-form-explain {
  font-size: 13px;
  position: absolute;
}
.loginPage .login-form .codeItem {
  position: relative;
  display: flex;
}
.loginPage .login-form .codeItem .ant-row {
  margin-bottom: 16px;
  flex: 1 1;
  min-width: 1px;
}
.loginPage .login-form .codeItem .codeImg {
  width: 100px;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  margin-left: 10px;
}
.loginPage .login-form .codeItem .codeImg img {
  width: 100%;
  height: 100%;
}
.loginPage .login-form .remenberPasswordItem {
  margin-bottom: 6px;
}
.loginPage .login-form .remenberPasswordItem .ant-form-item-control {
  line-height: 24px;
}
.loginPage .login-form .login-form-button {
  background-color: #5268e4;
  border-color: #5268e4;
  margin-top: 20px;
  height: 50px;
  border-radius: 8px;
}
.loginPage .login-form img.line {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-top: 20px;
}
.loginPage .login-form .weapp {
  display: flex;
  align-items: center;
  padding-top: 40px;
  cursor: pointer;
  position: relative;
}
.loginPage .login-form .weapp .iconfont3 {
  position: absolute;
  color: white;
  left: 0;
  font-size: 18px;
  margin-left: 0;
  background: #1BC369;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}
.loginPage .login-form .weapp span {
  font-size: 16px;
  margin-left: 45px;
}
.loginPage .beian {
  position: absolute;
  z-index: 10;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  bottom: 20px;
}
.loginPage .beian span {
  margin: 0 4px;
}
.weappModal .ant-modal-content {
  border-radius: 20px;
  overflow: hidden;
  background: none;
}
.weappModal .ant-modal-header {
  background-color: #3E468B;
  text-align: center;
}
.weappModal .ant-modal-header .ant-modal-title {
  color: white;
  font-size: 18px;
}
.weappModal .ant-modal-body {
  background-color: white;
}
.weappModal .tips {
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  color: #9a9a9a;
}
.weappModal img {
  width: 350px;
  height: 350px;
  margin: 0 auto;
  display: block;
}

.notFoundPage {
  width: 100%;
  height: 100%;
  background: url(/static/media/404.bf459550.png) no-repeat;
  background-position: center; }

.commonRowStyle {
  background-color: rgba(0, 0, 0, 0.02);
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* mixin for multiline */
/* public cursor style */
.ant-select-selection--multiple {
  cursor: pointer;
}
.ant-select-selection--multiple .ant-select-search__field {
  cursor: pointer;
}
#root .App .headerComponent .rightActionComponent {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-right: 20px;
}
#root .App .headerComponent .rightActionComponent > i {
  cursor: pointer;
}
#root .App .headerComponent .rightActionComponent .ant-badge-count {
  background: #fb6060;
}
#root .App .headerComponent .rightActionComponent .rightIcon {
  cursor: pointer;
  padding: 7px;
  margin-right: 12px;
}
#root .App .headerComponent .rightActionComponent > :nth-child(1),
#root .App .headerComponent .rightActionComponent > :nth-child(2),
#root .App .headerComponent .rightActionComponent > :nth-child(3) {
  margin-top: 2px;
}
#root .App .headerComponent .rightActionComponent .userBlock {
  display: flex;
  align-items: center;
}
#root .App .headerComponent .rightActionComponent .userBlock .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: white;
  display: flex;
  justify-content: center;
}
#root .App .headerComponent .rightActionComponent .userBlock .avatar .iconfont {
  color: #8EAAFF;
  font-size: 38px;
  position: relative;
  top: -6px;
}
#root .App .headerComponent .rightActionComponent .userBlock .userName {
  max-width: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 6px;
}
#root .App .headerComponent .rightActionComponent .userBlock .anticon-caret-down {
  position: relative;
  top: 2px;
  padding: 4px;
}
#root .App .headerComponent .rightActionComponent .badge .ant-badge-count {
  box-shadow: none;
  height: 18px;
  line-height: 18px;
}
#root .App .headerComponent .rightActionComponent .notice {
  position: relative;
  margin-left: 0px;
  top: 0px;
}
.modifPwdModal .ant-form-item {
  display: flex;
}
.modifPwdModal .ant-form-item .ant-form-item-label {
  margin-right: 10px;
  width: 120px;
}
.settingPlaneComponent {
  width: 170px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.settingPlaneComponent .ant-switch {
  width: 40px;
  min-width: 40px;
  height: 16px;
}
.settingPlaneComponent .ant-switch::after {
  width: 12px;
  height: 12px;
}
.settingPlaneComponent .btn {
  display: flex;
  justify-content: center;
}
.settingPlaneComponent .btn .exitBtn {
  margin-top: 12px;
  width: 80px;
  height: 32px;
}
.settingPlaneComponent .btn .exitBtn .iconfont {
  margin-right: 2px;
}
.settingPlaneComponent .ant-row-flex,
.settingPlaneComponent .theme {
  margin-bottom: 20px;
}
.settingPlaneComponent .themes {
  margin-bottom: 10px;
}
.settingPlaneComponent .colorBorder {
  width: 60px;
  height: 28px;
  border: 1px solid;
  border-radius: 4px;
  display: flex;
  margin-bottom: -10px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.settingPlaneComponent .colorBorder.active {
  padding: 1px;
}
.settingPlaneComponent .colorBorder .colorPlaneComponent {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.settingPlaneComponent .colorBorder .colorPlaneComponent i {
  color: #eee;
}
.settingPlaneComponent .version {
  margin-top: 30px;
  border-top: 1px solid #EDEFF3;
  padding-top: 10px;
  text-align: center;
}
.settingPlaneComponent .version .value {
  margin-left: 6px;
}
.modifyExitBtnComponent .btn {
  display: flex;
  justify-content: center;
}
.modifyExitBtnComponent .btn .exitBtn {
  margin: 6px 0;
  width: 100px;
  height: 32px;
}
.modifyExitBtnComponent .btn .exitBtn .iconfont {
  margin-right: 2px;
}

.comTable table {
  table-layout: fixed;
  border-bottom: 1px solid #f4f6f8 !important;
}
.comTable .ant-table-tbody > tr {
  cursor: pointer;
}
.comTable .ant-table-tbody > tr:nth-child(2n) {
  background: #F4F6F8;
}
.comTable .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.comTable .ant-spin-nested-loading {
  height: 100%;
}
.comTable .ant-spin-nested-loading .ant-table-content {
  height: 100%;
}
.comTable .ant-spin-nested-loading .ant-table-content .ant-table-scroll {
  height: 100%;
}

.commonRowStyle {
  background-color: rgba(0, 0, 0, 0.02);
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* mixin for multiline */
/* public cursor style */
.ant-select-selection--multiple {
  cursor: pointer;
}
.ant-select-selection--multiple .ant-select-search__field {
  cursor: pointer;
}
.downloadRecordModal {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.downloadRecordModal .float-left {
  float: left;
}
.downloadRecordModal .inline-block {
  display: inline-block;
}
.downloadRecordModal .space-left-20 {
  margin-left: 20px;
}
.downloadRecordModal .space-both-8 {
  margin-left: 8px;
  margin-right: 8px;
}
.downloadRecordModal .fix-space-left-25 {
  margin-top: -2px;
  margin-left: 25px;
}
.downloadRecordModal .filterComponent {
  padding: 5px 5px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.downloadRecordModal .filterComponent .ant-form-explain {
  display: none;
}
.downloadRecordModal .filterComponent .ant-calendar-picker .ant-input-lg {
  font-size: 14px;
}
.downloadRecordModal .filterComponent .left {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #303740;
  margin-left: 20px;
}
.downloadRecordModal .filterComponent .left .ant-select-selection__placeholder {
  color: rgba(128, 146, 183, 0.5);
}
.downloadRecordModal .filterComponent .left .filterItem {
  width: 12.5vw;
}
.downloadRecordModal .filterComponent .left > div,
.downloadRecordModal .filterComponent .left > span {
  margin-right: 10px;
  margin-bottom: 0;
}
.downloadRecordModal .filterComponent .left .alarmTree {
  margin-top: 14px;
}
.downloadRecordModal .filterComponent .left .alarmTree ul {
  position: absolute;
  width: calc(100% - 12px);
  display: flex;
  overflow: hidden;
}
.downloadRecordModal .filterComponent .left .alarmTree ul li {
  display: inline-block;
  flex-shrink: 0;
}
.downloadRecordModal .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1;
  min-height: 1px;
  border-top: 6px solid #eff3f8;
  padding: 0 15px;
}
.downloadRecordModal .content .toolBar {
  display: flex;
  align-items: center;
  height: 6.76vh;
  min-height: 65px;
}
.downloadRecordModal .content .toolBar .title {
  font-size: 16px;
  font-weight: bold;
  color: #303740;
  padding: 12px 0;
  flex: 1 1;
}
.downloadRecordModal .content .toolBar .right button {
  font-size: 14px;
  width: 82px;
  height: 36px;
  border-radius: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 1290px) {
  .downloadRecordModal .content .filterComponent {
    display: block;
    height: 88px;
  }
  .downloadRecordModal .content .filterComponent .left {
    float: left;
  }
  .downloadRecordModal .content .filterComponent .right {
    margin-top: 7px;
    float: right;
  }
  .downloadRecordModal .content .filterComponent .right .addBtn {
    display: block;
  }
}
.downloadRecordModal .tablePage {
  padding: 5px 5px 5px 5px;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  min-height: 1px;
}
.downloadRecordModal .tablePage .ant-tag {
  transition: none;
}
.downloadRecordModal .tablePage .ant-table-header {
  background-color: #f4f6f8;
}
.downloadRecordModal .tablePage table {
  table-layout: fixed;
}
.downloadRecordModal .tablePage table .operateObj {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  max-width: 340px;
}
.downloadRecordModal .tablePage table .link-blue {
  color: #4676e1;
}
.downloadRecordModal .tablePage table .link-gery {
  color: #b5c0cb;
}
.downloadRecordModal .tablePage .ant-pagination {
  margin-right: 0px !important;
  display: flex;
  justify-content: flex-end;
}
.downloadRecordModal .tablePage .ant-table-thead > tr > th {
  background: #f4f6f8;
  font-size: 14px;
  font-weight: 400;
  color: #303740;
}
.downloadRecordModal .tablePage .ant-table-thead > tr > th .ant-table-header-column {
  margin-left: 8px;
}
.downloadRecordModal .tablePage .ant-table-tbody .ant-table-row {
  height: 40px;
}
.downloadRecordModal .tablePage .download-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.downloadRecordModal .tablePage .ant-table-fixed-header .ant-table-body-inner {
  overflow-x: scroll;
}
.downloadRecordModal .tablePage .ant-table-placeholder {
  height: 494px;
}
.ant-popover .ant-popover-title div {
  display: flex;
  margin-top: 10px;
  min-width: 400px;
}
.ant-popover .ant-popover-title img {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 1px;
}
.ant-popover .ant-popover-title p {
  float: left;
  height: 20px;
  margin-left: 5px;
  font-weight: bold;
}
.ant-popover .ant-popover-inner-content {
  padding: 6px 16px;
}
.ant-popover .ant-popover-inner-content p {
  margin-top: 6px;
  margin-bottom: 6px;
}
.status-linebox {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.status-linebox .status-success {
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background: #13c991;
  border-radius: 50%;
  opacity: 1;
}
.status-linebox .status-failed {
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background: #ff5340;
  border-radius: 50%;
  opacity: 1;
}
.status-linebox .status-process {
  width: 18px;
  height: 12.5px;
  margin-right: 8px;
  opacity: 1;
}
.status-linebox .status-wait {
  margin-right: 4px;
  width: 4px;
  height: 4px;
  background: #4676e1;
  opacity: 1;
  border-radius: 50%;
}
.status-linebox .status-wait:nth-child(3) {
  margin-right: 6px;
}
.ant-select-dropdown-menu-item {
  line-height: 28px;
}

.commonRowStyle {
  background-color: rgba(0, 0, 0, 0.02);
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* mixin for multiline */
/* public cursor style */
.ant-select-selection--multiple {
  cursor: pointer;
}
.ant-select-selection--multiple .ant-select-search__field {
  cursor: pointer;
}
div.headerComponent {
  position: relative;
}
div.headerComponent.showMenuPanel .menuPanel .menuWrapper {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
div.headerComponent.showMenuPanel .menuPanel .modal {
  display: block;
}
div.headerComponent > .main {
  display: flex;
  color: white;
  height: 56px;
  position: relative;
  z-index: 991;
}
div.headerComponent > .main .leftMenuBtn {
  width: 56px;
  background: #13C991;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
div.headerComponent > .main .leftMenuBtn > .anticon {
  font-size: 26px;
}
div.headerComponent > .main .logoArea {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 6px 16px 6px 20px;
  min-width: 10vw;
}
div.headerComponent > .main .logoArea img {
  max-width: 54px;
  max-height: 36px;
  margin-right: 10px;
}
div.headerComponent > .main .logoArea .title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 5px;
}
div.headerComponent > .main .tabListCom {
  flex: 1 1;
  min-width: 1px;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
  position: relative;
}
div.headerComponent > .main .tabListCom.scroll {
  padding: 0 40px;
}
div.headerComponent > .main .tabListCom.scroll > .btn {
  width: 30px;
}
div.headerComponent > .main .tabListCom.scroll .tabListWrapper .tabList {
  margin-left: 0;
}
div.headerComponent > .main .tabListCom > .btn {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center ;
  cursor: pointer;
  overflow: hidden;
}
div.headerComponent > .main .tabListCom > .btn.left {
  left: 10px;
}
div.headerComponent > .main .tabListCom > .btn.right {
  right: 10px;
}
div.headerComponent > .main .tabListCom .tabListWrapper {
  height: 100%;
  overflow: hidden;
}
div.headerComponent > .main .tabListCom .tabListWrapper .tabList {
  height: 100%;
  display: flex;
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-left: 12px;
  margin-right: 12px;
}
div.headerComponent > .main .tabListCom .tabItem {
  padding: 0 14px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  margin: 12px 7px;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
div.headerComponent > .main .tabListCom .tabItem:hover .btn {
  display: flex;
}
div.headerComponent > .main .tabListCom .tabItem:hover .collect {
  display: none;
}
div.headerComponent > .main .tabListCom .tabItem.active {
  color: white;
  background: rgba(255, 255, 255, 0.17);
}
div.headerComponent > .main .tabListCom .tabItem .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: white;
  background: #A6BDEF;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  font-size: 12px;
}
div.headerComponent > .main .tabListCom .tabItem .btn i {
  font-size: 10px;
}
div.headerComponent > .main .tabListCom .tabItem .close {
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
}
div.headerComponent .menuPanel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  height: 0;
  color: black;
  z-index: 990;
}
div.headerComponent .menuPanel .menuWrapper {
  padding: 2vh 1.5vw;
  position: relative;
  z-index: 991;
  background: white;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all 300ms ease-in-out 0s;
}
div.headerComponent .menuPanel .menuContent {
  display: flex;
}
div.headerComponent .menuPanel .menuContent .firstMenu {
  flex: 1 1;
  min-width: 1px;
  margin: 2vh 1.5vw;
}
div.headerComponent .menuPanel .menuContent .firstMenu .firstMenuName {
  font-size: 18px;
  font-weight: bold;
  color: #303740;
  padding-bottom: 18px;
  border-bottom: 1px solid #E4E7EC;
}
div.headerComponent .menuPanel .menuContent .firstMenu .firstMenuContent {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
div.headerComponent .menuPanel .menuContent .firstMenu .firstMenuContent .secondMenu {
  width: 100%;
  margin-bottom: 14px;
}
div.headerComponent .menuPanel .menuContent .firstMenu .firstMenuContent .secondMenu .secondMenuName {
  font-size: 14px;
  font-weight: bold;
  color: #4C84FF;
  margin-bottom: 8px;
}
div.headerComponent .menuPanel .menuContent .firstMenu .firstMenuContent .secondMenu .secondMenuContent {
  display: flex;
  flex-wrap: wrap;
}
div.headerComponent .menuPanel .menuContent .firstMenu .firstMenuContent .menuItem {
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
}
div.headerComponent .menuPanel .menuContent .firstMenu .firstMenuContent .menuItem.static:hover .name {
  color: #4478F1;
}
div.headerComponent .menuPanel .menuContent .firstMenu .firstMenuContent .menuItem .ant-checkbox-wrapper {
  margin-right: 4px;
}
div.headerComponent .menuPanel .menuContent .firstMenu .firstMenuContent .menuItem .name {
  margin-right: 10px;
}
div.headerComponent .menuPanel .menuContent .firstMenu .firstMenuContent .menuItem .line {
  margin-right: 10px;
}
div.headerComponent .menuPanel .menuContent .firstMenu .firstMenuContent .menuItem:last-child .line {
  display: none;
}
div.headerComponent .menuPanel .collectMenu {
  border-top: 1px solid #eee;
  margin: 0 1.8w;
  padding: 20px 0 10px;
}
div.headerComponent .menuPanel .collectMenu .label {
  font-weight: bold;
}
div.headerComponent .menuPanel .collectMenu .tags .ant-tag {
  padding: 4px 6px;
  background: transparent;
  margin-right: 20px;
}
div.headerComponent .menuPanel .collectMenu .editBtn {
  color: #4C84FF;
  cursor: pointer;
}
div.headerComponent .menuPanel .modal {
  width: 100vw;
  height: calc(100vh - 56px);
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 990;
  display: none;
}
div.headerComponent .myMenu {
  width: 300px;
}
div.headerComponent .myMenu .menus {
  height: 500px;
  overflow-y: scroll;
}
div.headerComponent .myMenu .splitLine {
  border-bottom: 1px solid gray;
  margin: 10px 0;
}
div.headerComponent .myMenu .menu {
  padding: 8px 0;
  cursor: pointer;
}
div.headerComponent .myMenu .menu .anticon {
  margin-right: 6px;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.commonRowStyle {
  background-color: rgba(0, 0, 0, 0.02);
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* mixin for multiline */
/* public cursor style */
.ant-select-selection--multiple {
  cursor: pointer;
}
.ant-select-selection--multiple .ant-select-search__field {
  cursor: pointer;
}
.vehDetailCompnent > .title {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #bdc8db;
}
.vehDetailCompnent > .title > * {
  margin-right: 8px;
  font-weight: bold;
}
.vehDetailCompnent > .title > .myIconComponent {
  font-size: 18px;
  color: #8092b7;
}
.vehDetailCompnent > .title > .myIconComponent.online {
  color: #2196F3;
}
.vehDetailCompnent > .title .plateNoComponent {
  margin-left: 0;
  min-width: 140px !important;
}
.vehDetailCompnent > .title .speed {
  margin-right: 0;
}
.vehDetailCompnent > .title .speed,
.vehDetailCompnent > .title .line,
.vehDetailCompnent > .title .state {
  font-weight: bold;
}
.vehDetailCompnent .labelAndValueComponent {
  width: 50%;
  margin-bottom: 6px;
}
.vehDetailCompnent .labelAndValueComponent:last-child {
  margin-bottom: 0;
}
.vehDetailCompnent .labelAndValueComponent > .myIconComponent {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.vehDetailCompnent .labelAndValueComponent.block {
  width: 100%;
}
.vehDetailCompnent .labelAndValueComponent .value {
  padding: 0 4px;
}
.vehDetailCompnent > .info {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2%;
}
.vehDetailCompnent > .ant-tabs {
  margin-top: 10px;
}
.vehDetailCompnent > .ant-tabs .tabTitle .myIconComponent {
  margin-right: 6px;
}
.vehDetailCompnent > .ant-tabs .tabTitle span {
  font-weight: bold;
}
.vehDetailCompnent .ant-tabs-tabpane:nth-child(1) .deviceBlock {
  display: flex;
  flex-wrap: wrap;
  padding: 1%;
  padding-top: 1.5%;
  border-bottom: 1px solid #e4e4e4;
}
.vehDetailCompnent .ant-tabs-tabpane:nth-child(1) .deviceBlock:nth-child(2) {
  margin-top: -11px;
}
.vehDetailCompnent .ant-tabs-tabpane:nth-child(1) .deviceBlock .deviceIdWrapper .copy,
.vehDetailCompnent .ant-tabs-tabpane:nth-child(1) .deviceBlock .deviceIdWrapper .detail {
  margin-left: 3%;
  color: #8092b7;
  cursor: pointer;
}
.vehDetailCompnent .ant-tabs-tabpane:nth-child(1) .deviceBlock .deviceIdWrapper .copy .myIconComponent,
.vehDetailCompnent .ant-tabs-tabpane:nth-child(1) .deviceBlock .deviceIdWrapper .detail .myIconComponent {
  position: relative;
  top: 1px;
}
.vehDetailCompnent .ant-tabs-tabpane:nth-child(2) .driverBlock {
  display: flex;
  height: 120px;
  margin-bottom: 3%;
  padding-bottom: 3%;
  border-bottom: 1px solid #e4e4e4;
}
.vehDetailCompnent .ant-tabs-tabpane:nth-child(2) .driverBlock .img {
  margin-right: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 20%;
}
.vehDetailCompnent .ant-tabs-tabpane:nth-child(2) .driverBlock .img img {
  max-width: 100%;
  max-height: 100%;
}
.vehDetailCompnent .ant-tabs-tabpane:nth-child(2) .driverBlock .driverInfo {
  flex: 1 1;
  min-width: 1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.vehDetailDrawer .ant-drawer-body {
  height: 100%;
}
.vehDetailDrawer .ant-drawer-body .vehDetailCompnent {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.vehDetailDrawer .ant-drawer-body .vehDetailCompnent .ant-tabs {
  flex: 1 1;
  min-height: 1px;
  display: flex;
  flex-direction: column;
}
.vehDetailDrawer .ant-drawer-body .vehDetailCompnent .ant-tabs .ant-tabs-content {
  flex: 1 1;
  min-height: 1px;
}
.vehDetailDrawer .ant-drawer-body .vehDetailCompnent .ant-tabs .ant-tabs-content .ant-tabs-tabpane {
  height: 100%;
  overflow: auto;
}

.labelAndValueComponent {
  display: flex;
  align-items: center;
}
.labelAndValueComponent .label {
  flex-shrink: 0;
}
.labelAndValueComponent .separator {
  display: block;
  width: 10px;
}
.labelAndValueComponent .value {
  flex: 1 1;
  display: block;
  width: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.labelAndValueComponent.valueMultiline {
  align-items: flex-start;
}
.labelAndValueComponent.valueMultiline .value {
  white-space: normal;
}

.plateNoComponent {
  min-width: 88px;
  max-width: 124px;
  border-radius: 6px;
  cursor: pointer;
  background-color: white;
}
.plateNoComponent > .border {
  padding: 1px 1px;
  border-radius: 6px;
}
.plateNoComponent > .border .text {
  text-align: center;
  padding: 3px 3px;
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plateNoComponent.a {
  border: 1px solid black;
}
.plateNoComponent.a .text {
  color: white;
  background: black;
}
.plateNoComponent.c {
  border: 1px solid #F3B900;
}
.plateNoComponent.c .text {
  color: black;
  background: #F3B900;
}
.plateNoComponent.g {
  border: 1px solid #3EA46C;
}
.plateNoComponent.g .text {
  color: white;
  background: #3EA46C;
}
.plateNoComponent.yg {
  border: 1px solid green;
}
.plateNoComponent.yg .border {
  background: yellow;
  padding: 2px 4px;
}
.plateNoComponent.yg .text {
  color: white;
  background: green;
  border-radius: 6px;
}
.plateNoComponent.h {
  border: 1px solid #1a51f1;
}
.plateNoComponent.h .text {
  color: white;
  background: #1a51f1;
}
.plateNoComponent.j {
  border: 1px solid black;
}
.plateNoComponent.j .text {
  color: white;
  background: black;
}

.commonRowStyle {
  background-color: rgba(0, 0, 0, 0.02);
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* mixin for multiline */
/* public cursor style */
.ant-select-selection--multiple {
  cursor: pointer;
}
.ant-select-selection--multiple .ant-select-search__field {
  cursor: pointer;
}
.devDetailCompnent {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.devDetailCompnent > .title {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #bdc8db;
}
.devDetailCompnent > .title > * {
  margin-right: 4px;
}
.devDetailCompnent > .title > .deviceId {
  font-weight: bold;
}
.devDetailCompnent > .title > .myIconComponent {
  font-size: 18px;
  color: #8092b7;
}
.devDetailCompnent > .title > .myIconComponent.online {
  color: #2196F3;
}
.devDetailCompnent > .title .copy {
  margin-left: 3%;
  cursor: pointer;
  color: #8092b7;
}
.devDetailCompnent .labelAndValueComponent {
  width: 50%;
  margin-bottom: 6px;
}
.devDetailCompnent .labelAndValueComponent:last-child {
  margin-bottom: 0;
}
.devDetailCompnent .labelAndValueComponent > .myIconComponent {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.devDetailCompnent .labelAndValueComponent.block {
  width: 100%;
}
.devDetailCompnent .labelAndValueComponent .value {
  padding: 0 4px;
}
.devDetailCompnent > .info {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2%;
}
.devDetailCompnent > .bubiao {
  margin-top: 3%;
}
.devDetailCompnent > .bubiao > .title {
  font-weight: bold;
  border-bottom: 1px solid #e9eef7;
  padding-bottom: 1.5%;
}
.devDetailCompnent > .bubiao > .bubiaoInfo {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.5%;
}
.devDetailCompnent > .ant-tabs {
  margin-top: 10px;
  flex: 1 1;
  min-height: 1px;
  display: flex;
  flex-direction: column;
}
.devDetailCompnent > .ant-tabs .ant-tabs-content {
  flex: 1 1;
  min-height: 1px;
  overflow: auto;
}
.devDetailCompnent > .ant-tabs .tabTitle .myIconComponent {
  margin-right: 6px;
}
.devDetailCompnent > .ant-tabs .tabTitle span {
  font-weight: bold;
}
.devDetailCompnent .ant-tabs-tabpane:nth-child(1) .deviceBlock {
  display: flex;
  flex-wrap: wrap;
  padding: 3% 1%;
  border-bottom: 1px solid #e4e4e4;
}
.devDetailCompnent .ant-tabs-tabpane:nth-child(1) .deviceBlock:nth-child(2) {
  margin-top: -11px;
}
.devDetailCompnent .ant-tabs-tabpane:nth-child(1) .deviceBlock .deviceIdWrapper .copy,
.devDetailCompnent .ant-tabs-tabpane:nth-child(1) .deviceBlock .deviceIdWrapper .detail {
  margin-left: 3%;
  color: #8092b7;
  cursor: pointer;
}
.devDetailCompnent .ant-tabs-tabpane:nth-child(1) .deviceBlock .deviceIdWrapper .copy .myIconComponent,
.devDetailCompnent .ant-tabs-tabpane:nth-child(1) .deviceBlock .deviceIdWrapper .detail .myIconComponent {
  position: relative;
  top: 1px;
}
.devDetailCompnent .ant-tabs-tabpane:nth-child(2) .driverBlock {
  display: flex;
  height: 120px;
  margin-bottom: 3%;
  padding-bottom: 3%;
  border-bottom: 1px solid #bdc8db;
}
.devDetailCompnent .ant-tabs-tabpane:nth-child(2) .driverBlock .img {
  margin-right: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.devDetailCompnent .ant-tabs-tabpane:nth-child(2) .driverBlock .img img {
  max-width: 100%;
  max-height: 100%;
}
.devDetailCompnent .ant-tabs-tabpane:nth-child(2) .driverBlock .driverInfo {
  flex: 1 1;
  min-width: 1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.devDetailDrawer .ant-drawer-body {
  height: 100%;
}

.errorPage {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.errorPage img {
  margin-top: 20vh;
}
.errorPage .title {
  margin-top: 50px;
  font-size: 30px;
  color: #000000;
}
.errorPage .desc {
  margin: 30px 0 50px;
  font-size: 20px;
  color: #6B7185;
}

