﻿/* 首页弹窗
--------------------------------------------------------------------*/
#hb_pop{
    display:none;
    width:550px;
    height:450px;
    margin:-225px 0 0 -275px;
    _position:absolute;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-250-this.offsetHeight-(parseInt(this.currentStyle.marginTop,0)||0)-(parseInt(this.currentStyle.marginBottom,0)||0)));
    _bottom:auto;
}
#hb_pop .popbox_close{
    width:32px;
    height:32px;
    top:0px;
    right:0px;
}
#hb_pop .hb_enter{
    display:block;
    width:330px;
    height:65px;
}

/* = Pop
----------------------------------------------------------------------*/
.popbox_close,.pop_icon{
    background-image:url("../images/alert-close.png");
    background-repeat: no-repeat;
}
* html, * html body{ 
    background-image:url(about:blank); 
    background-attachment:fixed; 
    width:100%; 
    height:100%; 
}
#ui_layoutbg{
    display:none;  
    width:100%; 
    height:100%; 
    background:#000; 
    position:fixed; 
    _position:absolute; 
    top:0; 
    left:0;
    opacity:0.3;
    filter:alpha(opacity=30);
    z-index:1000;
}
*html #ui_layoutbg{ 
    position:absolute; 
    bottom:auto; 
    top:expression(eval(document.documentElement.scrollTop));
    _top:expression(eval(document.documentElement.scrollTop+38-this.offsetHeight-(parseInt(this.currentStyle.marginTop,0)||0)-(parseInt(this.currentStyle.marginBottom,0)||0)));
}
.ui_popbox{
    display:none;
    font-family:Arial,"Microsoft YaHei";  
    position:fixed; 
    top:50%; 
    left:50%; 
    z-index:1001;
}
*html .ui_popbox{ 
    position:absolute; 
    bottom:auto;
}
/* pop close */
.ui_popbox .popbox_close{ 
    display:inline-block; 
    position:absolute; 
    z-index:100; 
    top:4px; 
    right:5px; 
    width:20px; 
    height:20px; 
    overflow:hidden; 
    line-height:999em; 
    outline:none; 
}

