﻿@charset "utf-8";
/* CSS Document */
.camera_main{ background-color:blue;
	position:absolute;
	width:600px;
    top:50%;
	left:50%;
	margin-left:-320px;
	margin-top:-200px;
	display:none;
	padding-bottom:30px;
	border: #999 1px solid;
	background:white;
	height:470px;
	box-shadow: #666 0px 0px 10px;/*阴影*/
	z-index:2;
	}
.camera_head{
	padding:10px 100px 10px 30px;
	margin-right:30px;
	height:30px;
	overflow:hidden;
	background-color:#d8d8d8;
	}
.wzts{
	width:2200px;
	/*margin-left:600px;*/
	}
.wzts li{
	float:left;
	padding-right:100px;
	height:30px;
	line-height:30px;
	font-size:15px;
	}
.camera{
	margin-left:0px;}
.xts{
	position:absolute;
	width:30px;
	height:100px;
	right:-32px;
	top:50%;
	margin-top:-36px;
	border:#CCC 1px solid;
	cursor:pointer;
	z-index:2;
	}
.xtsnr{
	background:url(images/help.png);
	position:absolute;
	height:561px;
	width:460px;
	right:0px;
	top:-6px;
	}
.whtb{
	position:absolute;
	top:8px;
	background:url(images/wh1.png);
	left:3px;
	height:27px;
	width:26px;}
.dialogbg1{
	position:absolute;
	height:100%;
	width:100%;
    left:0;
	top:0;
	background:#999;
	display:none;
    filter:alpha(opacity=10); /*IE滤镜，透明度50%*/
    -moz-opacity:0.1; /*Firefox私有，透明度50%*/
    opacity:0.1;/*其他，透明度50%*/
	}
.dialogbg2{
	position:absolute;
    left:0;
	top:0;
	background:#999;
	z-index:3;
	filter:alpha(opacity=0); /*IE滤镜，透明度50%*/
    -moz-opacity:0; /*Firefox私有，透明度50%*/
    opacity:0;/*其他，透明度50%*/
	}
.dhk{
	/*background:url(images/resultbg.png);*/
	background: white;
	height:360px;
	width:560px;
	position:absolute;
	left:50%;
	margin-left:-280px;
    top:50%;
	margin-top:-170px;
	z-index:99;
	display:none;
	}
.dhk .dhk_head{
    height: 60px;
    text-align: center;
}
.dhk .dhk_head h2{
	width: 300px;
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	margin: 15px auto 5px auto;
}
.dhk .content
{
	margin-top:30px;
	margin-left:30px;
	margin-right:30px;
	height:160px;
}
.btn_close1{
	position:absolute;
	top:0px;
	right:0px;
	width:30px;
	height:50px;
	background: url(../images/close.png);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	background-color:#d8d8d8;
	
	}
.btn_close1 a{
	text-decoration:none;
	}
.dhk .cambtn{
	width:480px;
	margin:10px auto auto auto;
	}
.dhk .cambtn .btn_a{
	font-size:16px;
	color:#FFF;
	font-weight:600;
    background:  rgb( 98, 172, 243 );
    width:100px; 
    height:35px;
    display:inline-block;
    border:2px solid  rgb( 98, 172, 243 );
    cursor:pointer;
    line-height:35px;
    text-align:center;
    margin:0px 66px;
	}
.sxtjm{
	background:url(images/jmtb.png);
	display:block;
	width:28px;
	height:33px;
	border:none;
	cursor:pointer;
	margin:0px auto 0px auto;
	}