.header {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 6.98rem;
	color: #fff;
	background-size: 100%;
}
.menu-header{
	position: fixed;
	width: 100%;
	z-index: 999;
}
.active-menu-header{
	background-color: rgba(0, 0, 0, 0.3);
}
.immune-tips{
	position: absolute;
	bottom: 1.5rem;
	left: 0.9rem;
}
.title{
	font-size: 0.64rem;
	margin-bottom: 0.3rem;
}
.details{
	font-size: 0.24rem;
	max-width: 11rem;
	line-height: 0.38rem;
	opacity: 0.8;
	letter-spacing: 0.02rem;
}
/* 主体内容 */
.immune-contain{
	width: 92%;
	margin: 0 auto;
}
.anchor{
	padding: 0.2rem 0;
}
.anchor-item{
	font-size: 0.2rem;
	float: left;
}
.anchor-item a{
	font-size: 0.2rem;
}
.anchor-item span{
	color: #ccc;
	margin: 0 0.2rem;
}
.active-anchor-item a, .anchor-item a:hover{
	color: #333;
}
.content-left{
	width: 71%;
	float: left;
	background-color: #F5FAFA;
	padding: 0.4rem 0.3rem;
	font-size: 0.2rem;
	color: #808080 ;
	line-height: 0.33rem;
	box-sizing: border-box;
}
.content-right{
	width: 20%;
	float: right;
	min-width: 4.5rem;
}
/* 联系我们 */
.contact-title{
	color: #666;
	font-size: 0.32rem;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #E6E6E6;
}
.active-contact{
	position: fixed;
	right: 4%;
	top: 1.24rem;
}
.contact-item{
	margin-top: 0.3rem;
}
.contact-icon{
	display: inline-block;
	width: 0.54rem;
	height: 0.54rem;
	float: left;
}
.contact-item div{
	float: left;
	margin-left: 0.3rem;
	max-width: 3.6rem;
}
.contact-item .label, .contact-item .val{
	display: block;
	font-size: 0.18rem;
	font-weight: lighter;
	line-height: 0.24rem;
}
.contact-item .label{
	color: #333;
	margin-bottom: 0.06rem;
}
.contact-item .val{
	color: #666;
	margin-top: 0.1rem;
}
/* 相关推荐 */
.recommend-box{
	margin: 0.8rem 0;
}
.recommend-title{
	color: #666;
	font-size: 0.32rem;
	margin-bottom: 0.3rem;
}
.recommend-item, .recommend-item a{
	color: #22B7AD;
	font-size: 0.24rem;
	line-height: 0.34rem;
	margin-bottom: 0.2rem;
}
.recommend-item a{
	margin-right: 0.2rem;
}
/* 脚注 */
footer{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 0.2rem 0;
}
footer>p{
	width: 92%;
	margin: 0 auto;
	color: #fff;
	font-size: 0.24rem;
}