﻿
/**
 * @version：1.0
 * @author：haolei <haolei@ec.com.cn>
 * @description：Project public style
 * @date：2017/6/16
 */
/******write you code*******/

.w96per{width: 96%}
.w87per{width: 87%}
.w60per{width: 60%}
.w50per{width: 50%}
.w45per{width: 45%}
.w41per{width: 41%}
.w40per{width: 40%}
.w30per{width: 30%}
.w80per{width: 80%}
.w75per{width: 75%}
.w15per{width: 15%}

/*.mt8 tr td{
	text-align: center;
}*/

.m-table2 tr th{
	text-align: right;
}

/******* 当鼠标悬浮时，显示禁止操作图标，并且保持原样式（如zsmb的管理端证书管理的操作栏）**************/

.u-tool-c{
	margin:5px 4px;
	padding:5px 12px;
	float:left;
	border:1px solid #d2d2d2;
	border-radius:3px;
	font:normal 14px/18px '\9ED1\4F53';
	color:#787878;
	text-decoration:none;
	background:#d2d2d2;
}

.u-tool-c:hover{
	background:#d2d2d2;
	border:1px solid #d2d2d2;
	color:#787878;
	text-decoration: none;
	cursor: not-allowed;
}
/* DVI JSON*/
.d_link { text-decoration: none; color: #3399FF; font-size: 13px;font-weight: bold;}
.s_link { text-decoration: none; color: #3399FF; font-size: 13px;font-weight: bold;}
.c_link { text-decoration: none; color: #3399FF; font-size: 13px;font-weight: bold;}
.gbdivclass{display:none; position:absolute;width:410px;background-color:#FFFAFA; border:1px solid #000000;padding:5px;font-size:12px;line-height: 11px}
.No{
	padding: 5px 0 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	font-size: 16px;
}

.innerTable td{
	border: none;
}
body.noBg{
	background: none;
}

/***print***/
@media print {
	.paging{page-break-after: always;}
}

/****重载 操作弹出样式****/
.u-tools-wrap{
	width: 138px;
}
.u-tools-wrap .u-tool.max{
	padding: 5px 6px;
}
/****重载 文章样式****/
.m-article-bd{font-size:16px}
.m-article-bd p:first-child{margin-top:0}
.m-article-bd .u-tit1{
	font-size: 30px;
	line-height: 1.5;
}
.m-article-bd p{
	margin-top:8px;
	margin-bottom: 8px;
}
.m-article-bd .p1{
	font-size:18px;
	font-weight:bold;
	color: #049;
}
.m-article-bd .ti2{
	text-indent:2em;
}

/** 通知页添加 **/
.pm01 .tit{padding:8px 5px 8px 8px;line-height:14px;border-bottom:#8b8b8b dotted 1px;margin-bottom:2px;overflow:hidden;}
.pm01 .tit h2{padding-left:10px;line-height:14px;font-size:14px;border-left:#ed0707 solid 6px;width:200px;float:left;}
.pm01 .tit span{display:inline-block;float:right;font-size:12px;}
.pm01 .tit .more{float:right;color:#5a5a5a;}
.pm01 .tit .more:hover{color:#ed0707;}
.pm01 .bd{padding:10px 5px;}


/*!* 智能机器人**/
.ai-help{
	position: fixed;
	right:1px;
	top: 128px;
	z-index: 1;
	overflow: hidden;
	margin-top:-90px;
}
.ai-help-con{
	width:70px;
	height:83px;
	background:url("/zsmcorp/resources/basic/img/ai-help.png") center no-repeat;
}

.ai-close{
	width:24px;
	height:24px;
	position: absolute;
	right:0px;
	top:0px;
	cursor: pointer;
}


