.download {
	margin: 80px 0 0 0;
}


.download-item {
	display: flex;
	align-items: center;
	height: 100px;
	background: #FFFFFF;
	padding: 0 41px 0 33px;
}

.download-item:nth-of-type(odd) {
	background: #F9F9F9;
}

.download-item:nth-of-type(even) {
	background: #FFFFFF;
}

.download-item>span:nth-of-type(1) {
	flex: 1;
	font-size: 16px;
	font-weight: 400;
	color: #333333;

}

.download-item>span:nth-of-type(2) {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin: 0 30px 0 0;

}

.download-item>span:nth-of-type(3) {
	width: 70px;
	line-height: 30px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #2A62FF;
	font-size: 18px;
	color: #2A62FF;

}

.download-item>span:nth-of-type(3):hover {
	background: #2A62FF;
	color: #ffffff;
}

@media screen and (max-width:1199.98px) {
	.download {
		margin: 10px 0 0 0;
	}


	.download-item {
		display: flex;
		align-items: center;
		height: 50px;
		background: #FFFFFF;
		padding: 0 10px 0 10px;
	}

	.download-item>span:nth-of-type(1) {
		flex: 60%;
		font-size: 12px;
	}

	.download-item>span:nth-of-type(2) {
		font-size: 12px;
		margin: 0 10px 0 20px;
	}

	.download-item>span:nth-of-type(3) {
		width: 35px;
		line-height: 15px;
		font-size: 12px;
	}


}
