.section2{
	background: #F6F6FF;
}
.page3{
	flex-wrap: wrap;
	border: none;
}

.page3  .top{
	width: 100%;
	height: 1.04rem;
	/* background: red; */
	text-align: center;
	font-size: .48rem;
	color: #2F2F2F;
	font-weight: bold;
	line-height: 1.04rem;
	position: relative;
}
.page3 .top .line{
	width:.40rem;
	height:.08rem;
	background:rgba(102,102,255,1);
	border-radius:.04rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.page3 .list{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.page3 .list .item{
	width: 1.80rem;
	height: 3.36rem;
	/* background: red; */
	display: flex;
	flex-direction: column;
	align-items: center;
}
.page3 .list .item img{
	width: 1.12rem;
	height: 1.12rem;
	margin-top: .32rem;
}
.page3 .list .item .title{
	font-size: .28rem;
	color: #2F2F2F;
	font-weight: bold;
	margin-top: .40rem;
	margin-bottom: .32rem;
}
.page3 .list .item .tips{
	font-size: .16rem;
	color: #999999;
	line-height: .28rem;
}