* {
	color:rgb(64, 71, 79);
	font-family: Montserrat,sans-serif;
}
.logo {
	margin:20px 0;
}
.banner h3 {
	font-size: 24px;
	font-weight: 700;
	margin-top:100px;
}
.banner h1 {
	font-size: 70px;
	font-weight: 700;
}
.btn-get {
	background:rgb(255,100,0);
	color:#fff;
	font-size:18px;
	font-weight:600;
	display:block;
	height:56px;
	line-height:56px;
	text-align:center;
	width:320px;
	border-radius:56px;
}
a { text-decoration:none; }
a:hover {
	font-size:20px;
	color:#fff;
}
.summary {
	padding-left:20px;
	line-height:50px;
}
.support-platform {
	margin:50px auto;
	text-align:center;
}
.section {
	text-align:center;
	border:1px solid rgb(241 241 241);
	border-radius:20px;
	margin:50px auto;
	padding:10px;
	font-weight:700;
}
.section h1 {
	font-size:32px;
	margin:30px auto;
}
.section p {
	color:#65707c;
}
.section-recommend p {
	font-weight: 400;
}
.section-recommend p span {
	color:rgb(255 118 0);
}