@font-face {
font-family: 'zicon';
font-weight: normal;
font-style: normal;
    src: url('https://at.alicdn.com/t/font_3251995_cx6fwi35lxk.ttf?t=1647424439025') format('truetype');
}
[class*="zicon-"] {
    font-family: "zicon" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.zicon-error:before{
  content: "\e8e7";
}	
.zicon-warning:before{
  content: "\ec72";
}	