.content{
	height: auto;
	overflow: hidden;
	background: #020202;
	padding-top: 80px;
	padding-bottom: 80px;
}
.w540{
	width: 540px;
}
.w540 p{
	color: #b5b5b5;
	font-size: 14px;
	margin-top: 30px;
	line-height: 24px;
}
.develop{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f62ba3;
	padding: 50px 0px;
	color: #fff;
	margin-top: 50px;
}
.develop{
	text-transform: uppercase;
}
.develop p{
	letter-spacing: 20px;
	margin-top: 10px;
}
.circle{
	padding: 5px;
	border: 1px solid #fff;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	margin: 0px auto;
	border-radius: 50%;
	margin-top: 20px;
	
}
.circle span{
	display: block;
	width: 100%;
	height: 100%;
	border-radius:50% ;
	background: #fff;
	
}
.develop-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.develop-list:before{
	content: '';
	display: block;
	width: 1px;
	height: 10000px;
	position: absolute;
	background: #b5b5b5;
	top: 80px;
	left: 50%;
	
}
.develop-title{
	font-size: 20px;
	color: #f62ba3;
	border: 1px solid #f62ba3;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 30px auto;
	border-radius: 20px;
	background: #020202;
	position: relative;
	z-index: 1111;
}
.develop-list dl{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.develop-list dt{
	display: block;
	background: #1c1c1c;
	padding: 10px;
	width: 550px;
	color: #b5b5b5;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
}
.develop-list dt{
	float: left;
}
.develop-list dt.s2{
	float: right;
}
.develop-list dd{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #f62ba3;
	width: 150px;
	position: relative;
	margin-left: 41px;
}
.develop-list dd:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #F62BA3;
	position: absolute;
}
.develop-list dd.s1{
	float: left;
	padding-left: 20px;
}
.develop-list dd.s1:before{
	left: 0px;
	top: 50%;
	margin-top: -4px;
}
.develop-list dd.s2{
	text-align: right;
	padding-right:20px ;
	float: right;
	margin-right: 41px;
}
.develop-list dd.s2:before{
	right: 0px;
	top: 50%;
	margin-top: -4px;
}
