[class^="icon-"]{
	font-family: "iconfont" !important;
	/* 以下内容参照第三方图标库本身的规则 */
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  speak: none;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  line-height: 1;
}
[class^="lion-crud__icon"]{
	font-family: "iconfont";
	/* 以下内容参照第三方图标库本身的规则 */
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="lion-icon-"]{
	font-family: "iconfont";
	/* 以下内容参照第三方图标库本身的规则 */
	font-size: 18px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.el-menu-item [class^=icon-] {
    margin-right: 5px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
}
.el-submenu [class^=icon-] {
    vertical-align: middle;
    margin-right: 5px;
    width: 24px;
    text-align: center;
    font-size: 18px;
}
