.luminWrapper{
	    width: 1200px;
	    margin: 0 auto;
	    position: relative;
	    padding: 0;
}
.grayDiv{
	background-color: #F7F8FC;
	padding-top: 60px;
	padding-bottom: 45px;
}
.whiteDiv{
	background-color: #F7F8FC;
	padding-top: 70px;
	padding-bottom: 60px;
}
.textDiv{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
button{
	background-color: #1C6BFF;
	color: white;
	width: 154px;
	height: 40px;
	font-size: 14px;
	border: none;
	cursor: pointer;
	border-radius: 4px;
	margin-top: 40px;
}
.textDivTitle p{
	font-size: 36px;
	text-align: center;
	margin-bottom: 60px;
	color: black;
}
.ul5 li{
	font-size: 18px;
	color: #999999;
	font-family: '黑体';
	font-weight: 300;
	list-style: url(../images/test/ul5.png);
	line-height: 40px;
}
.ul3 li{
	font-size: 18px;
	color: #999999;
	font-family: '黑体';
	font-weight: 300;
	list-style: url(../images/test/ul3.png);
	line-height: 90px;
	white-space: nowrap;
}
.eduMobile{
	width: 100%;
	height: 515px;
	background: url(../images/test/eduMobile.png);
	position: relative;
}
.mobileTextDiv{
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 630px;
	text-align: justify;
	color: black;
	font-size: 18px;
	font-family: '黑体';
	line-height: 26px;
}
.mobileTitle{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
}
.studyPlaceTitle{
	text-align: center;
	color: black;
	font-size: 20px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 10px;
}
.studyPlaceText{
	margin: auto;
	width: 200px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 50px;
	color: #666666;
	text-align: center;
}