@charset "UTF-8";
/* 默认样式 */
body{
	font-size: 18px;
	color: #000;
	padding: 0;
	margin: 0;
}
div,form,img,ul,ol,li,dl,dt,dd{
	margin: 0;
	padding: 0;
	border: 0;
}
li{
	list-style-type:none;
}
img{
	vertical-align:top;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:normal;
}
a{
	color: #487fdc;
	text-decoration:none;
	cursor: pointer;
}
iframe{
	vertical-align:bottom;
}
/* vue */
[v-cloak] {
	display: none;
}

/* 功能模块 */
#gnmk{
	position: fixed;
	right: 0;
	top: 505px;
}
#gnmk ul li{
	position: relative;
	background-color: #ececec;
	text-align: center;
	cursor: pointer;
	line-height: 55px;
	width: 55px;
	height: 55px;
	margin-bottom: 4px;
}
#gnmk ul li span{
	font-size: 30px;
	color: rgb(102, 102, 102);
}
#gnmk ul li:hover{
	background-color: #3682f5;
}
#gnmk ul li:hover span{
	color: #fff;
}
#gnmk ul li .fhdb{
	position: absolute;
	z-index: 5;
	background-color: #fff;
	box-shadow: 0px 1px 2px #b2b1b1;
	left: -114px;
	top: 13px;
	width: 112px;
	height: 30px;
	line-height: 30px;
}
#gnmk ul li .fhsyy{
	position: absolute;
	z-index: 5;
	background-color: #fff;
	box-shadow: 0px 1px 2px #b2b1b1;
	left: -114px;
	top: 13px;
	width: 112px;
	height: 30px;
	line-height: 30px;
}
.showcontent .vspace
{   height:10px;
	font-size:0px;
	line-height:0px;
	width:99%;
	clear:both;
	overflow:hidden}

.yingji_message .ldxxshow{ font-size:16px;margin-bottom: 40px;width: 100%}
.yingji_message .ldxxshow table{border:1px solid #c3c3c3; border-bottom:0; border-right:0;}
.yingji_message .ldxxshow table tr{}
.yingji_message .ldxxshow table tr td{ border-bottom:1px solid #c3c3c3;border-right:1px solid #c3c3c3;}
.yingji_message .ldxxshow .but{ text-align:center; margin:0 auto; margin-top:20px;}
.yingji_message .ldxxshow .but input{ background-color:#d8d8d8;width:70px;height:26px;line-height:26px; border:0; margin:0 10px; text-align:center; cursor:pointer;}
.yingji_message .ldxxshow .but input:hover{ background-color:#4b97d0; color:#FFF;}
.yingji_message{width: 100%; margin:0 auto;}
.yingji_message .message_hd{position:relative;height:77px;width:100%;border-bottom:1px solid #d8d8d8;background-color:#eff6ff;}
.yingji_message .message_hd .text{ text-align:center;height:60px; padding:9px 0;}
.yingji_message .message_hd .text span{margin:0 auto; font-size:30px; display:inline-block; line-height:60px;height:60px;font-weight:bold; color:#06355b; padding-right:60px; background-image:url(../css/monitorCss/img/message_hd.png); background-repeat:no-repeat; background-position:right center;}
.yingji_message .message_hd .message_more{ position:absolute; right:60px; bottom:8px; color:#a6aaae; font-size:18px; }
.yingji_message .message_bd{background-color:#ecf7ff;width:100%;font-size:16px; color:#555555; line-height:40px;margin-bottom:50px;}
.yingji_message .message_bd p{text-indent:2em;line-height:30px;}
.yingji_message .tips{ height:31px; width:100%;line-height:31px; font-size:18px; color:#ffffff; background-color:#3a7ce2; margin-bottom:30px;text-indent: 1em}
.yingji_message .ldxxshow .input_radio{}
.yingji_message .ldxxshow .input_radio .text{ margin-left:150px; width:auto;}
table{
	width: 100%;
}
td {
	height: 30px;
	line-height: 30px;
}
.tdBorder{
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
}
.label2{
	width: 135px;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
}
.inputtext{
	margin-left: 8px;
	width: 200px;
	/*	#height: 28px;*/
	border: 1px solid #9AABBB;
	background-color: #FEFEF1;
}
textarea{
	border: 1px solid #9AABBB;
	background-color: #FEFEF1;
	width: 80%;
	margin-left: 8px;
	height: 120px;
	line-height: 20px;
	margin-top: 10px;
}
.js-btn {
	cursor: pointer;
	line-height: 20px;
	padding-right: 27px;
	padding-left: 27px;
	padding-bottom: 6px;
	padding-top: 3px;
	background: none;
	background-color: #138ee7;
	font-size: 16px;
	color: #f8fcff;
	box-shadow: none;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
}
.input-val {
	margin-left: 8px;
	width: 200px;
	border: 1px solid #9AABBB;
	background-color: #FEFEF1;
	height: 30px;
}
#canvas {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 8px;
}
.widthmore{
	width: 250px;
}
.widthless{
	width: 725px;
}
/* 功能模块 */
@media screen and (min-width: 1700px) {
	/* 功能模块 */
	#gnmk{
		position: fixed;
		right: 0;
		top: 505px;
	}
	#gnmk ul li{
		position: relative;
		background-color: #ececec;
		text-align: center;
		cursor: pointer;
		line-height: 88px;
		width: 88px;
		height: 88px;
		margin-bottom: 5px;
	}
	#gnmk ul li span{
		font-size: 44px;
		color: rgb(102, 102, 102);
	}
	#gnmk ul li:hover{
		background-color: #3682f5;
	}
	#gnmk ul li:hover span{
		color: #fff;
	}
	#gnmk ul li .fhdb{
		position: absolute;
		z-index: 5;
		background-color: #fff;
		box-shadow: 0px 1px 2px #b2b1b1;
		left: -140px;
		top: 24px;
		width: 136px;
		height: 40px;
		line-height: 40px;
	}
	#gnmk ul li .fhsyy{
		position: absolute;
		z-index: 5;
		background-color: #fff;
		box-shadow: 0px 1px 2px #b2b1b1;
		left: -140px;
		top: 24px;
		width: 136px;
		height: 40px;
		line-height: 40px;
	}
	.widthmore {
		width: 280px;
	}
	.widthless {
		width: 950px;
	}
}
