@charset "gb2312";
/* CSS Document */
body{
	font-size: 14px;
	margin:0px;
	padding:0px;
	background-color: #FAEDCA;
}



/*---头部开始 -----*/
.header-top{
	font-size: 24px;
	background-color: #BF794F;
	border-bottom: 1px solid #000000;
	height: 40px;
	padding: 5px;
	position: sticky;
	top: 0;
	z-index: 100;
}
.img_top{
	width: 100%;
	position: sticky;
	top: 50px;
	z-index: 100;
}
/*----头部结束 ----*/





/*----中部开始----*/
.content{
	padding: 10px;
	word-break:break-all;
}
/*----中部结束 ----*/




/*-----底部开始----*/
.foot_{
	padding: 15px;
	border-top: 4px solid #000000;
	background-color: #333333;
	color: #999999;
	text-align: center;
}
.foot_ a{
	color: #999999;
}
.footer_{
	/*底部浮动*/
	line-height: 12px;
	bottom: 0px;
	background-color: #F36400;
	width: 100%;
	height: auto;
	text-align: center;
	position: fixed;
	filter: alpha(opacity=50);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 0.98;
}
.footer_ a{
	color: #FFFFFF;
}
/*-----底部结束----*/