@charset "utf-8";
/**
 * @version：1.0
 * @author：haolei <haolei@ec.com.cn>
 * @description：Project public style
 * @date：2017/6/16 
 */
/******模版对于字体图标采用edi-icon来引用，老版本，不想修改原有用法的可以在app 里面引入此段代码恢复*******/
/*
[class*=icon-]{
	position:relative;
    font-family:"edi-icon" !important;
    font-size:18px;
    font-style:normal;
    -webkit-font-smoothing:antialiased;
    -webkit-text-stroke-width:0.2px;
    -moz-osx-font-smoothing:grayscale;
}
*/
.m-table-tools-wrap {
	overflow: hidden;
}


/* 智能机器人 */
.ai-help{
	position: fixed;
	left:200px;
	top: 30%;
	z-index: 1;
	overflow: hidden;
	margin-top:-90px;
}
.ai-help-con{
	width:70px;
	height:83px;
	background:url("../../img/ai-help.png") center no-repeat;
}

.ai-close{
	width:24px;
	height:24px;
	position: absolute;
	right:0px;
	top:0px;
	cursor: pointer;
}

/*信创字体*/
body {
	font-family: "Helvetica Neue", Helvetica, tahoma, Arial,
		"Noto Sans CJK SC", "PingFang SC", "\5FAE\8F6F\96C5\9ED1",
		"Microsoft Yahei", "WenQuanYi Micro Hei", sans-serif !important;
}

a, blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5,
	h6, hr, html, img, input, lable, li, ol, option, p, pre, select, span,
	strong, table, tbody, td, textarea, tfoot, th, thead, tr, ul, label {
	font-family: "Helvetica Neue", Helvetica, tahoma, Arial,
		"Noto Sans CJK SC", "PingFang SC", "\5FAE\8F6F\96C5\9ED1",
		"Microsoft Yahei", "WenQuanYi Micro Hei", sans-serif !important;
}