@charset "UTF-8";
*{
	margin: 0;
	padding: 0;	
}
body{
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体"; 
}
.dbig_btn, .dbig_btn1, .manuscript, .srecommend, .classify a, .completion a, .detail_con a,.publish{
	transition:all .5s;
}
ul{
	list-style: none;
}
a:hover{
	text-decoration: none;
}

.gray6{
	color: #666 !important;
}
.gray6f{
	color: #6f6f6f !important;
}
.gray9{
	color: #999 !important;
}
.purple{
	color: #E73C86 !important;
}
.orange{
	color: #f60 !important;
}
.fs12{
	font-size: 12px;
}
.marginr15{
	margin-right: 15px;
}
.fw{
	font-weight: 700;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
.topshop{
	display: none;
}


/*下拉*/
#DropDown{
	width:120px;
	position:relative;
	float: left;
	z-index: 1;
}
#DropDown p{
	width: 80px;
	padding-left: 40px;
	height:38px; 
	line-height:40px; 
	border:1px solid #a9c9e2; 
	/*background:#e8f5fe url(../images/arrow.gif) no-repeat right 12px; */
	background: #e8f5fe;
	color:#807a62; 
	cursor:pointer;
	font-size: 14px;
}
#DropDown ul{    
	background: #e8f5fe none repeat scroll 0 0;
    border: 1px solid #a9c9e2;
    display: none;
    position: absolute;
    top: 39px;
    width: 120px;}
#DropDown ul li{
	height:40px; 
	line-height:40px; 
}
#DropDown ul li a{
	display:block; 
	height:40px; 
	color:#807a62; 
	text-decoration:none;
	padding: 0 30px;
	font-size: 14px;
}
#DropDown ul li a:hover{
	background:#c6dbfc; 
	color:#369;
}
#result{
	margin-top:10px;
	text-align:center;
}
.claerfix{
	clear: both;
}
/*搜索区域结束*/

/*返回顶部*/
.toplayer-shop{
	position:fixed;
	right:10px;
	bottom:85px;
	width:50px;
}
.gotop{
    position:relative;
    width:48px;
    height:48px;
    background: #eee;
    cursor:pointer;
    text-align: center;
    transition:background 1s;
    -moz-transition:background 1s;	/* Firefox 4 */
    -webkit-transition:background 1s;	/* Safari 鍜� Chrome */
    -o-transition:background 1s;	/* Opera */
	font-size: 16px;
    line-height: 18px;
}
.gotop a{color: #999;text-decoration: none;}
.gotop .imglogo{display:block;}
.gotop .txtlogo{display:none;}
.gotop a .iconfont{font-size: 24px; line-height: 48px;}
.gotop:hover{background:#A3A3A3;}
.gotop:hover a{color: #fff;}
.gotop:hover a.imglogo{display:none;}
.gotop:hover a.txtlogo{display:block;padding-top: 6px;}
/*返回顶部*/