@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;
}
*/
.Wdate {
	width: 198px;
}

.m-table3 th, .m-table3 td, .m-table4 th, .m-table4 td {
	word-wrap: break-word;
	word-break: break-all;
}

m-table3.no-fixed, m-table4.no-fixed {
	table-layout: auto
}

.m-table3.no-fixed th, .m-table4.no-fixed th {
	white-space: nowrap
}

.m-table3, .m-table4 {
	width: 100%;
	line-height: 1.5
}

.m-table3 td, .m-table3 th, .m-table4 td, .m-table4 th {
	padding: 6px 5px;
	line-height: 24px;
	border: 1px solid #ddd
}

.m-table3 th {
	background: #f0f4f7;
	text-align: left;
	color: #555
}

.m-table4 th {
	background: #f0f4f7;
	text-align: center;
	color: #555
}

.m-table3 td, .m-table4 td {
	color: #222
}

/** 图表颜色 **/
.t_color {
	color: #7FCE49
}

.f_color {
	color: #D92A11
}

.b_color {
	color: #0E69B6
}
/*
.m-hd .u-logo-txt {
	position: absolute;
	top: 78px;
	left: 132px;
	font: bold 22px/30px '\9ED1\4F53';
	color: #c00c12;
	text-shadow: 0 0 2px #fff, 0 0 1px #000;
	letter-spacing: 2.5px;
}
*/
/*信创字体*/
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;
}

/* 智能机器人 */
.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;
}