/* 
popupWin默认样式，有特殊要求的请参照进行调配覆盖

HWQ
*/

/*窗体  g1st*/
.popup_div{
	display:none;
	opacity: 1;
	position: fixed;
	z-index: 999999;
	width:250px;
	height: 200px;
	box-shadow: 0px 2px 16px rgba(75, 86, 103, 0.2);
	border-radius: 4px;
	background: #ffffff;
	overflow:hidden;
	/* behavior: url(../../js/PIE.htc); */
}
.popup_title_div{
	overflow: hidden;     
	margin: 0 15px;
    padding: 10px 0 6px;
    border-bottom: 1px solid #e5e6eb;
}
.popup_title_p{font-size: 14px;display: inline-block;max-width: 988px;}
.popup_title_span{
	width: 24px;
    height: 24px;
    cursor: pointer;
    text-align: center;
    border: 0px solid #fff;
    display: inline-block;
    float: right;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup_title_span:hover{ 
    background: #e5e6eb;
}
.popup_title_span:hover .popup_close_icon{ 
    opacity: 1;
}
.popup_close_icon{width:16px;height:16px;background: url("../../images/popupLayer/close.svg") no-repeat;display: inline-block;vertical-align: middle;background-size: 100%;opacity: 0.8;}
.popup_content_div{width: 100%; height: 160px; background-color: #ffffff;display: inline-block;}
.popup_content_iframe{width:240px;height:190px;margin:5px;display: inline-block;box-sizing: border-box; padding: 10px 10px 0;}
.popup_shadow_div{display:none;opacity: 0.2;filter:alpha(Opacity=0);-moz-opacity:0;position: fixed;z-index: 999998;left: 0;top: 0;width: 100%;height: 100%;background-color: black;}
.popup_iframe_shadow{opacity: 0.2;filter:alpha(Opacity=20);-moz-opacity:0.2;position: absolute;z-index: 1;left: 40px;top: 0;width: 100%;height: 150px;background-color: black;}


/*窗体  g2nd*/
.popup_div_g2nd{
	display:none;
	opacity: 1;
	position: fixed;
	z-index: 999999;
	width:250px;
	height: 200px;
	box-shadow: 0px 2px 16px 0px rgba(75, 86, 103, 0.20);
	padding: 0 20px;
	border-radius: 5px;
	background:#fff;
}
.popup_title_div_g2nd{width: 100%;height: 30px;height: 49px;line-height: 49px;font-size: 20px;color: #333;border-bottom: 1px solid #ddd;}
.popup_title_p_g2nd{font-size: 20px;display: inline-block;max-width: 988px;font-family: "Microsoft YaHei", arial, Tahoma, Verdana, simsun;}
.popup_title_span_g2nd{top: 0px;right: 1px;width: 49px;height: 49px;color: #fff;opacity: 0.5;font-size: 15px;cursor: pointer;text-align: right;border: 0px solid #fff;opacity:1;display: inline-block;float: right;}
.popup_title_span_g2nd:HOVER{}
.popup_close_icon_g2nd{width:18px;height:18px;background: url("../../images/popupLayer/close_btn.png") no-repeat;display: inline-block;vertical-align: top;margin-top:15px;}
.popup_title_span_g2nd:HOVER .popup_close_icon_g2nd {background-position: 0 -28px;color: #2882db;text-decoration: none;}
.popup_content_div_g2nd{width: 100%; height: 160px; background-color: #ededed;display: inline-block;}
.popup_content_iframe_g2nd{width:240px;height:190px;margin:5px 5px;display: inline-block;}
.popup_shadow_div_g2nd{display:none;opacity: 0.2;filter:alpha(Opacity=20);-moz-opacity:0.2;-khtml-opacity: 0.2;position: fixed;z-index: 999998;left: 0;top: 0;width: 100%;height: 100%;background-color: black;}
.popup_iframe_shadow_g2nd{opacity: 0.2;filter:alpha(Opacity=20);-moz-opacity:0.2;position: absolute;z-index: 1;left: 40px;top: 0;width: 100%;height: 150px;background-color: black;}



/*按钮*/
.popup_btn_div{border-top: 1px solid #ddd;overflow: hidden;padding: 20px 0;text-align: right;width: 100%;}
.popup_btn_div a{text-decoration: none;}
.popup_btn_div a:hover{text-decoration: none;}
.popup_cancel_btn{
	padding: 0 20px;display: inline-block;
	height: 30px;line-height: 30px;
	border-radius: 3px;border:none;
	background: #fff;box-sizing: border-box;cursor: pointer;
	behavior: url(../../js/PIE.htc);
	text-align: center;vertical-align: middle;
	font-size: 14px;font-family: "Microsoft yahei";color: #333;
}
.popup_btn{
	position:relative;
	display: inline-block;padding:0 20px;
	height:30px;line-height: 28px;
	border-radius: 3px;border: 1px solid #2882d8;background: #2882d8;
	behavior:url(../../js/PIE.htc);
	cursor: pointer;box-sizing: border-box;
	vertical-align: middle;
	font-size: 14px;font-family: "Microsoft yahei";color:#fff;
}
.popup_btn:hover {border:1px solid #218aed;background:#218AED;color:#fff;}
.popup_btn:active{color:#fff;border:1px solid #1E5CB3;background:#1E5CB3;}
