.header{
	background-image: url(../images/join-bg.png);
}
.immune-tips{
	margin-bottom: 0.5rem;
}
.details{
	max-width: 8rem;
}
.content-title{
	color: #333;
	font-size: 0.36rem;
	font-family: "苹方-简";
}
.job-item{
	margin-top: 0.4rem;
}
.job-name{
	color: #22B7AD;
	font-size: 0.3rem;
}
.person-num{
	color: #999;
	font-size: 0.2rem;
	margin-left: 0.2rem;
	font-weight: 400;
}
.list{
	margin-top: 0.2rem;
	font-weight: lighter;
}
.list>h4{
	font-size: 0.2rem;
	color: #333;
	margin-bottom: 0.08rem;
}
.list>p{
	font-size: 0.18rem;
	color: #666;
	line-height: 0.38rem;
}

.footer-div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* height: 0.5rem; */
}

.footer-div1{
	height: 100%;
	font-size: 0.2rem;
	color: white;
	margin-left: 3%;
}

.footer-div2{
	height: 100%;
	font-size: 0.2rem;
	color: white;
	margin-right: 3%;
}