.service-process{
	background-color: RGBA(236, 240, 243, 1);
}
.service-process .box1{
	padding: 100px 0 140px;
	text-align: center;
}
.service-process .box1 .box-c{
	margin-top: 80px;
}
.service-process .box1 .box-c .list{
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(7,1fr);
}
.service-process .box1 .box-c .list li{
	
}
.service-process .box1 .box-c .list li a{
	display: block;
	background: rgba(255,255,255,0.5);
	border-radius: 20px;
	border: 1px solid #FFFFFF;
	padding: 32px 15px;
	min-height: 720px;
	transition: all .6s;
}
.service-process .box1 .box-c .list li:hover a{
	transform: translateY(-20px);
	background-color: rgba(14, 90, 243, 1);
}
.service-process .box1 .box-c .list li .number{
	width: 60px;
	line-height: 60px;
	background: #DBE1E6;
	border-radius: 50%;
	margin: 0 auto;
	font-family: Rany-Bold;
	color: #fff;
}
.service-process .box1 .box-c .list li .pic{
	margin-top: 64px;
	border-radius: 10px;
}
.service-process .box1 .box-c .list li .des{
	font-family: HarmonyOS_Sans_SC_Light;
	font-weight: 300;
	font-size: 18px;
	color: #333333;
	line-height: 2;
	margin-top: 53px;
	text-align: left;
	transition: all .6s;
}
.service-process .box1 .box-c .list li:hover .des{
	color: #fff;
}
@media (max-width: 1280px){
	.service-process .box1 .box-c .list li .number{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.service-process .box1 .box-c .list li .des,
	.service-process .box1 .box-c .list li .pic{
		margin-top: 40px;
	}
}
@media (max-width: 1199px) {
	.service-process .box1 .box-c .list{
		grid-template-columns: repeat(4,1fr);
	}
	.service-process .box1 .box-c .list li a{
		min-height: 570px;
	}
	.service-process .box1 .box-c .list li .des, .service-process .box1 .box-c .list li .pic{
		margin-top: 30px;
	}
	.service-process .box1 .box-c .list li .des{
		font-size: 16px;
	}
	.service-process .box1{
		padding: 70px 0;
	}
	.service-process .box1 .box-c{
		margin-top: 45px;
	}
	.service-process .box1 .box-c .list li:hover a{
		transform: translateY(0);
	}
}
@media (max-width:1024px) {
	.service-process .box1{
		padding: 60px 0;
	}
	.service-process .box1 .box-c{
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.service-process .box1{
		padding: 50px 0;
	}
	.service-process .box1 .box-c{
		margin-top: 30px;
	}
	.service-process .box1 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.service-process .box1 .box-c .list li .number{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.service-process .box1 .box-c .list li .des, .service-process .box1 .box-c .list li .pic{
		margin-top: 20px;
	}
	.service-process .box1 .box-c .list li a{
		min-height: 100%;
	}
}
@media (max-width: 500px) {
	.service-process .box1{
		padding: 40px 0;
	}
	.service-process .box1 .box-c{
		margin-top: 25px;
	}
	.service-process .box1 .box-c .list li .number{
		font-size: 16px;
		width: 34px;
		height: 34px;
		line-height: 34px;
	}
	.service-process .box1 .box-c .list li .des{
		font-size: 14px;
		line-height: 1.6;
	}
	.service-process .box1 .box-c .list li a{
		padding: 25px 15px;
	}
}