.bg {
	width: 100%;
	height: 5rem;
	background: url('../../images/solution/smartpark_bg.png') no-repeat;
	background-size: cover;
	background-position: center;
}

.main {
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}

.Scheme {
	margin-top: 0.43rem;
}

.Scheme .title {
	font-size: 0.32rem;
	text-align: center;
	margin-bottom: 0.27rem;
	font-weight: 500;
	color: #000000;
}

.Scheme p {
	font-size: 0.24rem;
	color: #525252;
	line-height: 0.4rem;
	text-indent: 2em;
	text-align: justify;
}

.Scheme .content {
	margin-top: 0.33rem;
	display: flex;
	flex-wrap: wrap;
}

.Scheme .content .item {
	width: 2.9rem;
	height: 5.8rem;
	padding: 0.3rem 0.2rem;
	background-color: #fff;
}

.Scheme .content .item:nth-child(2n) {
	margin-left: 0.3rem;
}

.Scheme .content .item:nth-child(n+3) {
	margin-top: 0.3rem;
}

.Scheme .content .item .item-icon img {
	width: 0.6rem;
	height: 0.6rem;
}

.Scheme .content .item .item-title {
	margin-top: 0.25rem;
	font-size: 0.26rem;
	color: #000000;
}

.Scheme .content .item .bluestrip {
	width: 0.98rem;
	height: 0.02rem;
	margin-top: 0.04rem;
	background: #006AFF;
}

.Scheme .content .item .item-content {
	font-size: 0.24rem;
	color: #717171;
	line-height: 0.33rem;
}

.Scheme .content .item .item-content .Subtitle{
	font-weight: 500;
	margin-top: 0.15rem;
	color: #000000;
	line-height: 0.33rem;
}

.bg1 {
	width: 100%;
	height: 4.55rem;
	margin-top: 0.3rem;
	margin-bottom: 0.49rem;
	background-color: #fff;
}

.bg1 .content {
	padding: 0.3rem 0.15rem;
}

.bg1 .content img {
	width: 100%;
}

.container .content {
	padding-top: 1.8rem;
	padding-left: 0.4rem;
}

.container .content .title {
	font-size: 0.6rem;
	color: #ffffff;
	line-height: 0.84rem;
}
