.service_top{
	width: 100%;
	height: 6rem;
	background: linear-gradient(270deg,#30D4DC,#3CABFF);
	padding:0.5rem 3% 0 3%;
	box-sizing: border-box;
}
.center_content_block{
	width: 100%;
	border-top-right-radius: 1rem;
	border-top-left-radius: 1rem;
	background:#fff;
	margin-top:-1rem;
	padding-top:0.1rem;
	box-sizing: border-box;
}
.center_service_block{
	width: 93.5%;
	margin:1rem auto 0;
}
.before_service_info{
	width:96%;
	font-size: 0.9rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #080808;
	margin:1.2rem auto 1rem;
}

.before_service_demo{
	width:96%;
	margin:0 auto 1.2rem;
	display: flex;
	flex-direction: row;
}
.before_service_demo_k{
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #080808;
}
.before_service_demo_v{
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #0091FF;
	margin-left:0.4rem;
}
.service_range_pic{
	width: 94%;
	min-height:17rem;
	margin:0.5rem auto 1.2rem;
}
.service_range_tips{
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #3CABFF;
	margin-left:4%;
}
.service_range_block{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin:1rem auto 1.5rem;
}
.service_range_block_one{
	width: 49%;
	margin-right:2%;
	border:0.1rem dashed #0091FF;
	padding:1.5rem 2% 0 2%;
	box-sizing: border-box;
	margin-bottom:0.4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.service_range_block_one:nth-child(2n){
	margin-right:0%;
}
.service_range_block_one_title{
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: 600;
	color: #080808;
	margin-bottom:0.4rem;
}
.service_range_block_one_detail{
	font-size: 0.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #080808;
	line-height:1.3rem;
}