@charset "utf-8";
/* CSS Document */

/*pop*/
.maskLayer{width:100%;height:100%;filter:alpha(opacity=20);opacity:0.2;background:#000;position:fixed;z-index:996;top:0;left:0;display:none;}
.popDiv_exa{ position:fixed; left:50%; top:50%; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%); z-index:999; background:#FFFFFF; border:1px solid #E7EAF1; border-radius:8px; box-shadow:0px 20px 40px rgba(0, 0, 0, 0.08);}
.popWidth840{ width:840px;}
.popWidth740{ width:740px;}
.popWidth600{ width:600px;}
.popWidth560{ width:560px;}
.popWidth480{ width:480px;}
.popWidth400{ width:400px;}
.popDel_exa,.popDelpop_exa{ width:16px; height:16px; background:url(../images/popDel-exa.png) no-repeat center center; position:absolute; right:30px; top:34px;}
.popTitle_exa{ padding:30px 30px 0; line-height:24px; font-size:18px; color:#000000; font-weight:400; text-align:center;}
.popBnt_exa{ width:100%; padding-bottom:30px; display:table; text-align:center;}
.popBnt_blue_exa,.popBnt_white_exa,.popBnt_gray_exa{ position:relative; margin:0 10px; min-width:60px; padding:0 14px; height:34px; line-height:34px; font-size:14px; border:solid #0099FF 1px; border-radius:4px; overflow:hidden; display:inline-block; vertical-align:top; text-align:center;}
.popBnt_blue_exa input,.popBnt_white_exa input,.popBnt_gray_exa input{ position:absolute;  right: 0; top:0; font-size:36px; opacity:0; cursor:pointer;}
.popBnt_blue_exa{ background:#0099FF; color:#FFFFFF}
.popBnt_blue_exa:hover{ color:#FFFFFF;}
.popBnt_white_exa{ background:#FFFFFF; color:#0099FF;}
.popBnt_white_exa:hover{ color:#0099FF;}
.popBnt_gray_exa{ background:#cccccc; color:#FFFFFF; border-color:#cccccc;}
.popBnt_gray_exa:hover{ color:#FFFFFF;}

/*检测参数配置*/
.pop_examine{ padding:30px;}
.pop_examine_item{ height:34px; margin-top:16px; display:-webkit-flex; display:flex; -webkit-align-items:center; align-items:center;}
.pop_examine_item:first-child{ margin-top:0;}

.pop_examine_name{ min-width:100px; padding-right:16px; font-size:14px; color:#6B7279; text-align:right; display:inline-block;}
.pop_examine_logding{ line-height:30px; font-size:14px; color:#A9B3BC;}
.pop_examine_logding:before{ content:''; width:30px; height:30px; margin-right:18px; background:url(../images/ico-examine-logding.png) no-repeat; display:inline-block; vertical-align:top;}

.pop_examine_normal{ -webkit-flex:1; flex:1; line-height:1; font-size:16px; color:#5FCC63; text-align:right;}
.pop_examine_abnormal{ -webkit-flex:1; flex:1; line-height:1; font-size:16px; color:#FBAD48; text-align:right;}
.pop_examine_normal:after{ content:''; width:16px; height:16px; margin-left:10px; background:url(../images/ico-examine-normal.png) no-repeat; display:inline-block; vertical-align:top;}
.pop_examine_abnormal:after{ content:''; width:16px; height:16px; margin-left:10px; background:url(../images/ico-examine-abnormal.png) no-repeat; display:inline-block; vertical-align:top;}

.pop_examine_logding:before{
	-webkit-animation:examineLogding 1s linear infinite;
	animation:examineLogding 1s linear infinite;
}
@-webkit-keyframes examineLogding{
	from{
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	to{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}

























