/*星座档案内容*/
html,body{
	width: 100%;
	height:100%;
}
.by_bg{
	position: relative;
}
.by_bg .fh{
	position: absolute;
	top:10px;
	left:10px;
}
.xz_content_bg{
	width:100%;
	height:100%;
	background: #F2FAFC;
}
.xz_content{
	width: 100%;
	overflow: hidden;
	background: #F2FAFC;
}
.xz_top{
	width:94%;
	margin:0 auto;
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
	font-weight: bold
}
.xz_top_cont{
	width:94%;
	margin:0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
}