.join{
	padding: .75rem 0;
}
.join .walfare-list{
	margin-top: .3rem;
}
.join .walfare-list ul{
	display: flex;
	justify-content: space-between;
}
.join .walfare-list li{
	width: 12%;
	text-align: center;
}
.join .walfare-list li .icon-box{
	width: 108px;
	height: 108px;
	border-radius: 54px;
	background: #FFFFFF;
	-moz-box-shadow: 7px 0px 22px rgba(188,202,242,.47);
	-webkit-box-shadow: 7px 0px 22px rgba(188,202,242,.47);
	box-shadow: 7px 0px 22px rgba(188,202,242,.47);
	line-height: 108px;
	text-align: center;
	margin: 0 auto .3rem;
}
.join .walfare-list li h5{
	font-size: 18px;
	color: #333333;
	font-family: "PingFang SC Bold","microsoft yahei";
	font-weight: bold;
}
.join .walfare-list li p{
	font-size: 14px;
	color: #999999;
}
.join .recruit{
	padding: .55rem 0;
}
.join .recruit li{
	border: 1px solid #e8e8e8;
	-moz-box-shadow: 0px 0px 13px rgba(232,232,232,.47);
	-webkit-box-shadow: 0px 0px 13px rgba(232,232,232,.47);
	box-shadow: 0px 0px 13px rgba(232,232,232,.47);
	margin-bottom: 30px;
	padding: .3rem;
	cursor: pointer;
}
.join .recruit li .job-name{
	background: url(../img/icon-join05.png) left center no-repeat;
	font-size: 18px;
	color: #333333;
	font-family: "PingFang SC Bold","microsoft yahei";
	font-weight: bold;
	padding-left: 50px;
}
.join .recruit li .style01{
	background: url(../img/icon-jion06.png) left center no-repeat;
}
.join .recruit li .style02{
	background: url(../img/icon-join07.png) left center no-repeat;
}
.join .recruit li .job-descript{
	display: none;
	margin-top: .25rem;
}
.join .recruit li h6{
	font-size: 14px;
	font-family: "PingFang SC Bold","microsoft yahei";
	font-weight: bold;
	color: #333333;
	line-height: 36px;
}
.join .recruit li p{
	font-size: 14px;
	color: #333333;
	line-height: 36px;
	font-family: "PingFang SC Regular","microsoft yahei";
}
.join .recruit .job-email{
	font-size: 20px;
	color: #333333;
	font-family: "PingFang SC Heavy","microsoft yahei";
	font-weight: bold;
	text-align: center;
	margin-top: .8rem;
}
.join .recruit .job-email a{
	font-family: "DIN Medium";
	color: #3257BF;
	font-weight: normal;
}