* {margin:0px;padding:0px;}
html,body {
width:100%;
height:100%;
overflow:hidden;
}
#tip {
position: absolute;
right:16px;
bottom: 0px;
height: 0px;
width:300px;
background:url(images/com/popBg.gif) no-repeat;
overflow:hidden;
display:none;
z-index:10;
}
#tip a{width:30px;height:30px;display:block;float:right;}
#warpBox {
position:absolute;
/*bottom:0px;*/
/*left:0px;*/
width:100%;
height:100%;
overflow:auto;
z-index:1;
}