.solution{
	background-color: RGBA(236, 240, 243, 1);
	padding: 90px 0 140px;
}
.solution .box1 .des{
	color: rgba(51, 51, 51, 1);
	font-weight: bold;
	margin-bottom: 5px;
}
.solution .box1 .box-c{
	margin-top: 50px;
}
.solution .box1 .box-c .pic{
	border-radius: 20px;
}
.solution .box1 .box-b{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 70px 0 80px;
	border-bottom: 1px solid RGBA(204, 204, 204, 1);
}
.solution .box1 .box-b-l{
	display: flex;
	align-items: center;
	color: rgba(14, 90, 243, 1);
	font-weight: bold;
	width: 33%;
}
.solution .box1 .box-b-l .bullet{
	position: relative;
	width: 24px;
	height: 24px;
	margin-left: 6px;
	margin-top: 6px;
	margin-right: 19px;
	border-radius: 50%;
	border: 2px solid rgba(140,154,165,0.2);
}
.solution .box1 .box-b-l .bullet::before{
	position: absolute;
	left: -8px;
	top: -8px;
	content: "";
	width: 24px;
	height: 24px;
	background: #0E5AF3;
	border-radius: 50%;
	box-sizing: border-box;
}
.solution .box1 .box-b-r{
	width: 63.57%;
	font-size: 18px;
	color: #333333;
	line-height: 2;
	font-family: HarmonyOS_Sans_SC_Light;
}
.solution .box2{
	padding: 100px 0 0;
}
.solution .box2 .box-c{
	margin-top: 80px;
}
.solution .box2 .box-b .list,
.solution .box2 .box-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 70px;
}
.solution .box2 .box-c .list .li-title{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	padding-bottom: 12px;
	line-height: 1.55;
	border-bottom: 2px solid rgba(34, 34, 34, 1);
}
.solution .box2 .box-c .list .text-box{
	font-weight: 300;
	font-size: 16px;
	color: #666666;
	line-height: 2.25;
	margin-top: 34px;
	font-family: HarmonyOS_Sans_SC_Light;
}
.solution .box2 .box-b{
	margin-top: 80px;
}
.solution .box2 .box-b .text-title{
	margin-top: 18px;
	font-size: 18px;
	color: #333333;
	line-height: 1.66;
	font-family: HarmonyOS_Sans_SC_Light;
}
.solution .box2 .tips{
	color: #0E5AF3;
	line-height: 1.66;
	font-family: HarmonyOS_Sans_SC_Light;
	margin-top: 50px;
}
@media (max-width: 1199px) {
	.solution{
		padding: 70px 0;
	}
	.solution .box2{
		padding-top: 70px;
	}
	.solution .box2 .box-b,
	.solution .box2 .box-c,
	.solution .box1 .box-c{
		margin-top: 45px;
	}
	.solution .box1 .box-b{
		padding: 45px 0;
	}
	.solution .box2 .box-b .list, .solution .box2 .box-c .list{
		gap: 45px;
	}
	.solution .box2 .tips{
		margin-top: 45px;
	}
}
@media (max-width: 1024px) {
	.solution .box1 .box-b-l .bullet,
	.solution .box1 .box-b-l .bullet::before{
		width: 18px;
		height: 18px;
	}
	.solution .box1 .box-b-r{
		margin-top: 5px;
	}
	.solution .box1 .box-b-l .bullet{
		margin-right: 10px;
	}
	.solution .box1 .box-b{
		flex-direction: column;
	}
	.solution .box1 .box-b-r,
	.solution .box1 .box-b-l{
		width: 100%;
	}
	.solution .box1 .des{
		font-size: 20px;
	}
	.solution{
		padding: 60px 0;
	}
	.solution .box2{
		padding-top: 60px;
	}
	.solution .box2 .box-b,
	.solution .box2 .box-c,
	.solution .box1 .box-c{
		margin-top: 40px;
	}
	.solution .box1 .box-b{
		padding: 40px 0;
	}
	.solution .box2 .box-b .list, .solution .box2 .box-c .list{
		gap: 40px;
	}
	.solution .box2 .box-c .list .text-box{
		margin-top: 20px;
	}
	.solution .box2 .tips{
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.solution .box2 .box-c .list .text-box{
		margin-top: 15px;
	}
	.solution .box2 .box-b .text-title{
		font-size: 16px;
		margin-top: 10px;
	}
	.solution .box1 .box-b-r{
		font-size: 16px;
	}
	.solution{
		padding: 50px 0;
	}
	.solution .box2{
		padding-top: 50px;
	}
	.solution .box2 .box-b,
	.solution .box2 .box-c,
	.solution .box1 .box-c{
		margin-top: 30px;
	}
	.solution .box1 .box-b{
		padding: 30px 0;
	}
	.solution .box2 .box-b .list, .solution .box2 .box-c .list{
		gap: 30px;
	}
	.solution .box2 .box-b .list, .solution .box2 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.solution .box2 .tips{
		margin-top: 30px;
	}
}
@media (max-width: 500px) {
	.solution .box2 .box-c .list .text-box{
		font-size: 14px;
	}
	.solution .box2 .box-b .text-title{
		font-size: 14px;
	}
	.solution{
		padding: 40px 0;
	}
	.solution .box2{
		padding-top: 40px;
	}
	.solution .box2 .box-b,
	.solution .box2 .box-c,
	.solution .box1 .box-c{
		margin-top: 25px;
	}
	.solution .box1 .box-b{
		padding: 25px 0;
	}
	.solution .box2 .box-b .list, .solution .box2 .box-c .list{
		gap: 25px;
	}
	.solution .box2 .tips{
		margin-top: 25px;
		font-size: 14px;
	}
}