.iconfont {
	font-family: "iconfont" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	cursor: default;
	/* 禁止选择 =========== */
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
	font-size: 14px;
}

.btn .iconfont, .datagrid-toolbar-btn .iconfont {
	cursor: inherit;
}

.jcmsicon {
	font-family: "jcmsicon" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	cursor: default;
	/* 禁止选择 =========== */
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
	font-size: 14px;
}

html.fix-ie-font-face :before,html.fix-ie-font-face :after {
	content: none !important;
}