@font-face {
  font-family: "iconfont"; /* Project id 3781925 */
  src: url('iconfont.eot?t=1670316140279'); /* IE9 */
  src: url('iconfont.eot?t=1670316140279#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('iconfont.woff2?t=1670316140279') format('woff2'),
       url('iconfont.woff?t=1670316140279') format('woff'),
       url('iconfont.ttf?t=1670316140279') format('truetype'),
       url('iconfont.svg?t=1670316140279#iconfont') format('svg');
}

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

.icon-home:before {
  content: "\e627";
}

.icon-lan:before {
  content: "\e624";
}

.icon-more:before {
  content: "\e625";
}

.icon-search:before {
  content: "\e626";
}

