.app {
	margin-top: 76px;
	margin-bottom: 50px;
	min-height: 554px;
}
.trademark {}
.trademark p {
	color: #66be00;
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
}
.trademark span {
	color: #d2ef90;
}
.trademark h1 {
	font-size: 30px;
	color: #333;
	text-align: center;
}
.need_box{
	position: relative;
    background-color: #f8f9ff;
    border: 1px solid #dee3ff;
    width: 380px;
    margin: 30px;
    height: 270px;
    padding: 20px 30px;
    padding-left: 50px;
    float: left;
}
.need_title{
	font-size: 35px;
	color: #000;
}
.need_enroll_ul li{
	line-height: 40px;
	font-size:18px;
	color: #6db545;
	font-weight: 600;
}
.nums{
	background: #6db545;
	color: #fff;
	float: left;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 20px;
	margin-top: 10px;
	font-size: 15px;
	font-weight: 500;
	margin-right: 10px;
}
.c_gray{
	font-size: 15px;
	color: #000000;
	font-weight: 500;
}
.need_box_intro {
    position: absolute;
    left: 50px;
    bottom: 20px;
    font-size: 14px;
}