@charset "urf-8";

.content .box .down-list{

}
.content .box .down-list .item{
	position: relative;
	float: left;
	width: 33%;
	box-sizing: border-box;
	padding: 0 1%;
}
.content .box .down-list .item .title-top{
	margin-bottom: 56px;
	text-align: center;
}
.content .box .down-list .item .title-top .ico{
	display:inline-block;
	width: 182px;
	margin-bottom: 24px;
}
.content .box .down-list .item .title-top .h1{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}
.content .box .down-list .item .content-bottom{
	position: relative;
	padding: 70px 8%;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.content .box .down-list .item .content-bottom:after{
	position: absolute;
	left: 50%;
	top: -16px;
	transform: translateX(-50%);
	content: '';
	display: block;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid;
}
.content .box .down-list .item .content-bottom .h1{
	min-height: 300px;
}
.content .box .down-list .item .content-bottom .qr-ico{
	max-width: 150px;
	width: 80%;
	display: block;
	margin: 50px auto;
}
.content .box .down-list .item:nth-child(1) .content-bottom{
	background-color:#EFB801;
}
.content .box .down-list .item:nth-child(1) .content-bottom:after{
	border-bottom-color: #EFB801;
}
.content .box .down-list .item:nth-child(2) .content-bottom{
	background-color:#2E3E57;
}
.content .box .down-list .item:nth-child(2) .content-bottom:after{
	border-bottom-color: #2E3E57;
}
.content .box .down-list .item:nth-child(3) .content-bottom{
	background-color:#799DAC;
}
.content .box .down-list .item:nth-child(3) .content-bottom:after{
	border-bottom-color:#799DAC;
}

@media screen and (max-width: 768px) {
	.content .box .down-list .item{
		width: 320px;
		float: none;
		margin: 20px auto;
	}
	.content .box .down-list .item .title-top .h1{
		font-size: 24px;
	}
	.content .box .down-list .item .title-top .ico{
		width: 134px;
	}
	.content .box .down-list .item .content-bottom{
		padding: 8%;
	}
}