@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('iconfont.ttf?t=1704269309280') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.limited-icon-delete:before {
  content: "\e63b";
}

.limited-icon-a-minus2x:before {
  content: "\e62e";
}

.limited-icon-a-plus2x:before {
  content: "\e62d";
}

.limited-icon-a-plus-gray2x:before {
  content: "\e62f";
}

.limited-icon-a-minus-gray2x:before {
  content: "\e630";
}

.limited-icon-close:before {
  content: "\e631";
}

.limited-icon-a-close-floatingwindow2:before {
  content: "\e634";
}

