@import url(public.css);
.section {
	padding-top: 60px;
}
.main {
	min-height: 67vh;
	background-color: #FFFFFF;
	padding-bottom: 50px;
}

.download-title {
	font-size: 24px;
	color: #1D2754;
	font-weight: 500;
	text-align: center;
	padding-top: 148px;
	margin-bottom: 30px;
}

.download-box {
	border-radius: 4px;
}

.download-body {
	padding: 24px 40px;
	text-align: center;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.download-title {
	padding-top: 40px;
	font-size: 16px;
	color: #1D2754;
	font-weight: 500;
}

.download-version {
	margin-top: 32px;
	margin-bottom: 32px;
}

.download-version-font {
	font-size: 12px;
	color: #999999;
	font-weight: 400;
	margin-bottom: 9px;
}

