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

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right:0.2rem;
  color:#33B076;
}

.icon-lock:before {
  content: "\e629";
}

.icon-link:before {
  content: "\e63a";
}

.icon-up:before {
  content: "\e601";
}

.icon-down:before {
  content: "\e671";
}

.icon-bonus:before {
  content: "\e646";
}

.icon-message:before {
  content: "\e645";
}

.icon-lightning:before {
  content: "\e6b9";
}

.icon-watch1:before {
  content: "\e66d";
}

.icon-watch:before {
  content: "\e614";
}

.icon-code:before {
  content: "\e61e";
}

.icon-phone:before {
  content: "\e678";
}

.icon-dang:before {
  content: "\e600";
}

