@charset "utf-8";
.im_popupWindow{ position: fixed;bottom: 0px;right: 0px;width:160px;float:left;-moz-user-select:none;overflow:hidden;}
.im_popupWindow h6{position:relative;height:27px;margin:0;line-height:27px;padding:0 0 0 60px;}

* html div#im_popupWindow_miniMsg {
    position: absolute;
    right: auto; bottom: auto;
    left: expression( ( 0 - im_popupWindow_miniMsg.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( 0 - im_popupWindow_miniMsg.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

#box_win{width:149px; height:139px; }
.close{ padding-right:13px; text-align:right;}
.box_win_cotent{overflow:hidden;}

@media screen and (max-width:480px){
	#box_win{display:none;}
}