@charset "UTF-8";
/*
  使用方法 运行命令行
  sass --watch static/css/custom.scss static/css/custom.css
*/
@font-face {
  font-family: "myOpenSans";
  src: url("./OpenSans/opensans-regular-webfont.eot");
  /* IE9 Compat Modes */
  src: url("./OpenSans/opensans-regular-webfont.woff") format("woff"), url("./OpenSans/opensans-regular-webfont.ttf") format("truetype");
  /* Safari, Android, iOS */
  /*url('./OpenSans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8
  url('./OpenSans/opensans-regular-webfont.svg') format('svg');  Legacy iOS */
}
html,
body,
#app {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  min-width: 1280px;
}

body,
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "myOpenSans", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  /* font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif; */
  /* font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; */
}

body .el-pagination {
  font-weight: 100;
  text-align: right;
  margin-top: 25px;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/* fade-transform */
.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all 0.3s;
}

.fade-transform-enter {
  opacity: 0;
  transform: translateX(-30px);
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translateX(30px);
}

.lang-btn .lang-title {
  display: inline-block;
}

.login-left-inner .bg-img {
  flex: 0 0 46px;
  height: 46px;
  background: url("../image/login-bg.png");
}

/*form -pwd*/
.link-eyes + .icon-pwd {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
}

body .el-breadcrumb__item {
  float: none;
}

body .el-breadcrumb__inner {
  color: #888;
  font-size: 12px;
}

body .el-breadcrumb__item:last-child .el-breadcrumb__inner,
body .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
body .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
body .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
  font-weight: 600;
  color: #777;
  cursor: text;
  font-size: 18px;
}

/*IE下勾选*/
body {
  -ms-user-select: text;
}

/*table */
body .el-table {
  font-size: 13px;
}

body .el-table--mini,
body .el-table--small,
body .el-table__expand-icon {
  font-size: 12px;
}

.el-table tr.row-disabled {
  color: #ababab;
}

.recyclist-table .tr:hover > .td,
body .el-table--enable-row-hover .el-table__body tr.hover-row > td,
body .el-table--striped .el-table__body tr.el-table__row--striped.current-row td,
body .el-table__body tr.current-row > td,
body .el-table__body tr.hover-row.current-row > td,
body .el-table__body tr.hover-row.el-table__row--striped.current-row > td,
body .el-table__body tr.hover-row.el-table__row--striped > td,
body .el-table__body tr.hover-row > td {
  background: #F4FBFF;
}

.recyclist-table .tr.select-row > .td,
body .el-table--striped .el-table__body tr.el-table__row--striped.current-row td,
body .el-table__body tr.current-row > td,
body .el-table__body tr.select-row.current-row > td,
body .el-table__body tr.select-row.el-table__row--striped.current-row > td,
body .el-table__body tr.select-row.el-table__row--striped > td,
body .el-table__body tr.select-row > td {
  background: #F4FBFF;
  border-bottom-color: #CBEDFF;
}

.recyclist-table .tr.next-select-row > .td,
body .el-table__body tr.next-select-row > td {
  border-bottom-color: #CBEDFF;
}

/* body .el-table--striped .el-table__body tr.el-table__row--striped.current-row td,
body .el-table__body tr.current-row>td,
body .el-table__body tr.right-choose-row.current-row>td,
body .el-table__body tr.right-choose-row.el-table__row--striped.current-row>td,
body .el-table__body tr.right-choose-row.el-table__row--striped>td,
body .el-table__body tr.right-choose-row>td {
    background: #faecd8;
} */
/* .el-table__row.hover-row{
  position: relative;
}
.el-table__row.hover-row::before{
  content:'';
  position: absolute;
  display: block;
  top:1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #CBEDFF;
}
.el-table__row.hover-row+.el-table__row.hover-row::before{
  display: none;
} */
.el-table .cell > * {
  vertical-align: middle;
}

/*.table-item-content .el-tag,
td .el-tag {
  border: 0
}*/
td > .cell > .el-button {
  padding-top: 0;
  padding-bottom: 0;
}

.ant-table-bordered .ant-table-tbody > tr > td {
  font-size: 13px;
}

tr td:last-child .cell .iconfont {
  font-size: 18px;
}

.font-disabled {
  color: #C0C4CC;
}

.font-main {
  color: #409EFF;
}

.font-grey {
  color: #909399;
}

.font-danger {
  color: #F56C6C;
}

.font-warning {
  color: #E6A23C;
}

.font-success {
  color: #67C23A;
}

.iconfont.danger {
  color: #F56C6C;
}

.iconfont.warning {
  color: #E6A23C;
}

.iconfont.success {
  color: #67C23A;
}

body .el-table th.is-sortable:hover {
  background: rgba(0, 0, 0, 0.05);
}

body .el-table th {
  /*background: #fafafa;*/
  /*transition: background 0.3s ease;*/
  text-align: left;
  color: #B5B5C3;
  font-weight: 500;
  /*border-bottom: 1px solid #e8e8e8;*/
  /* height: 58px; */
}

body .el-table .caret-wrapper {
  position: absolute;
  right: 0px;
  top: -5px;
}

td .iconfont.online {
  color: #1BC5BD;
}

td .icon-wuxianzaixian,
td .icon-youxianzaixian {
  color: #bbb;
}

/* .el-table th>.cell{
  font-size: 14px;
} */
/*leftTree + content*/
.page-content.column-layout-page {
  padding: 0;
}

.column-layout-page {
  display: flex;
  flex-direction: column;
}

.column-layout-page .column-layout-container {
  display: flex;
  flex: auto;
  height: 100%;
  /*overflow: hidden;*/
}

.ter-table .el-table__body-wrapper {
  /* height: calc(100vh - 182px)!important; */
}

.column-layout-container .left-block {
  height: 100%;
  flex: 0 0 auto;
  /* width: 220px; */
  /*overflow-x: hidden;*/
  /* padding-right: 15px; */
}

.column-layout-container .left-block .sider-tree {
  border-right: 1px solid #ebeef5;
}

body .el-popper[x-placement^=right] .popper__arrow {
  border-right-color: #d2d7e4;
}

.column-layout-container .right-block {
  height: 100%;
  padding: 16px 24px;
  overflow: auto;
  flex: auto;
  overflow-x: hidden;
  /*此防止表格抖动*/
  /* border-left: 1px solid #ebeef5; */
}

/*此防止表格抖动*/
/* .el-table__header,.el-table__body,.el-table__footer{
  border-collapse: collapse!important;
} */
.right-block-inner {
  overflow: auto;
  height: 100%;
}

.sider-bar {
  position: fixed;
  top: 84px;
  left: 260px;
  padding: 20px 20px;
  width: 220px;
  background: #fff;
  height: calc(100vh - 104px);
  box-shadow: 0 3px 5px 0 rgba(133, 133, 133, 0.1);
}

.el-tree {
  width: 100%;
}

/*el-tree*/
.user-group {
  width: 220px;
  border-right: 1px solid #ebeef5;
  margin-right: 15px;
}

.flex-row.ter-task-page .user-group {
  margin-top: 15px;
}

.flex-row .user-group {
  margin-top: 0;
}

.flex-row .user-table {
  width: calc(100% - 230px);
}

.perm-tree-wrapper > .el-tree {
  overflow: auto;
  height: 260px;
}

.perm-tree-wrapper.show-detail > .el-tree {
  height: 200px;
}

.perm-tree-wrapper {
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 6px 6px 4px;
}

.el-tree > .el-tree-node {
  /*display: inline-block !important;
  min-width: 100%;*/
}

.sider-tree-block .el-tree .edit-tree-node {
  width: calc(100% - 34px);
}

.el-tree-node__label {
  padding-right: 5px;
}

/*tab*/
.file_name {
  display: inline-block;
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

/*
dialog 详情 table-info 固件详情...
*/
.ter-detail {
  margin-top: 10px;
}

.charts-wrapper .data-empty {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: #888;
  font-size: 14px;
}

.charts-wrapper .detail-charts {
  margin: 0 auto;
}

/* .ter-detail .el-tabs__content {
  height: 350px;
  overflow-y: auto;
} */
.font-red {
  color: red;
}

.dialog-footer {
  position: relative;
}

.table-choose-info {
  display: inline-block;
  padding-top: 10px;
  font-size: 13px;
  height: 30px;
}

.info-block {
  margin-bottom: 10px;
  font-size: 12px;
}

.error-block {
  margin-bottom: 10px;
  color: red;
  font-size: 12px;
  position: absolute;
  top: -25px;
  right: 0;
}

body .el-dialog__body {
  padding: 15px 20px 30px;
}

.dia-info-block {
  display: flex;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebeef5;
  border-right: 1px solid #ebeef5;
}

.dia-info-block.ter-detail {
  border-bottom: 0;
}

.dia-info-block.ter-detail .text-block {
  border-bottom: 1px solid #ebeef5;
}

.dia-info-block .img-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  width: 120px;
  min-height: 100px;
  border: 1px solid #ebeef5;
  border-bottom: 1px solid transparent;
  border-right: 0;
  color: #848992;
}

.dia-info-block.ter-detail .img-block {
  border: 0;
}

.dia-info-block .img-block.row-4 {
  height: auto;
  padding: 10px 18px;
}

.img-block > img {
  max-height: 100%;
  vertical-align: middle;
}

.dia-info-block .text-block {
  flex: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: wrap;
  overflow: hidden;
  /* width: calc(100% - 100px); */
}

.dia-info-block .text-block.isOdd > *:last-child {
  flex: 0 0 100%;
}

.dia-info-block .text-block > * {
  border: 1px solid #ebeef5;
  border-bottom: 0;
  border-right: 0;
  width: 50%;
  flex: none;
  display: flex;
  overflow: hidden;
  min-height: 30px;
}

.text-block > * > * {
  display: flex;
  align-items: center;
  padding: 0 6px;
  overflow: hidden;
  width: 100%;
}

.text-block .key {
  flex: 0 0 125px;
  border-right: 1px solid #ebeef5;
  background: #FAFAFA;
}

.text-block .val {
  flex: auto;
}

.text-block .key > *,
.text-block .val > * {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  line-height: 22px;
}

.text-block .val > .el-input--mini .el-input__inner {
  line-height: 22px;
  height: 22px;
}

.table-form .action-bar {
  text-align: right;
}

.table-block-dia .title {
  margin: 0 0 10px;
}

.btn-group + .el-button {
  margin-left: 10px;
}

.except-img {
  align-items: flex-start;
}

.except-img .text-block > * > * {
  padding: 6px;
}

.dia-info-block.except-img {
  color: #606266;
  border-bottom: 0;
  border-right: 0;
  margin-bottom: 0;
}

.except-img .pic-block {
  padding-top: 5px;
  flex: 0 0 180px;
  text-align: center;
  padding-right: 15px;
}

.except-img .right-col {
  flex: auto;
  width: 1000px;
  /* 防止超长 */
}

.dia-info-block.except-img .pic-block > span {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}

.dia-info-block.except-img .text-block {
  border-bottom: 1px solid #ebeef5;
  border-right: 1px solid #ebeef5;
}

.except-img .right-col .action-bar {
  margin: 15px 0 0;
}

.el-tab-pane > .el-collapse:first-child {
  border-top: 0;
}

.row-col-info .el-collapse-item__content .el-col > div {
  line-height: 28px;
  color: #666;
  font-size: 12px;
}

.arrow-left .el-collapse-item__header {
  font-size: 14px;
  padding-left: 30px;
  position: relative;
}

.arrow-left .el-collapse-item__arrow {
  position: absolute;
  left: 5px;
  top: 17px;
}

.arrow-left .el-collapse-item__content {
  padding-left: 30px;
}

/*input*/
/* placeholder 过长时省略号 */
input.el-input__inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.el-form-item__content .el-select {
  width: 100%;
}

.el-input__inner[readonly] {
  background-color: #f4f4f4;
  border-color: transparent;
}

.el-cascader .el-input__inner[readonly] {
  background-color: #fff;
  border-color: #DCDFE6;
}

.el-dropdown .el-input > .el-input__inner[readonly],
.el-select > .el-input > .el-input__inner[readonly] {
  background-color: #fff;
  border-color: #DCDFE6;
}

.el-dropdown .el-input .el-input__inner[readonly]:focus,
.el-select .el-input.is-focus .el-input__inner {
  border-color: #409EFF;
}

/*任务管理 - 详情 - 报告*/
.portrait-table-3 {
  border-left: 1px solid #ebeef5;
  border-top: 1px solid #ebeef5;
  margin-bottom: 20px;
}

.table-item {
  text-align: left;
  border-bottom: 1px solid #ebeef5;
}

.portrait-table-3 .el-col {
  overflow: hidden;
}

.right-boder {
  border-right: 1px solid #ebeef5;
}

.table-item-header {
  background: #FAFAFA;
}

.table-item-content,
.table-item-header {
  font-size: 13px;
  display: inline-block;
  padding: 6px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  color: #606266;
}

.table-item-content {
  /* font-size: 12px; */
}

.ter-report-dia .el-dialog__body {
  height: 520px;
  overflow: auto;
}

.ter-report-dia .el-tabs__content {
  padding-top: 20px;
}

.ul-table {
  list-style: none;
  border-top: 1px solid #ebeef5;
  padding: 0;
  margin: 0;
}

.ul-table li {
  display: flex;
  border-bottom: 1px solid #ebeef5;
  border-right: 1px solid #ebeef5;
  border-left: 1px solid #ebeef5;
}

.ul-table li span {
  overflow: hidden;
  word-break: break-all;
  /* white-space:pre-wrap; */
  font-size: 13px;
  padding: 6px 6px;
  line-height: 24px;
  flex: auto;
}

.ul-table li span:first-child {
  flex: none;
  width: 100px;
  display: inline-block;
  border-right: 1px solid #ebeef5;
  font-weight: bold;
  color: #909399;
}

/*任务管理 - 详情 - 报告 END*/
/*search-area*/
/*dia-search-area*/
.date-picker .el-form-item__content {
  display: flex;
}

.date-picker-link {
  width: 18px;
  flex: 0 0 20px;
  text-align: center;
  line-height: 1;
}

.el-form-item__content .el-date-editor.el-input,
.el-form-item__content .el-date-editor.el-input__inner {
  flex: auto;
  width: auto;
}

.search-area-dia {
  display: flex;
  /* max-width: 500px; */
  width: 100%;
  margin-bottom: 15px;
}

@media screen and (max-width: 900px) {
  .search-area-dia {
    width: 100%;
  }
}
.search-area-dia .search-form {
  display: flex;
  flex: auto;
  margin-right: 5px;
}

.search-area-dia .search-form > * {
  flex: 1;
  margin-right: 10px;
}

.search-area-dia .search-action {
  flex: 0 0 auto;
}

.search-form .flex-width-100 {
  flex: 0 0 100px;
  display: flex;
  align-items: center;
}

.search-area {
  position: relative;
  margin: 0;
  display: flex;
  flex: auto;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}

.search-area.search-expand {
  display: block;
}

.search-area .el-button + .el-button {
  margin-left: 5px;
}

.search-area .search-form {
  flex: 1;
  margin-bottom: 18px;
  display: flex;
}

.search-form.search-expand {
  margin-bottom: 0;
  flex-flow: wrap;
}

.search-form > .search-form-item {
  flex: 0 0 33.3%;
  display: flex;
  align-items: center;
  padding: 5px 0 0 0;
}

.search-form > .search-form-item.no-action {
  flex: 0 0 30%;
  display: flex;
  align-items: center;
  padding: 5px 0 0 0;
}

.search-form > .search-form-item.no-action.btn {
  flex: none;
}

.search-form-item > .item-label {
  min-width: 100px;
  text-align: right;
  padding-right: 5px;
}

.search-form-item > .el-input {
  width: calc(100% - 80px);
}

.search-form-item > .el-select {
  width: calc(100% - 80px);
}

.search-form-item > .item-content {
  display: flex;
  width: calc(100% - 80px);
  align-items: center;
}

.search-form-item > .item-content > * {
  width: 100% !important;
}

.search-form-item.no-label > .item-content {
  width: 100% !important;
}

.search-form-item.btn {
  padding-left: 10px;
}

.search-form-item.select-group {
  flex: 0 0 66.66%;
}

.select-group > .item-content > * {
  flex: 1;
  padding-right: 5px;
}

.select-group.item4 > *:last-child,
.select-group > .item-content > *:last-child {
  flex: 0 0 40%;
  padding-right: 0;
}

.select-group.item4 {
  display: flex;
}

.search-area .search-op-btns {
  min-width: 240px;
}

.search-area .el-form {
  display: flex;
  flex-flow: wrap;
  min-width: 400px;
}

.search-area .expand-button {
  position: relative;
  padding-right: 20px;
}

.search-area .expand-button i {
  position: absolute;
  top: 6px;
  right: 0px;
  font-size: 18px;
}

.search-area .el-form > * {
  flex: 0 0 33.33%;
}

.search-area .el-form .flex-1 {
  flex: 1;
}

.search-area.search-expand .el-form .flex-1 {
  flex: 0 0 33.33%;
}

.search-area.search-expand .limit-width {
  max-width: unset;
}

.search-area.search-expand .el-form > *:last-child {
  /*给最后一个设置样式*/
  flex: 0 0 100%;
}

.search-area .el-date-editor--datetimerange.el-input,
.search-area .el-date-editor--datetimerange.el-input__inner {
  width: 100%;
}

/* .search-area.search-expand .el-form>*:nth-child(3n){
    flex: 0 0 33.33%;
  } */
.search-area .table-action {
  /*position: absolute;
  right: 0;
  bottom: 18px;*/
  margin-bottom: 18px;
}

.search-area .table-action > * {
  vertical-align: middle;
}

.search-area.search-expand .table-action {
  text-align: right;
}

.search-area > .el-form > .el-form-item {
  margin-bottom: 0;
}

@media screen and (min-width: 1500px) {
  /*.search-area .el-form .flex-1 {
    flex: 1;
  }*/
  .search-area .limit-width {
    max-width: 450px;
  }
}
@media screen and (max-width: 1365px) {
  /*设备管控页面*/
  .ter-control-page .search-area {
    /*padding-bottom: 50px;*/
  }

  .ter-control-page .search-area .table-action {
    left: 0;
  }

  .ter-control-page .search-area.search-expand {
    padding-bottom: 0;
  }

  .ter-control-page .search-area.search-expand .table-action {
    left: unset;
  }
}
@media screen and (max-width: 1120px) {
  /*设备管控页面*/
  .ter-control-page .search-area.search-expand {
    /*padding-bottom: 50px;*/
  }

  .ter-control-page .search-area.search-expand .table-action {
    left: 0;
    text-align: left;
  }
}
@media screen and (max-width: 1120px) {
  /*设备管控页面*/
  .app-manager-page .search-area {
    padding-bottom: 50px;
  }

  .app-manager-page .search-area .table-action {
    left: 0;
    text-align: left;
  }
}
.group-2col .el-form-item__content,
.group-3col .el-form-item__content {
  display: flex;
}

.group-2col .el-form-item__content > *,
.group-3col .el-form-item__content > * {
  flex: auto;
}

.group-3col .el-form-item__content > .filter-middle {
  flex: 0 0 80px;
  margin: 0 2px;
}

.group-2col .el-form-item__content > .filter-left {
  flex: 0 0 80px;
  margin-right: 2px;
}

.action-block {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

/*
.title-block>.title{
    margin:0;
    font-size: 18px;
    line-height: 32px;
} */
.flex-row {
  display: flex;
  justify-content: flex-start;
}

.form-item-right {
  position: absolute;
  right: 20px;
}

/* .el-button--text.text-button-disabled{
    color: #9da9b5;
}
.el-button--text.text-button-red{
    color: red;
} */
.inline-space-8 {
  padding: 8px;
}

.el-form-item.last-el-form-item {
  position: absolute;
  right: 40px;
}

.el-button.disable {
  color: #afb4bf;
  cursor: auto;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.no-margin {
  margin: 0;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.inline-block {
  display: inline-block;
}

.first-retract {
  margin-left: 40px;
}

.second-retract {
  margin-left: 20px;
}

.position-relative {
  position: relative;
}

.el-loading-spinner-progress {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.bottom-line {
  position: relative;
}

.bottom-line::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.06);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

/* 级联选择器 */
.el-cascader {
  width: 100%;
}

.el-cascader.mdm-cascader .el-input__inner[readonly] {
  background-color: #fff;
  border: 1px solid #DCDFE6;
}

.cursor-pointer {
  cursor: pointer;
}

.el-cascader__tags .el-tag > span {
  -ms-flex: auto !important;
  flex: auto !important;
}

.el-cascader-node__postfix {
  top: 10px;
}

.highlight {
  color: #409eff;
}

.form-item__title {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: bold;
}

.font-size-0 {
  font-size: 0;
}

*[disabled] {
  pointer-events: none !important;
}

/* 显示title */
.el-button[disabled] {
  pointer-events: initial !important;
  cursor: default !important;
}

/* 资产-设备-新建机型级联选择器使用的 */
.cascader-node-divider.el-divider--horizontal {
  margin: 0;
}

.el-cascader-node__label:hover > .cascader-node-divider + i,
.el-cascader-node__label:hover > .cascader-node-divider + i + span {
  color: #2589ff;
}

.model-name-cascader-popper .el-scrollbar__wrap {
  height: 300px;
}

.el-tag .el-tag__close.el-icon-close {
  top: 0;
}

.vertical-middle {
  vertical-align: middle !important;
}

.svg-btn {
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.gray {
  color: #999;
}

/*   表格 更多按钮
-----------------*/
.more-action .el-dropdown-menu__item {
  line-height: normal;
  padding: 0;
}

.more-action .el-dropdown-menu__item .el-button {
  padding: 8px 16px;
  width: 100%;
  text-align: left;
}

.MAction-pop.el-popover {
  padding: 0;
  min-width: auto;
}

ul.more-actions {
  list-style: none;
  padding: 5px 0;
  margin: 0;
}

ul.more-actions > li {
  list-style: none;
  line-height: 36px;
  padding: 0 20px;
  margin: 0;
  font-size: 14px;
  color: #606266;
  cursor: pointer;
  outline: 0;
}

ul.more-actions > li:focus,
ul.more-actions > li:hover {
  background-color: #ecf5ff;
  color: #66b1ff;
}

ul.more-actions li[disabled] {
  pointer-events: none;
  color: #bbb;
}

.more-actions .el-button i {
  margin-right: 5px;
}

/* 表格中的跳转链接或对话框链接 */
.el-table .link {
  cursor: pointer;
  color: #409EFF;
}

/* 对话框头部分隔栏 */
.el-dialog__title > hr {
  width: calc(100% + 40px);
  transform: translate(-20px);
  background-color: #ebebeb;
  border: none;
  height: 1px;
}

.toggle-btn {
  cursor: pointer;
  position: absolute;
  right: -12px;
  top: 12px;
  height: 24px;
  width: 24px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.toggle-btn .toggle-icon {
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  display: inline-block;
  transform: rotate(180deg);
  transition: transform 0.2s ease-out;
}

.sider-tree-block.collapse .toggle-btn .toggle-icon {
  transform: rotate(0);
}

.toggle-btn:hover {
  color: #409eff;
  border-color: #409eff;
}

.toggle-btn:hover .toggle-icon {
  color: #409eff;
}

.edit-tree-node {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}

body .el-tree-node__label {
  font-size: 13px;
}

.sider-tree-block .edit-tree-node .title {
  display: inline-block;
  /*width: 120px;*/
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sider-tree-block .edit-tree-node .count {
  margin-right: 15px;
}

.sider-tree-block .tag-list .edit-tree-node .title {
  width: auto;
}

.sider-tree-block .tag-list .edit-tree-node .count {
  margin-right: 0;
}

.edit-tree-node .el-button + .el-button {
  margin-left: 3px;
}

.edit-tree-node > .edit-btn {
  display: none;
}

.edit-tree-node.isEdit:hover > .edit-btn {
  display: block;
}

.edit-tree-node.isEdit:hover > .count {
  display: none;
}

.sider-tree {
  height: 100%;
}

.sider-tree-block {
  height: 100%;
  /*min-width:220px;*/
  position: relative;
  /*transition: width 0.2s ease-out;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sider-tree-block.collapse {
  width: 50px;
  /*transition: width 0.2s ease-out;*/
  /*overflow: hidden;*/
}

.sider-tree-block > *:not(.toggle-btn) {
  /*transition: visibility 0.3s ease-out;*/
}

.sider-tree-block.collapse > *:not(.toggle-btn) {
  visibility: hidden;
  /*transition: visibility 0.3s ease-out;*/
}

.sider-tree-block.collapse .toggle-btn {
  visibility: visible;
}

.sider-tree-block > .grouptree-block {
  padding-bottom: 10px;
  flex: 5;
  overflow: hidden;
}

.sider-tree-block .license-import {
  /* flex:0 0 50px;
  height:50px; */
  padding: 4px 10px;
}

.license-import > * {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.space-info-progress .el-progress-bar__outer {
  background-color: #66cafa;
}

.space-info-total {
  width: 100%;
  height: 6px;
  border-radius: 100px;
  background-color: #EBEEF5;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.circle {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  margin-right: 10px;
}

.upload-lic {
  margin: 0;
}

.license-import .progress-text {
  padding-top: 5px;
  font-size: 12px;
}

.progress-text > span {
  color: #606266;
}

.sider-tree-block > .temptree-block {
  flex: 3;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.temptree-block .add-block {
  width: 100%;
  padding: 4px 20px 0;
  flex: 0 0 40px;
}

.grouptree-block .grouptree-block-inner {
  height: 100%;
  overflow: auto;
}

ul.tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  height: 100%;
  flex: auto;
}

.tag-list > li {
  height: 28px;
  color: #606266;
  cursor: pointer;
  border-right: 4px solid transparent;
  padding: 0 10px 0 20px;
}

.temptree-block .top-line {
  border-top: 1px solid #dadfe8;
  margin: 0 20px;
  padding-bottom: 10px;
}

.tag-list > li:hover {
  background-color: #f5f7fa;
}

.tag-list > li.checked {
  color: #1890FF;
  border-right-color: #1890ff;
  background-color: #f0f7ff;
}

.tag-list > li .title {
  display: inline-block;
  width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tag-list > li .el-button + .el-button {
  margin-left: 3px;
}

.tag-list > li > .edit-btn {
  display: none;
  background-color: #f5f7fa;
}

.tag-list > li.isEdit:hover > .edit-btn {
  display: block;
}

.add-block > .el-button {
  width: 100%;
  padding: 9px 6px;
}

.sider-tree-block .el-tree-node__content {
  height: 24px;
}

.sider-tree-block .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
  color: #1890FF;
  border-right: 4px solid #1890ff;
  background-color: #f0f7ff;
}

.task-status-tag-wrapper .el-tag {
  color: rgba(0, 0, 0, 0.65);
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  font-size: 12px;
  height: 22px;
  padding: 0 8px;
  line-height: 20px;
  margin-right: 8px;
}

.task-status-tag-wrapper .el-tag.el-tag--wait {
  color: #FAAD14;
  background: #FFFBE6;
  border-color: #FFE58F;
}

.task-status-tag-wrapper .el-tag.el-tag--process {
  color: #1890FF;
  background: #E6F7FF;
  border-color: #91D5FF;
}

.task-status-tag-wrapper .el-tag.el-tag--success {
  color: #52C41A;
  background: #F6FFED;
  border-color: #B7EB8F;
}

.task-status-tag-wrapper .el-tag.el-tag--fail {
  color: #FF4D4F;
  background: #FFF1F0;
  border-color: #FFA39E;
}

.firmware-table-expand .el-form-item {
  margin-bottom: 0;
}

.firmware-table-expand .el-form-item .el-form-item__label {
  color: rgba(0, 0, 0, 0.45);
}

.firmware-table-expand .el-form-item .el-form-item__content {
  color: rgba(0, 0, 0, 0.65);
}

.no-padding {
  padding: 0 !important;
}

.el-message-box__message .terminal-count {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  padding: 0 5px;
}

.command-tips {
  color: rgba(0, 0, 0, 0.45);
}

/* .el-button--danger {
  background-color: #FF4D4F !important;
  border-color: #FF4D4F !important;
}

.el-button--danger:focus,
.el-button--danger:hover {
  background: #EE2D41 !important;
  border-color: #EE2D41 !important;
} */

.el-form-item__error {
  color: #FF4D4F !important;
}

.el-form-item.is-error .el-input__inner,
.el-form-item.is-error .el-input__inner:focus,
.el-form-item.is-error .el-textarea__inner,
.el-form-item.is-error .el-textarea__inner:focus,
.el-message-box__input input.invalid,
.el-message-box__input input.invalid:focus {
  border-color: #FF4D4F !important;
}

.upload-app, .upload-file {
  line-height: normal;
}

.drag-table.el-table--border {
  border-left: none;
  border-right: none;
  border-top: none;
}

.drag-table.el-table--border .el-table__body-wrapper td,
.drag-table.el-table--border .el-table__fixed-body-wrapper td {
  border-right-color: transparent;
}

.drag-table.el-table--border .el-table__header-wrapper th:nth-last-child(2) {
  border-right-color: transparent !important;
}

.drag-table.el-table--border .el-table__header-wrapper thead th {
  border-right: 1px solid #EBEEF5 !important;
}
.drag-table.el-table--border .el-table__header-wrapper thead th:last-child {
  border-right-color: transparent !important;
}

.drag-table.el-table--border::after,
.drag-table.el-table--group::after,
.drag-table.el-table::before {
  background-color: transparent;
}

.drag-table.el-table--border td,
.drag-table.el-table--border th:last-child,
.el-table__body-wrapper .drag-table.el-table--border.is-scrolling-left ~ .el-table__fixed {
  border-right-color: transparent;
}

.drag-table-head__title {
  word-break: keep-all;
  max-height: 49px;
}

/*.drag-table.el-table--border .el-table__header-wrapper thead th,
.el-table th{
  background: #fff ;
  border-right: none;
  border-bottom: 1px solid #EBEEF5 !important;
}*/
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.el-table .el-table__column-filter-trigger {
  line-height: 1;
}

.el-table__column-filter-trigger i {
  font-size: 13px;
  -webkit-transform: none;
  transform: none;
}

.el-table__fixed {
  height: 100% !important;
}

.el-table__fixed-right {
  height: 100% !important;
}

.hide {
  display: none;
}

.line-height-0 {
  line-height: 0;
}

/* 应用图标 */
img.app-icon {
  height: 32px;
  width: 32px;
  vertical-align: middle;
}

/* 快捷类 */
.pad-r-20 {
  padding-right: 20px;
}

.mar-l-20 {
  margin-left: 20px;
}

/* 组件 */
/* 带状态可选择的列表 */
.list-selectable {
  min-width: 120px;
  padding: 10px 0;
}

.list-selectable ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-selectable li {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  height: 30px;
  line-height: 20px;
}

.list-selectable li span {
  width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}

.list-selectable li:hover {
  background-color: #F5F7FA;
}

.list-selectable i {
  line-height: 20px;
}

/* 可删除标签 */
.label-deleteable {
  display: inline-block;
  width: 80px;
  text-align: right;
  position: relative;
}

.label-deleteable .label__inner {
  box-sizing: border-box;
  margin: 0 5px 0 0;
  padding: 0 5px;
  border: none;
  display: flex;
  justify-content: flex-end;
}

.label-deleteable .label__inner span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}

.label-deleteable .label__inner:hover {
  /* 悬浮时 */
  border: 1px dashed #ff3399;
  border-radius: 5px;
  background-color: #ffe6eb;
}

.label-deleteable .label__inner:hover .del-icon {
  display: inline;
}

.label-deleteable .del-icon {
  /* 删除标签 */
  display: none;
  position: absolute;
  right: 0;
  top: -4px;
}

.label-deleteable .del-icon:hover {
  color: #1890ff;
}

/* 带操作按钮项（行） */
.row-operable {
  display: flex;
  align-items: center;
  width: 100%;
}

.row-operable .row-content {
  flex-grow: 1;
}

.row-operable .row-operate {
  margin-left: 10px;
  white-space: nowrap;
}

/* 图标颜色 开启/关闭 */
i.open {
  color: #50c01a;
}

i.close {
  color: #a8a8a8;
}

/* 列表 右外边线 */
.table-block .el-table::after {
  z-index: 1;
}

.system-notice-dialog {
  top: 16px !important;
  right: 16px !important;
  left: auto !important;
  bottom: auto !important;
}

.system-notice-dialog .el-dialog {
  margin: 16px !important;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s, transform 0.3s, left 0.3s, right 0.3s, top 0.4s, bottom 0.3s;
  border-radius: 8px;
}

.system-notice-dialog .el-dialog__header {
  padding: 14px 20px 0 26px;
}

.system-notice-dialog .el-dialog__header .el-dialog__headerbtn {
  top: 16px;
}

.system-notice-dialog .el-dialog__body {
  padding: 6px 20px 14px 26px;
}

.system-notice-dialog .system-notice {
  margin-bottom: 16px;
  margin-left: 33px;
}

.system-notice-dialog .dialog-title {
  font-weight: 700;
  font-size: 16px;
  color: #303133;
  margin: 0;
  padding-right: 15px;
}

.system-notice-dialog .dialog-title .el-notification__icon {
  margin-right: 8px;
  color: #e6a23c;
}

.el-input .el-input__count {
  line-height: normal;
}

.el-textarea .el-input__count {
  line-height: normal;
}

.page-component__scroll {
  height: 100%;
}

.page-component__scroll .el-scrollbar__wrap {
  overflow-x: hidden;
}

.ter-detail-dialog .el-dialog {
  min-width: 1300px !important;
}

/*.ter-detail-dialog .el-dialog__header {
  padding: 17px 40px 17px 20px;
}*/
.ter-detail-dialog .el-pagination {
  margin: 25px 0;
}

.ter-detail-dialog .el-dialog__header .el-dialog__headerbtn {
  top: 11px !important;
  font-size: 26px !important;
  line-height: 1;
  border-radius: 4px;
  padding: 3px;
}

.ter-detail-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
  color: #003A80;
}

.ter-detail-dialog .el-dialog__header .el-dialog__headerbtn:hover {
  background: rgba(173, 211, 255, 0.4);
}

.ter-detail-dialog .el-dialog__header .el-dialog__headerbtn:hover .el-dialog__close {
  color: #1983FF;
}

.ter-detail-dialog .el-dialog__body {
  /*height: calc(100vh - 64px - 80px);*/
  background: #f0f2f5;
  padding: 0;
}

.ter-detail-dialog .detail-dialog-hd .hd-title .content {
  font-size: 18px;
  padding: 0 11px;
}

.ter-detail-dialog .detail-dialog-hd .hd-title .content .content-text {
  font-weight: bold;
}

.ter-detail-dialog .detail-dialog-hd .hd-title .content .iconfont {
  color: #bbb;
  padding-left: 16px;
}

.ter-detail-dialog .detail-dialog-hd .hd-title .content .iconfont.online {
  color: #1BC5BD;
}

.ter-detail-dialog .detail-dialog-hd .hd-title .prev-ter,
.ter-detail-dialog .detail-dialog-hd .hd-title .next-ter {
  color: #003A80;
  line-height: 1;
  padding: 3px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 4px;
}

.ter-detail-dialog .detail-dialog-hd .hd-title .prev-ter:hover,
.ter-detail-dialog .detail-dialog-hd .hd-title .next-ter:hover {
  background: rgba(173, 211, 255, 0.4);
  color: #1983FF;
}

.ter-detail-dialog .detail-dialog-hd .hd-title .prev-ter .iconfont,
.ter-detail-dialog .detail-dialog-hd .hd-title .next-ter .iconfont {
  font-size: 26px;
}

.ter-detail-dialog .detail-dialog-hd .hd-action {
  margin-right: 30px;
}

.ter-detail-dialog .detail-dialog-hd .hd-action .action-item {
  color: #003A80;
  padding: 1px;
  line-height: 1;
  margin: 0 16px 0 5px;
  cursor: pointer;
  border-radius: 4px;
}

.ter-detail-dialog .detail-dialog-hd .hd-action .action-item:hover {
  background: rgba(173, 211, 255, 0.4);
  color: #1983FF;
}

.ter-detail-dialog .detail-dialog-hd .hd-action .action-item.disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ter-detail-dialog .detail-dialog-hd .hd-action .action-item.disabled:hover {
  background: transparent;
  color: rgba(0, 0, 0, 0.25);
}

.ter-detail-dialog .detail-dialog-hd .hd-action .action-item .iconfont {
  font-size: 30px;
}

.ter-detail-dialog .detail-dialog-bd {
  /*height: 100%;*/
}

.ter-detail-dialog .detail-dialog-bd .left-container {
  background: #fff;
  width: 270px;
  height: 100%;
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb {
  height: 200px;
  margin: 32px 0 24px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb .bg {
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-760 .bg,
.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-680 .bg,
.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-680-pdm .bg {
  height: 250px;
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb .pic-click {
  position: absolute;
  left: 0;
  bottom: 9px;
  right: 0;
  height: 150px;
  margin: 0 auto;
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-multi .bg {
  background-image: url("/static/image/screenshot/multi.png");
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-760 .bg {
  background-image: url("/static/image/screenshot/760.png");
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-760 .pic-click {
  bottom: 18px;
  height: 121px;
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-680 .bg {
  background-image: url("/static/image/screenshot/680.png");
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-680 .pic-click {
  top: 48px;
  right: 2px;
  height: 106px;
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-680-pdm .bg {
  background-image: url("/static/image/screenshot/680-pdm.png");
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-680-pdm .pic-click {
  top: 45px;
  left: 2px;
  height: 106px;
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-380 .bg {
  background-image: url("/static/image/screenshot/380.png");
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-380 .pic-click {
  bottom: 96px;
  height: 64px;
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-550 .bg {
  background-image: url("/static/image/screenshot/550.png");
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-550 .pic-click {
  bottom: 12px;
  height: 176px;
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-dmr .bg {
  background-image: url("/static/image/screenshot/dmr.png");
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-dmr .pic-click {
  bottom: 0;
  height: 200px;
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-pdt .bg {
  background-image: url("/static/image/screenshot/pdt.png");
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-pdt .pic-click {
  bottom: 0;
  height: 200px;
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-tetra .bg {
  background-image: url("/static/image/screenshot/tetra.png");
}
.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-BatteryAnalyzer .bg {
  background-image: url("/static/image/screenshot/batteryAnalyzer.png");
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-tetra .pic-click {
  bottom: 0;
  height: 200px;
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-rvm .bg {
  background-image: url("/static/image/screenshot/rvm.png");
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-rvm .pic-click {
  bottom: 0;
  height: 200px;
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb .auto-size-img {
  border-radius: 3px;
  cursor: pointer;
  height: 100%;
}

.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-760 .auto-size-img,
.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-680 .auto-size-img,
.ter-detail-dialog .detail-dialog-bd .ter-thumb.ter-680-pdm .auto-size-img {
  border-radius: 0px;
}

.ter-detail-dialog .detail-dialog-bd .ter-base-info {
  height: calc(100vh - 64px - 1px - 200px - 32px - 24px - 80px);
}

.ter-detail-dialog .detail-dialog-bd .ter-base-info .info-list {
  padding: 0 0 16px 0;
}

.ter-detail-dialog .detail-dialog-bd .info-item {
  padding: 8px 16px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.ter-detail-dialog .detail-dialog-bd .info-item .item-hd {
  width: 140px;
  margin-right: 10px;
  text-align: right;
  color: rgba(0, 0, 0, 0.45);
}

.ter-detail-dialog .detail-dialog-bd .info-item .item-bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  color: rgba(0, 0, 0, 0.85);
}

.ter-detail-dialog .detail-dialog-bd .info-item .el-textarea {
  margin-bottom: 10px;
}

.ter-detail-dialog .detail-dialog-bd .info-item .action-bar .edit-conent {
  color: #409EFF;
}

.ter-detail-dialog .detail-dialog-bd .info-item .action-bar .edit-conent:hover {
  cursor: pointer;
}

.ter-detail-dialog .detail-dialog-bd .right-container {
  border-left: 1px solid #dcdfe6;
  background: #fff;
  padding: 0;
}

.ter-detail-dialog .detail-dialog-bd .el-table {
  border-radius: 4px;
  border: 1px solid #E4E4E5;
}

.ter-detail-dialog .detail-dialog-bd .el-table::before {
  display: none;
}

.ter-detail-dialog .detail-dialog-bd .el-table th {
  /*background: #fff;*/
  position: relative;
  padding: 12px 0;
}

.ter-detail-dialog .detail-dialog-bd .el-table th:before {
  content: " ";
  position: absolute;
  top: 15px;
  left: 0;
  width: 1px;
  height: 18px;
  border-left: 1px solid #D8D8D8;
  color: #D8D8D8;
}

.ter-detail-dialog .detail-dialog-bd .el-table th:first-child:before {
  display: none;
}

.ter-detail-dialog .detail-dialog-bd .el-table td {
  padding: 16px 0;
  border-bottom-color: transparent;
}

.ter-detail-dialog .detail-dialog-bd .el-table.white-th-table th {
  background: #fff;
}

.ter-detail-dialog .detail-dialog-bd .el-table.white-th-table td, .ter-detail-dialog .detail-dialog-bd .el-table.white-th-table th.is-leaf {
  border-bottom-color: #D8D8D8;
}

.ter-detail-dialog .detail-dialog-bd .detail-tab {
  height: 100%;
  padding: 0 24px;
}

.ter-detail-dialog .detail-dialog-bd .detail-tab .el-tabs__nav-wrap::after {
  display: none;
}

.ter-detail-dialog .detail-dialog-bd .detail-tab .el-tabs__content {
  height: calc(100vh - 80px - 55px - 52px - 25px);
}

.ter-detail-dialog .detail-dialog-bd .detail-tab .el-tabs__content .el-tab-pane {
  height: 100%;
}

.ter-detail-dialog .detail-dialog-bd .detail-tab .el-tabs__item {
  height: 52px;
  line-height: 52px;
}

.ter-detail-dialog .detail-dialog-bd .detail-tab .el-tabs__nav-next,
.ter-detail-dialog .detail-dialog-bd .detail-tab .el-tabs__nav-prev {
  line-height: 52px;
}

.ter-detail-dialog .detail-dialog-bd .detail-tab .el-collapse {
  border-top: none;
  border-bottom: none;
}

.ter-detail-dialog .detail-dialog-bd .detail-tab .el-collapse-item__header,
.ter-detail-dialog .detail-dialog-bd .detail-tab .el-collapse-item__wrap {
  border-bottom: none;
}

.ter-detail-dialog .detail-dialog-bd .detail-tab .el-collapse-item__header {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
}

.ter-detail-dialog .detail-dialog-bd .detail-tab .el-collapse-item__header .el-collapse-item__arrow {
  top: 16px;
}

.ter-detail-dialog .detail-dialog-bd .detail-tab .el-collapse-item__header .el-icon-arrow-right:before {
  content: "" !important;
}

.ter-detail-dialog .detail-dialog-bd .detail-tab .info-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.4;
  margin: 0 8px 10px 0;
  font-size: 14px;
}

.ter-detail-dialog .detail-dialog-bd .detail-tab .info-cell:last-child {
  margin-bottom: 0;
}

.ter-detail-dialog .detail-dialog-bd .detail-tab .info-cell .cell-label {
  min-width: 120px;
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.45);
}

.ter-detail-dialog .detail-dialog-bd .detail-tab .info-cell .iconfont {
  margin-right: 4px;
  line-height: 1.3;
}

.empty-wrap__default {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.65);
}
.empty-wrap__default .empty-box {
  text-align: center;
}
.empty-wrap__default img {
  height: 200px;
}
.empty-wrap__default p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

.ter-detail-dialog .empty-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.65);
}

.ter-detail-dialog .empty-wrap .empty-box {
  text-align: center;
}

.ter-detail-dialog .empty-wrap p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

.ter-detail-dialog .empty-wrap .link {
  color: #1890ff;
  cursor: pointer;
  margin: 0 4px;
}

.ter-detail-dialog .empty-wrap.empty-wrap__ter {
  height: calc(100vh - 64px - 1px - 52px - 15px);
}

.ter-detail-dialog .empty-wrap.empty-wrap__ter img {
  height: 160px;
}

.ter-detail-dialog .empty-wrap.empty-wrap__contact {
  height: 200px;
}

.ter-detail-dialog .empty-wrap.empty-wrap__contact img {
  height: 100px;
}

.ter-detail-dialog .empty-wrap.empty-wrap__app {
  height: 200px;
}

.ter-detail-dialog .empty-wrap.empty-wrap__app img {
  height: 100px;
}

.ter-detail-dialog .empty-wrap.empty-wrap__location {
  height: calc(100vh - 64px - 1px - 52px - 15px - 32px - 10px);
}

.ter-detail-dialog .empty-wrap.empty-wrap__location img {
  height: 160px;
}

.ter-detail-dialog .empty-wrap.empty-wrap__log {
  height: calc(100vh - 64px - 1px - 52px - 15px - 32px - 10px);
}

.ter-detail-dialog .empty-wrap.empty-wrap__log img {
  height: 160px;
}

.ter-detail-dialog .empty-wrap.empty-wrap__config {
  height: calc(100vh - 64px - 1px - 52px - 15px - 32px - 10px);
}

.ter-detail-dialog .empty-wrap.empty-wrap__config img {
  height: 160px;
}

.ter-detail-dialog .empty-wrap.empty-wrap__licenseinfo {
  height: calc(100vh - 64px - 1px - 52px - 15px - 10px);
}

.ter-detail-dialog .empty-wrap.empty-wrap__licenseinfo img {
  height: 160px;
}

.ter-detail-dialog .empty-wrap.empty-wrap__process {
  height: calc(100vh - 64px - 1px - 52px - 15px - 10px);
}

.ter-detail-dialog .empty-wrap.empty-wrap__process img {
  height: 160px;
}

.ter-detail-dialog .empty-wrap.empty-wrap__screenshot {
  height: calc(100vh - 64px - 1px - 52px - 15px - 10px);
}

.ter-detail-dialog .empty-wrap.empty-wrap__screenshot img {
  height: 160px;
}

.ter-detail-dialog .empty-wrap.empty-wrap__strategy {
  height: calc(100vh - 64px - 1px - 52px - 15px - 10px - 32px - 10px);
}

.ter-detail-dialog .empty-wrap.empty-wrap__strategy img {
  height: 160px;
}

.ter-detail-dialog .app-info-list {
  padding: 16px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

.ter-detail-dialog .app-info-card {
  width: 244px;
  border-radius: 4px;
  border: 1px solid #E4E4E5;
  margin-right: 24px;
  margin-bottom: 24px;
  position: relative;
}

.ter-detail-dialog .app-info-card .card-hd {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 48px;
}

.ter-detail-dialog .app-info-card .hd-title {
  flex: 1;
}

.ter-detail-dialog .app-info-card .hd-title img {
  width: 32px;
  vertical-align: middle;
  margin-right: 10px;
}

.ter-detail-dialog .app-info-card .hd-title span {
  vertical-align: middle;
  display: inline-block;
  width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ter-detail-dialog .app-info-card .app-status .icon-jinyong {
  color: #F5222D;
}

.ter-detail-dialog .app-info-card .app-status .icon-yunxu {
  color: #52C41A;
}

.ter-detail-dialog .app-info-card .card-bd {
  font-size: 12px;
  padding: 16px;
  border-top: 1px solid #E4E4E5;
}

.ter-detail-dialog .app-info-card .card-bd p {
  margin: 0 0 10px 0;
  display: flex;
}

.ter-detail-dialog .app-info-card .card-bd p:last-child {
  margin-bottom: 0;
}

.ter-detail-dialog .app-info-card .card-bd p label {
  min-width: 72px;
  color: rgba(0, 0, 0, 0.45);
  display: inline-block;
  margin-right: 8px;
}

.ter-detail-dialog .app-info-card .card-bd p span {
  color: rgba(0, 0, 0, 0.85);
}

.ter-detail-dialog .app-info-card .card-ft {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.ter-detail-dialog .app-info-card .card-ft .btn-group {
  display: flex;
  align-items: center;
  text-align: center;
  background: #F7F9FA;
  position: relative;
}

.ter-detail-dialog .app-info-card .card-ft .btn-group:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #D8D8D8;
  color: #D8D8D8;
}

.ter-detail-dialog .app-info-card .card-ft .blue-btn,
.ter-detail-dialog .app-info-card .card-ft .red-btn {
  flex: 1;
  padding: 17px 0;
  font-size: 14px;
  line-height: 1;
}

.ter-detail-dialog .app-info-card .card-ft .blue-btn {
  color: #2589FF;
  position: relative;
}

.ter-detail-dialog .app-info-card .card-ft .blue-btn:before {
  content: " ";
  position: absolute;
  top: 13px;
  right: 0;
  width: 1px;
  height: 22px;
  border-left: 1px solid #D8D8D8;
  color: #D8D8D8;
}

.ter-detail-dialog .app-info-card .card-ft .red-btn {
  color: #F5222D;
}

.ter-detail-dialog .app-info-card:hover .card-ft {
  display: block;
}

.ter-detail-dialog .app-white-list {
  padding: 16px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

.ter-detail-dialog .app-white-list .app-white-cell {
  min-width: 280px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  margin: 16px 24px 16px 0;
  padding: 4px 18px;
  border-radius: 4px;
}

.ter-detail-dialog .app-white-list .app-white-cell:hover {
  background: #F5F9FF;
}

.ter-detail-dialog .app-white-list .app-white-cell .cell-hd {
  display: flex;
  flex: 1;
  align-items: center;
}

.ter-detail-dialog .app-white-list .app-white-cell .cell-hd label {
  margin-right: 16px;
}

.ter-detail-dialog .app-white-list .app-white-cell .cell-hd img {
  width: 24px;
  margin-right: 8px;
}

.time-picker-group {
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.time-picker-group .el-date-editor.first .el-input__inner {
  border: 1px solid #DCDFE6;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.time-picker-group .second {
  height: 32px;
  line-height: 32px;
  border: 1px solid #DCDFE6;
  border-right: 0;
  border-left: 0;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.time-picker-group .el-date-editor.third .el-input__inner {
  border: 1px solid #DCDFE6;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 15px;
}

.time-picker-group:hover .second,
.time-picker-group:hover .el-input__inner {
  border-color: #1A83FF !important;
}

.time-picker-group .el-button {
  height: 32px;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.charts-wrapper {
  padding-top: 18px;
  border-radius: 8px;
  border: 1px solid #DCDFE6;
}

.contact-list-table-hd span, .contact-list-table-hd i {
  vertical-align: middle;
}

.contact-list-table-hd .iconfont {
  color: #A6CFFF;
  font-size: 28px;
  margin-right: 8px;
}

.contact-narrow-phone {
  color: rgba(0, 0, 0, 0.85);
}

.contact-narrow-phone .iconfont {
  color: #A6CFFF;
  font-size: 24px;
  margin-right: 8px;
  line-height: 1;
}

.color-green {
  color: #59D806;
}

.color-blue {
  color: #2589FF;
}

.color-red {
  color: #F5222D;
}

.color-orange {
  color: #FF8D19;
}

.color-grey {
  color: rgba(0, 0, 0, 0.45);
}

.file-path {
  font-size: 14px;
}

.el-time-panel__content::after, .el-time-panel__content::before {
  margin-top: -7px !important;
}

/* 电子地图 轨迹回放 start */
.map-trace-page {
  position: relative;
}

.map-trace-page .el-card {
  background: white;
  position: absolute;
  z-index: 500;
  width: 450px;
  height: calc(100% - 40px);
  max-height: 182px;
}

.map-trace-page .el-card.expand {
  max-height: 640px;
}

.map-trace-page .el-card__body {
  height: 100%;
  overflow-y: auto;
}

.amap-page-container {
  margin-top: 0px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.ellipsis-80 {
  vertical-align: middle;
  display: inline-block;
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* 轨迹回放 enf */
.el-table__header {
  width: 100% !important;
}

.el-table__body {
  width: 100% !important;
}

.drag-gutter.gutter-horizontal {
  cursor: col-resize;
  height: 100%;
  float: left;
  background: #2c2f34;
  position: relative;
}

.drag-gutter.gutter-horizontal:before {
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  position: absolute;
  left: -2px;
  z-index: 1;
}

.drag-gutter:hover:before {
  background-color: #409eff;
}

.drag-gutter.dragging:before {
  background-color: #409eff;
}

.sider-tree-head .head-title {
  margin: 12px 0 12px 16px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}

.sider-tree-block .el-tree,
.sider-tree-block .el-tree-node__expand-icon {
  color: rgba(0, 0, 0, 0.85);
}

.sider-tree-block .el-tree-node {
  margin: 5px 0;
}

.grouptree-block {
  flex: 1;
  overflow: hidden;
}
.grouptree-block-terminal {
  flex: none;
  max-height: calc(100% - 200px);
}

.temptree-block {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.sider-tree-block .tree-block-left {
  height: 100%;
}

.sider-tree-block .sider-tree-body {
  height: calc(100% - 43px);
  flex-direction: column;
  display: flex;
}

.sider-tree-block .toggle-btn {
  display: none;
}

.sider-tree-block.collapse .toggle-btn,
.sider-tree-block:hover .toggle-btn {
  display: flex;
}

.absolute-collapse-menu {
  position: relative;
  display: none;
}

.menu-collapse .absolute-collapse-menu,
.page-sider:hover .absolute-collapse-menu {
  display: block;
}

.absolute-collapse-menu .collapse-menu-btn {
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: 12px;
  height: 40px;
  width: 40px;
  background: #14294E;
  -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
  box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 0;
  padding: 2px;
  color: #fff;
}

.collapse-menu-btn .collapse-menu-icon {
  font-size: 16px;
  transform: rotate(180deg);
  transition: transform 0.2s ease-out 0.2s;
}

.menu-collapse .collapse-menu-btn .collapse-menu-icon {
  transform: rotate(0);
}

.search-filter-bar .filter-item {
  margin-bottom: 16px;
  margin-right: 16px;
}
.search-filter-bar .filter-item:last-child {
  margin-right: 0;
}

.filter-input .el-input__inner {
  border-color: #F3F3F4;
  background-color: #F3F3F4;
}
.filter-input .el-input__inner:hover, .filter-input .el-input__inner:focus {
  border-color: #1A83FF;
  background-color: #FFF;
}
.filter-input:hover .el-input__inner {
  border-color: #1A83FF;
  background-color: #FFF;
}

.filter-select:hover .el-input .el-input__inner {
  border-color: #409EFF !important;
}

.filter-date:hover .el-input__inner {
  border-color: #409EFF !important;
}

.time-picker-group .el-date-editor.el-input,
.time-picker-group .el-date-editor.el-input__inner {
  width: 170px;
}

.mdm-dialog {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 950px;
}
.mdm-dialog .el-dialog {
  border-radius: 8px;
  margin: 40px auto;
  overflow: hidden;
  /*-webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;*/
  min-height: 400px;
  min-width: 1100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mdm-dialog .el-dialog__header, .mdm-dialog-copy .el-dialog__header {
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.mdm-dialog .el-dialog__header .el-dialog__title, .mdm-dialog-copy .el-dialog__header .el-dialog__title {
  line-height: 22px;
  font-size: 16px;
  color: rgba(24, 28, 50, 0.85);
}
.mdm-dialog .el-dialog__header .el-dialog__headerbtn, .mdm-dialog-copy .el-dialog__header .el-dialog__headerbtn {
  top: 16px;
  font-size: 18px;
  line-height: 1;
}
.mdm-dialog .el-dialog__body, .mdm-dialog-copy .el-dialog__body {
  background: #F8F8F8;
  /*border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;*/
  padding: 0;
  overflow-y: auto;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.mdm-dialog .el-dialog__footer, .mdm-dialog-copy .el-dialog__footer {
  padding: 0;
}
.mdm-dialog .dialog-footer, .mdm-dialog-copy .dialog-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 10px 20px 20px;
}
.mdm-dialog .el-badge__content, .mdm-dialog-copy .el-badge__content {
  height: auto;
  background-color: #F56C6C;
}

.mdm-dialog.white-bg .el-dialog__body {
  background-color: #fff !important;
}

.mdm-dialog-flex .el-dialog {
  height: 100%;
}
.mdm-dialog-flex .el-dialog__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mdm-dialog-flex .detail-table-box {
  flex: 1;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
  border-left: 2px solid transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(144, 147, 153, 0.3);
  border-left: 2px solid transparent;
  border-radius: 10px;
}

/*::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(0,0,0,0.1);
}*/
.detail-info-box {
  background: #fff;
  padding: 8px 8px 16px 8px;
}
.detail-info-box .info-box-thumb {
  height: 80px;
  width: 80px;
  margin-top: 8px;
  margin-left: 16px;
}
.detail-info-box .info-box-thumb img {
  width: 100%;
}
.detail-info-box .detail-info-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 20px;
  font-weight: 600;
  padding: 8px 24px;
}
.detail-info-box .detail-info-title .title-action {
  margin-left: 18px;
}
.detail-info-box .info-item {
  font-size: 14px;
  color: #000000;
  margin: 8px;
}
.detail-info-box .info-item .item-hd {
  text-align: right;
  margin-right: 16px;
  min-width: 100px;
}
.detail-info-box .info-item .item-bd {
  color: rgba(0, 0, 0, 0.65);
}

.detail-table-box {
  margin: 16px 24px;
  background: #fff;
  border-radius: 4px;
  padding: 0 0 12px 0;
}
.detail-table-box .el-progress__text {
  display: block;
  margin-left: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px !important;
}
.detail-table-box .el-tabs__nav-wrap::after {
  display: none;
}
.detail-table-box .el-tabs__nav-next, .detail-table-box .el-tabs__nav-prev {
  line-height: 40px;
}
.detail-table-box .el-tabs__header {
  width: calc(100% - 400px);
  margin-left: 24px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.detail-table-box .el-tabs__content {
  overflow: unset;
}
.detail-table-box .on-el-tabs-header {
  position: absolute;
  right: 24px;
  top: -45px;
}

.font-20 {
  font-size: 20px;
}

.font-36 {
  font-size: 36px;
}

.font-40 {
  font-size: 40px;
}

.error-tips {
  font-size: 12px;
  color: #F64E60;
}

.mdm-dialog-copy-popover {
  padding: 0 !important;
  border-radius: 8px !important;
}

.mdm-dialog-copy .el-dialog__body {
  padding: 0;
}

.select-all-bar {
  color: #B5B5C3;
  font-weight: 500;
}
.select-all-bar .el-checkbox {
  color: #B5B5C3;
}

.flex-row {
  flex-direction: row !important;
}

.el-table.no-bottom-line::before {
  height: 0;
}

.no-bottom-line .el-table::before {
  height: 0;
}

.el-table__fixed-right::before, .el-table__fixed::before {
  height: 0 !important;
}

.m-t-16 {
  margin-top: 16px;
}

.p-l-24 {
  padding-left: 24px;
}

.p-r-24 {
  padding-right: 24px;
}

.relative {
  position: relative;
}

.absolute-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.line-height-1 {
  line-height: 1;
}

.auto-min-height .el-dialog {
  min-height: auto !important;
}

.search-filter-form {
  padding: 0 !important;
}
.search-filter-form .el-form {
  padding: 16px 24px 0 24px;
}
.search-filter-form .filter-form-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 10px 20px 20px;
}

.filter-badge .el-badge__content {
  top: 8px !important;
  right: 8px !important;
  opacity: 0;
}
.filter-badge.show-dot .el-badge__content {
  opacity: 1;
}

.filter-drag-item {
  padding: 2px 0;
}

.filter-drag-icon {
  margin-right: 8px;
  vertical-align: middle;
  cursor: move;
}

.filter-drag-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 20px 0 10px 0;
}

.sub-group-ter-checkbox {
  margin-left: 16px;
  margin-top: 16px;
}
.sub-group-ter-checkbox .el-checkbox,
.sub-group-ter-checkbox .el-checkbox__input.is-checked + .el-checkbox__label {
  color: rgba(0, 0, 0, 0.45);
}

.sider-tree-rMenu .el-tag {
  margin-left: 24px;
  font-size: 12px;
  height: 16px;
  line-height: 15px;
}

.overflow-hidden {
  overflow: hidden;
}

.el-button.el-button--delete.is-plain {
  color: #FF4D4F;
  background-color: #fff;
  border-color: #FF4D4F;
}
.el-button.el-button--delete.is-plain:hover {
  color: #fff !important;
  background-color: #FF4D4F;
  border-color: #FF4D4F;
}

.el-button.el-button--delete.is-disabled,
.el-button.el-button--delete.is-disabled:focus,
.el-button.el-button--delete.is-disabled:hover {
  border-color: #fab6b6 !important;
}

.plTableBox .el-table .el-table__header th {
  background-color: #fff;
}

.map-main-page div.leaflet-marker-icon.indexed-icon {
  background-image: url("/static/image/location_markers.png");
}

div#driver-popover-item .driver-popover-footer button {
  padding: 7px 15px !important;
  border-color: #409eff !important;
  text-shadow: none !important;
  color: #fff !important;
  font-size: 12px;
  background-color: #409eff !important;
  border-radius: 3px !important;
}

.hover-col {
  cursor: pointer;
}
.hover-col:hover {
  color: #409eff;
}
.hover-col.is-leaf:hover {
  color: #B5B5C3;
}

.map-select-dropdown .el-select-dropdown__item {
  padding: 0 8px;
}
.map-select-dropdown .el-select-dropdown__item img, .map-select-dropdown .el-select-dropdown__item span {
  vertical-align: middle;
}
.map-select-dropdown .el-select-dropdown__item img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.map-select .el-input__inner, .map-input .el-input__inner {
  border: none;
  height: 38px;
  line-height: 38px;
}

.map-select .el-input__inner {
  padding-left: 28px;
}
.map-select .el-input__icon {
  line-height: 38px;
}

.map-input .el-input__inner {
  padding-left: 2px;
  padding-right: 10px !important;
  border-radius: 0;
}

.map-search-form-item {
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.07);
}

.map-filter-group {
  border-radius: 4px;
  width: 344px;
  border: 1px solid transparent;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.map-filter-group:focus-within {
  border-color: #409EFF;
}

.el-button--primary.is-plain {
  color: #1A83FF;
  background: #F0FBFE;
  border-color: rgba(26, 131, 255, 0.75);
}

.el-scrollbar__bar.is-vertical {
    width: 12px!important;
    top: 2px;
}

.el-scrollbar__bar.is-horizontal {
  height: 12px!important;
  left: 2px;
}

.cps-download-tip{
  width: 430px !important;
}

.el-steps .is-process .el-step__icon.is-text {
  background: #409EFF;
  border-color: #409EFF;
  color: #fff;
}
.el-steps .is-wait .el-step__icon.is-text {
  background-color: #787878;
  border-color: #787878;
  color: #fff;
}
.el-steps .is-success .el-step__icon.is-text {
  background-color: #E8F3FF;
  border-color: #E8F3FF;
  color: #165DFF;
}
.el-steps .el-step__title.is-success,
.el-steps .el-step__description.is-success {
  color: #303133;
}


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