<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* header */
.header{position:relative;height:60px;background:#3b3d49; /*border-bottom: 1px solid #DAE0E5;*/}
.header .logo{display:block;width:200px;height:38px; margin: 0 auto; padding:12px 0 0 0; z-index:999999;}
.header .logo img{display:block;width:100%;}
/*.header .search{position:absolute;top:0;right:10px;z-index:999999;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-search.png) no-repeat center center;background-size:40%;}
.header .search:hover{background-color:#143270;}
.header .search span{display:none;}
.header .user-icon{position:absolute;top:0;right:60px;z-index:999999;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-user.png) no-repeat center center;background-size:40%;}
.header .user-icon span{display:none;}
.header .user-icon:hover{background-color:#143270;}*/
.header .back{position:absolute;top:0;left:0;display:block;width:60px;height:60px;text-indent:-9999em;background:url(../images/icon-back.png) no-repeat center center;background-size:12px 20px;}

@media (min-width:641px){body{width:640px;margin:auto;}}


/*图片自动缩图*/
.photoresize {
	max-width:560px;
	myimg:expression(onload=function(){
	this.style.width=(this.offsetWidth &gt; 560)?"560px":"auto"}
		   );
	}

.ecomment {margin:0;padding:0;}
.ecomment {margin-bottom:12px;overflow-x:hidden;overflow-y:hidden;padding-bottom:3px;padding-left:3px;padding-right:3px;padding-top:3px;background:#FFFFEE;padding:3px;border:solid 1px #999;}
.ecommentauthor {float:left; color:#F96; font-weight:bold;}
.ecommenttext {clear:left;margin:0;padding:0;}


#bom {  
        position:fixed;  
        left:0px;  
		right:0px;  
        bottom:0;  
        _position:absolute;  
        _top:expression(document.documentElement.clientHeight + document.documentElement.scrollTop - this.offsetHeight); }
		
#head {  
        position:fixed;  
        left:0px;  
		right:0px;  
        top:0;  
        _position:absolute;  
        _top:expression(document.documentElement.clientHeight + document.documentElement.scrollTop - this.offsetHeight); }
</pre></body></html>