.popular_box>h2{
	margin-bottom: 22px;
}
.popular_box>span{
	color:#999;
	margin-bottom: 22px;
	font-size: 14px;
	font-weight: normal;
	float: right;
}
.popular_box>span a{
	color:#333;
	border-bottom:1px solid #333;
	font-style: normal;
	cursor: pointer;
}
.join_BOX{
	padding:80px 0;
	width: 100%;
	border-top:2px solid #333;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	margin-bottom: 70px;
}
.join{
	width: 790px;
	margin:0 auto;
}
.join>label{
	display: inline-block;
	margin-bottom: 40px;
}
.join>label:nth-child(2n+1){
	margin-right: 14px;
}
.join>label span{
	display: block;
	margin-bottom: 4px;
	color:#666;
	font-size: 18px;
}
.join span>i{
	color:red;
	font-style: normal;
}
.join input{
	display: block;
	height: 38px;
	line-height: 38px;
	width: 378px;
	border:none;
	border:1px solid #dfdfdf;
	border-radius: 5px;
	padding-left: 6px;
	outline: none;
	box-sizing: border-box;
}

.join_btn{
	display: block;
	margin:0 auto;
	width: 218px;
	height: 48px;
	background-color: #000;
	color:#fff;
	text-align: center;
	line-height: 48px;
	font-size: 14px;
	margin-top: 60px;
}