@charset "UTF-8";
/* header */
.header{position:relative;height:50px;/* background:url(../images/title_bg.jpg) repeat-x bottom; */}
.header .logo{display:block;width:88%;height:30px; float:right; line-height:30px; text-align:center; padding:10px 0 0 10px; font-size:16px; color:#1f1f1f; font-family:"Microsoft YaHei";}
.header .logo img{display:block;width:100%;}
.header .search{position:absolute;top:0;right:35px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background-size:40%;}
.header .search:hover{background-color:#48880e;}
.header .search span{display:none;}
.header .user-icon{position:absolute;top:0;right:70px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background-size:40%;}
.header .user-icon span{display:none;}
.header .user-icon:hover{background-color:#48880e;}
.header .back{position:absolute;top:0;left:0;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-back.png) no-repeat center center;background-size:12px 20px;}
.sda00{
	height:100%;
	position:absolute;
	padding-left:10px;;
}
.sda00 img{
	padding-top:5px;
}

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