.PopUp_layer{
position:fixed;
top: 0;
left: 0;
right:0;
bottom:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
background:#000\9;/*CSS Hack,只能对ie9以下浏览器ie6,ie7,ie8有效,否侧ie10,FF,Cherome会失去透明效果*/
filter:Alpha(opacity=60);/*只对ie7,ie8有效*/
z-index:9999999;
}