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

/*头部*/


#history-mask-cont1,#history-mask-cont2,#history-mask-cont3,#history-mask-cont4,#history-mask-cont5,#history-mask-cont6,#history-mask-cont7,#history-mask-cont8,#history-mask-cont9,#history-mask-cont10,#history-mask-cont11,#history-mask-cont12{display:none;}
.history-mask-cont{

z-index:999;
height:400px;
background:#ffffff;
padding:3px;
left:50%;
top:50%;
  width:600px;
margin-left:-303px!important;/*FF IE7 该值为本身宽的一半 */
margin-top:-245px!important;/*FF IE7 该值为本身高的一半*/
position:fixed!important;/* FF IE7*/
position:absolute;/*IE6*/
_top:       expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/
}

.g-mask-close {
	background:url(/images/mask_close.png) center top no-repeat;
    height: 39px;
    position: absolute;
    right: -55px;
    top: 10px;
    width: 40px;
}
.g-mask-close:hover {
	background:url(/images/mask_close_hover.png) center top no-repeat;
	}
	
	.popIframe {
background-color: #000; display:block;
width: 100%;
height: 100%;
_overflow:hidden;
left:0;
top:0;/*FF IE7*/
filter:alpha(opacity=70);/*IE*/
opacity:0.7;/*FF*/
z-index:998;
position:fixed!important;/*FF IE7*/
position:absolute;/*IE6*/
_top:       expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);	
}
#popIframe{ display:none;}
