@font-face {
  font-family: "iconfont2"; /* Project id 4723946 */
  /* Color fonts */
  src: url("iconfont.woff2?t=1729848206456") format("woff2"),
    url("iconfont.woff?t=1729848206456") format("woff"),
    url("iconfont.ttf?t=1729848206456") format("truetype");
}

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

.icon-filetype-pdf:before {
  content: "\e611";
}

.icon-filetype-excel:before {
  content: "\e60b";
}

.icon-filetype-zip:before {
  content: "\e60c";
}

.icon-filetype-ppt:before {
  content: "\e60d";
}

.icon-filetype-word:before {
  content: "\e60e";
}

.icon-filetype-none:before {
  content: "\e60f";
}

.icon-filetype-text:before {
  content: "\e610";
}
