/* iconfont */
@font-face {font-family: 'fontXinnet';
    src: url('../../fonts/fontXinnet.eot'); /* IE9*/
    src: url('../../fonts/fontXinnet.eot?#iefix') format('embedded-opentype'), 
    url('../../fonts/fontXinnet.woff') format('woff'), 
    url('../../fonts/fontXinnet.ttf') format('truetype'), 
    url('../../fonts/fontXinnet.svg#fontXinnet') format('svg'); 
}
.font {
  display: inline-block;
  vertical-align: middle;
  font-family:"fontXinnet" !important;
  font-size:14px;
  font-style:normal;
  font-weight: normal;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  /*-webkit-text-stroke-width: 0px;*/
  -moz-osx-font-smoothing: grayscale;
}

.font-tick2{
  color: #38a806;
}
.font-cross{
  color: #e50112;
}