.download-main {
	width: 1200px;
	margin-bottom: 15px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.download-main .download-item {
	width: 300px;
	height: 100px;
	margin: 15px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 15px;
	border-right: 0px;
	background-color: #f2f2f2;
}

.download-main .download-item .download-title {
	width: 200px;
	font-size: 16px;
	text-align: center;
	color: #6c696a;
	line-height: 25px;
}

.download-main .download-item img {
	width: 100px;
	height: 100px;
}

.tip-msg {
	margin: 15px;
}