.scan-database {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.scan-database .left-container {
  width: 300px;
  height: 100%;
  border-right: 1px solid #eee;
}
.scan-database .left-container .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 12px;
}
.scan-database .left-container .tree-container {
  padding: 12px;
  height: calc(100% - 57px);
  overflow: auto;
}
.scan-database .left-container .tree-container .el-tree-node__content {
  width: 100%;
  height: 32px;
  line-height: 32px;
}
.scan-database .left-container .tree-container .custom-tree-node {
  width: 251px;
}
.scan-database .left-container .tree-container .custom-tree-node .tree-node-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.scan-database .left-container .tree-container .custom-tree-node .tree-node-box .tree-node-label {
  width: calc(100% - 70px);
  font-size: 14px;
  color: #303133;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 163px;
}
.scan-database .left-container .tree-container .custom-tree-node .tree-node-box .tree-node-label .tree-node-label-text {
  max-width: calc(100% - 21px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scan-database .left-container .tree-container .custom-tree-node .tree-node-box .tree-node-btn {
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 12px;
}
.scan-database .left-container .tree-container .custom-tree-node img {
  width: 16px;
  height: 16px;
}
.scan-database .left-container .tree-container .custom-tree-node .btn {
  margin-left: 10px;
  display: inline-block;
  cursor: pointer;
}
.scan-database .right-container {
  width: 100%;
}
.scan-database .right-container .header {
  height: 56px;
  border-bottom: 1px solid #eee;
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.scan-database .right-container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100% - 56px);
  padding: 12px;
  gap: 12px;
}
.scan-database .right-container .content .right-container-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #eee;
  border-radius: 4px;
}
.scan-database .right-container .content .right-container-left .scan-card-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px;
  padding-bottom: 0;
}
.scan-database .right-container .content .right-container-left .scan-card-title .label {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
.scan-database .right-container .content .right-container-left .scan-card-table {
  height: calc(100% - 44px);
  width: 100%;
}
.scan-database .right-container .content .right-container-left .scan-card-table .el-card__body {
  height: 100%;
  width: 100%;
}
.scan-database .right-container .content .right-container-left .scan-card-table .el-card__body .scan-table {
  height: 100%;
  width: 625px;
}
.scan-database .right-container .content .right-container-left .scan-card-table .el-card__body .el-table__body-wrapper {
  height: calc(100% - 48px);
  overflow-y: auto;
}
.scan-database .right-container .content .right-container-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 12px;
}
.scan-database .right-container .content .right-container-right .scan-card-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.scan-database .right-container .content .right-container-right .scan-card-title .label {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
.scan-database .right-container .content .right-container-right .model-container {
  width: 100%;
  height: 480px;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-top: 36px;
}
.scan-database .right-container .content .right-container-right .model_info-card {
  margin-top: 12px;
}
.scan-database .right-container .content .right-container-right .model_info-card .el-card__body {
  padding: 12px;
}
.scan-database .right-container .content .right-container-right .model_info-card .model_info {
  margin-top: 12px;
}
.scan-database .right-container .content .right-container-right .model_info-card .model_info .model_info_col {
  height: 50px;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eee;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(50% - 20px);
  margin-right: 20px;
}
.scan-database .right-container .content .right-container-right .model_info-card .model_info .model_info_col .label {
  display: inline-block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: left;
}
.scan-database .right-container .content .right-container-right .model_info-card .model_info .model_info_col .value {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  width: calc(100% - 100px);
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.add-scan .add-dialog .el-dialog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.add-scan .left {
  width: 400px;
}
.add-scan .left .el-upload-dragger {
  width: 278px;
}
.add-scan .left .scan-file .el-form-item__label {
  line-height: 20px;
}
.add-scan .right {
  width: 516px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eee;
  margin-left: 10px;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.add-scan .right .right-title {
  line-height: 32px;
}
.add-scan .right .model {
  height: calc(100% - 32px);
  width: 100%;
}

.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
  background: rgba(0, 62, 103, 0.1) !important;
}
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content .tree-node-label .item {
  color: #003e67 !important;
}

@-webkit-keyframes spin {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}

@keyframes spin {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
.read-progress {
  color: #003e67 !important;
  font-size: 20px;
  font-weight: bold;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.fileName {
  font-size: 17px;
  display: inline-block;
  width: 100%;
  background: rgb(235, 238, 245);
  margin-top: 10px;
  position: relative;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fileName .fileText {
  display: inline-block;
  width: calc(100% - 22px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fileName .fileClose {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.fileName {
  /* width: 80px; */
}

.scan-table .active-row {
  background: rgba(0, 62, 103, 0.1) !important;
}
.scan-table .cell,
.scan-table .el-button--text {
  font-size: 14px;
}

.el-progress-bar__inner {
  background-color: #003e67 !important;
}
