.desktop-version-banner {
	border: 1px solid #e7e7e7;
	background-color: #f4f4f4;
	padding-top: 38px;
	padding-bottom: 45px;
	text-align: center;
}
.desktop-version-banner > h2 {
	color: #4997ee;
}
.desktop-version-context {
	max-width: 980px;
	position: relative;
	margin: 0 auto;
	padding: 24px 0;
}
.desktop-version-context .context-desc > h3 {
	color: #333;
	font-weight: bold;
	line-height: 24px;
}
.desktop-version-context .context-desc > p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 22px;
	color: #555;
}
.desktop-version-context .download-content {
	text-align: center;
	margin: 40px 0 51px 0;
}
.desktop-version-context .function-introduction {
	text-align: center;
	padding-bottom: 20px;
}
.desktop-version-context .function-introduction > h3{
	color: #333;
	font-weight: bold;
	margin-bottom: 20px
}
.desktop-version-context .function-introduction > img {
	width: 100%;
	max-width: 800px;
}
.desktop-version-context .context-down {
	margin: 24px 0;
}
.desktop-version-context .context-down .f-box {
	margin-top: 10px;
}
.desktop-version-context .context-down .box-img {
	float: left;
}
.desktop-version-context .context-down .box-text {
	margin-left: 80px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 20px;
}
.desktop-version-context .context-down .box-text > h3 {
	color: #333;
	font-weight: bold;
}
.desktop-version-context .context-down .box-text > p a {
	font-weight: bold;
}