.downloadBox {
    height: 613px;
	position: relative;
	text-align: center;
    background: linear-gradient(2deg, #FAFCFF 0%, #F9FAFE 100%);
	width: 100%;
}
.downloadBox .download-img {
	margin-top: -252px;
	width: 1000px;
	height: 615px;
}

.download-top {
	width: 100%;
	padding-top: 30px;
	height: 586px;
	background: url(../img/downloadbg.png);
	background-size: cover;
	text-align: center;
}
.download-top-p1{
	padding-top: 95px;
	margin-bottom: 17px;
	height: 75px;
	font-size: 50px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 75px;
}
.download-top-p2{
	height: 28px;
	font-size: 20px;
	font-weight: 400;
	color: #CBDDFF;
	line-height: 28px;
	margin-bottom: 41px;
}
.free-btn a{
	font-size: 20px;
	font-weight: 500;
	color: #0A87F8;
	line-height: 50px;
}
.download-item{
	width: calc( 100% - 180px);
	height: 252px;
	padding: 46px 90px;
}
.download-item-btn{
	width: 33.33%;
	text-align: center;
}
.download-item-btn a{
	width: 100%;
	height: auto;
	display: block;
	cursor: pointer;
	overflow: hidden;
}
.download-item p{
    color: #333333;	
}	
.download-item-btn img{
	width: 88px;
	height: 88px;
	margin-bottom: 16px;
}