@font-face {
  font-family: 'wevicon';
  src: url('/font/theme/icon-menu.eot');
  src: url('/font/theme/icon-menu.eot?#iefix') format('embedded-opentype'),
       url('./icon-menu.woff') format('woff'),
       url('/font/theme/icon-menu.ttf') format('truetype'),
       url('/font/theme/icon-menu.svg#wevicon') format('svg');
}

@font-face {
  font-family: 'wevicon-line';
  src: url('/font/theme/icon-menu-line.eot');
  src: url('/font/theme/icon-menu-line.eot?#iefix') format('embedded-opentype'),
       url('/icon-menu-line.woff') format('woff'),
       url('/font/theme/icon-menu-line.ttf') format('truetype'),
       url('/font/theme/icon-menu-line.svg#wevicon-line') format('svg');
}

[class*=wevicon],
[class^=wevicon] {
  font-family: 'wevicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* -------------------- 登录页  -------------------- */
.wevicon-e9login-scan:before                {  content: "\e9d8";  }
.wevicon-e9login-back:before                {  content: "\e9da";  }
.wevicon-e9login-arrow:before               {  content: "\e9b3";  }
.wevicon-e9login-account:before             {  content: "\e9d6";  }
.wevicon-e9login-password:before            {  content: "\e9d7";  }
.wevicon-e9login-palette:before             {  content: "\e9d9";  }
