
.modal-footer-div {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e9e9e9;
    padding: 0.625rem 2rem;
    background-color: #f4f9fd;
    text-align: right;
    border-radius: 0 0 0.875rem 0.875rem;
}
.total[data-v-54687940] {
  padding-left: 0.7rem;
  color: #096dd9;
}

@font-face {
  font-family: "iconfont"; /* Project id 4625270 */
  src: url('//at.alicdn.com/t/c/font_4625270_okvv2koi95.woff2?t=1721282258000') format('woff2'),
       url('//at.alicdn.com/t/c/font_4625270_okvv2koi95.woff?t=1721282258000') format('woff'),
       url('//at.alicdn.com/t/c/font_4625270_okvv2koi95.ttf?t=1721282258000') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-xiazai:before {
  content: "\e675";
}
.icon-fangda:before {
  content: "\e63d";
}
.icon-suoxiao:before {
  content: "\e658";
}
.icon-shiyingpingmu:before {
  content: "\e61f";
}
.icon-shijidaxiao:before {
  content: "\e70d";
}
.toolbar {
  position: absolute;
  right: 10px;
  top: -2.7rem;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 8px;
  box-shadow: #aeaeae 0px 0px 5px;
  width: 190px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.toolbar i {
  font-size: 20px;
  color: #545454;
}
#mappingKnowledge {
  width: 100%;
  position: relative;
}
#mappingKnowledge .g6-component-toolbar {
  display: none;
}
#mappingKnowledge .content-menu {
  padding: 0;
  width: 100px;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
#mappingKnowledge .content-menu ul {
  padding: 0;
  margin: 0;
}
#mappingKnowledge .content-menu li {
  padding: 6px;
  cursor: pointer;
  list-style-type: none;
  list-style: none;
  margin-left: 0px;
  font-size: 12px;
  text-align: center;
}
#mappingKnowledge .content-menu li:hover,
#mappingKnowledge .content-menu li:active {
  color: #5b8ff9;
  background: #f4f8ff;
}

