@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
a{ text-decoration:none; cursor:pointer;}
ul ,li{ list-style:none;}

.taocan_tanchu{ width:931px; height:430px;display: none;position:absolute;left:20%;border: 1px solid  #e4efd1;background-color: white;z-index:1002;}
div.taocan_tanchu .popupDialogBox{ border:8px solid #bfbfbf; width:750px; padding:1px; border-radius:5px;}
div.taocan_tanchu .popupDialogBox:after{ clear:both; content:"."; height:0; display:block; visibility:hidden;}

div.taocan_tanchu .popupDialogBox .popHeader{ width:100%; height:28px; line-height:28px; background:#99d001; position:relative;}
div.taocan_tanchu .popupDialogBox .popHeader .popHeaderTitle{ width:auto; float:left; height:28px; line-height:28px; color:#fff; padding-left:30px; font-size:14px; font-family:"微软雅黑";}
div.taocan_tanchu .popupDialogBox .popHeader a.popHeaderClose{
 background:url(img/imgBgMerge.png) no-repeat -78px 0px; width:33px; height:33px; position:absolute; display:block; top:-20px; right:-20px;}
 div.taocan_tanchu .popupDialogBox .popHeader a.popHeaderClose:hover{ background:url(img/imgBgMerge.png) no-repeat -78px -33px; width:50px; height:49px; top:-26px; right:-26px;}
div.taocan_tanchu .popupDialogBox  .popMain{ padding:20px;background:#fff;}
div.taocan_tanchu .popupDialogBox  .popMain:after{ clear:both; content:"."; height:0; display:block; visibility:hidden;}
div.taocan_tanchu .popupDialogBox  .popMain .popInfoImg{ width:100%;}
div.taocan_tanchu .popupDialogBox .popMain .popInfoImg img{max-width:100%;max-height:400px;}
div.taocan_tanchu .popupDialogBox  .popMain .popupBtnBox{ width:100%; padding:30px 0 20px 0;}
div.taocan_tanchu .popupDialogBox  .popMain .popupBtnBox a.btnOKGreen{ display:block; width:100px; height:30px; line-height:30px; font-family:"微软雅黑";  font-size:18px; color:#ff8200; border:1px solid #ff8200; text-align:center; margin:0 auto; border-radius:2px;}
#rhShowDiv{width:auto;height:auto;}
.rh_showBagDiv {
 display: none;
 position: fixed;
 top: 0%;
 left: 0%;
 width: 100%;
 height: 100%;
 background-color:#f5f5f5;
 z-index:1001;
 -moz-opacity: 0.8;
 opacity:.80;
 filter: alpha(opacity=80);
 background: #666666 url(/dqmh/static/js/jquery/ui-lightness/images/ui-bg_flat_10_000000_40x100.png) repeat 50% 50% ; 
 opacity: .50;filter:Alpha(Opacity=50);
}


/*小弹窗样式*/
.popupBox{ width:335px; border:1px solid #ff8200; border-radius:3px;background:#fff;}
.popupBox .popupHeader{ height:30px; line-height:30px; width:100%; font-family:"微软雅黑"; color:#FFFFFF; font-size:14px; background:#ff8200;}
.popupBox .popupHeader .popHeadTitle{ width:auto; float:left; padding-left:15px;color: #fff;}
.popupBox .popupHeader .popHeadClose{ height:19px; width:19px; display:block; float:right; background:url(img/PopClose.png) no-repeat; position:relative; top:5px; right:10px;}

.popupBox .popContent{ padding:0 35px 0 40px; width:260px; height:auto; text-align:center; color:#666666; font-family:"微软雅黑"; font-size:14px; line-height:24px;margin-bottom:40px;}
.popupBox .popContent:after{clear:both;display:block;visibility:hidden;height:0;line-height:0;content:'';}
.popupBox .popContent .popConImg{ width:100%; padding-top:25px;}
.popupBox .popContent .popConImg span.errorImgIcon{ display:block; width:79px; height:97px; margin:0 auto; background:url(img/errorImg.png) no-repeat;}
.popupBox .popContent .popConImg span.successImgIcon{ display:block; width:89px; height:94px; margin:0 auto; background:url(img/successImg.png) no-repeat;}
.popupBox .popContent .popConInfo{padding:15px 0 40px 0;width:100%; height:auto; text-align:center; color:#666666; font-family:"微软雅黑"; font-size:14px; line-height:24px;}
.popupBox .popContent .popConbtn:after{clear:both;display:block;visibility:hidden;height:0;line-height:0;content:'';}
.popupBox .popContent .popConbtn .greenBtn{background:#ff8200; border: 2px solid #ff8200; width:133px; height:35px; font-family:"微软雅黑"; line-height:35px; font-size:14px; color:#fff; display:block; text-align:center; border-radius :10px; margin:0 auto; }

.popup{
	display:none;
	position:fixed;
	z-index:1002;
	top:20%;
	left:36%;
}
.popupBagDiv {
 display: none;
 position: fixed;
 top: 0%;
 left: 0%;
 width: 100%;
 height: 100%;
 background-color:#f5f5f5;
 z-index:1001;
 -moz-opacity: 0.8;
 opacity:.80;
 filter: alpha(opacity=80);
 background: #666666 url(/dqmh/static/js/jquery/ui-lightness/images/ui-bg_flat_10_000000_40x100.png) repeat 50% 50% ; 
 opacity: .50;filter:Alpha(Opacity=50);
}
