.solution{
	background-color: RGBA(236, 240, 243, 1);
}
.solution .box1{
	padding: 98px 0 140px;
}
.solution .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.solution .box1 .box-c .l{
	width: 43.71%;
}
.solution .box1 .box-c .l img{
	display: block;
	width: 100%;
}
.solution .box1 .box-c .r{
	width: 50.85%;
}
.solution .box1 .box-c .r .list{
	margin-top: 43px;
}
.solution .box1 .box-c .r .list li{
	display: flex;
	align-items: flex-start;
	padding-bottom: 15px;
	border-bottom: 1px solid RGBA(211, 219, 225, 1);
}
.solution .box1 .box-c .r .list li:not(:last-child){
	margin-bottom: 47px;
}
.solution .box1 .box-c .r .list li .iconfont{
	color: rgba(14, 90, 243, 1);
	font-size: 28px;
}
.solution .box1 .box-c .r .list li .text-box{
	flex: 1;
	margin-left: 20px;
}
.solution .box1 .box-c .r .list li .text-des{
	color: #333;
}
.solution .box1 .box-c .r .list li .text-des1{
	font-family: HarmonyOS_Sans_SC_Light;
	margin-top: 7px;
}
.solution .box1 .box-c .r-b{
	margin-top: 98px;
}
.solution .box1 .box-c .r-b form{
	margin-top: 46px;
	font-family: HarmonyOS_Sans_SC_Light;
}
.solution .box1 .box-c .r-b .inputs{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 46px;
	gap: 28px 33px;
}
.solution .box1 .box-c .r-b .input label{
	font-size: 18px;
	color: #222222;
	line-height: 1;
	display: block;
}
.solution .box1 .box-c .r-b .input textarea,
.solution .box1 .box-c .r-b .input input{
	display: block;
	margin-top: 16px;
	width: 100%;
	border: 1px solid #CBD5DC;
	background-color: transparent;
	outline: none;
	min-height: 60px;
	padding: 0 20px;
	font-size: 16px;
	font-family: HarmonyOS_Sans_SC_Light;
}
.solution .box1 .box-c .r-b .input.textarea{
	grid-column: 1/3;
}
.solution .box1 .box-c .r-b .input textarea{
	height: 270px;
	resize: none;
	padding: 20px;
}
.solution .box1 .box-c .r-b .submit{
	width: 160px;
	line-height: 60px;
	background: #0E5AF3;
	border-radius: 30px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 40px;
	cursor: pointer;
}
.solution .box1 .box-c .r-b .submit span{
	padding: 0 8px;
}
@media (max-width:1199px) {
	.solution .box1 .box-c .l{
		display: none;
	}
	.solution .box1{
		padding: 70px 0;
	}
	.solution .box1 .box-c .r-b{
		margin-top: 70px;
	}
	.solution .box1 .box-c .r-b form{
		margin-top: 45px;
	}
	.solution .box1 .box-c .r{
		width: 100%;
	}
}
@media (max-width: 1024px) {
	.solution .box1{
		padding: 60px 0;
	}
	.solution .box1 .box-c .r-b{
		margin-top: 60px;
	}
	.solution .box1 .box-c .r-b form{
		margin-top: 40px;
	}
	.solution .box1 .box-c .r .list li .text-des1{
		font-size: 20px;
	}
	.solution .box1 .box-c .r-b .input textarea, .solution .box1 .box-c .r-b .input input{
		min-height: 50px;
	}
	.solution .box1 .box-c .r-b .input textarea{
		height: 220px;
	}
	.solution .box1 .box-c .r-b .submit{
		line-height: 50px;
	}
	.solution .box1 .box-c .r .list{
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.solution .box1 .box-c .r .list{
		margin-top: 30px;
	}
	.solution .box1 .box-c .r-b .input textarea, .solution .box1 .box-c .r-b .input input{
		padding-left: 14px;
		padding-right: 14px;
	}
	.solution .box1 .box-c .r-b .input label{
		font-size: 16px;
	}
	.solution .box1 .box-c .r-b .inputs{
		gap: 25px;
	}
	.solution .box1{
		padding: 50px 0;
	}
	.solution .box1 .box-c .r-b{
		margin-top: 50px;
	}
	.solution .box1 .box-c .r-b .submit,
	.solution .box1 .box-c .r-b form{
		margin-top: 30px;
	}
	.solution .box1 .box-c .r .list li:not(:last-child){
		margin-bottom: 30px;
	}
}
@media (max-width: 500px) {
	.solution .box1 .box-c .r .list li{
		padding-bottom: 10px;
	}
	.solution .box1 .box-c .r .list li .text-title{
		font-size: 14px;
	}
	.solution .box1 .box-c .r .list li .text-des1{
		font-size: 16px;
	}
	.solution .box1 .box-c .r .list li .text-box{
		margin-left: 10px;
	}
	.solution .box1 .box-c .r-b .input textarea{
		height: 168px;
	}
	.solution .box1 .box-c .r-b .input textarea, .solution .box1 .box-c .r-b .input input{
		min-height: 45px;
	}
	.solution .box1 .box-c .r-b .inputs{
		grid-template-columns: repeat(1,1fr);
	}
	.solution .box1 .box-c .r-b .input.textarea{
		grid-column: 1/1;
	}
	.solution .box1 .box-c .r .list li:not(:last-child){
		margin-bottom: 20px;
	}
	.solution .box1{
		padding: 40px 0;
	}
	.solution .box1 .box-c .r-b{
		margin-top: 30px;
	}
	.solution .box1 .box-c .r .list,
	.solution .box1 .box-c .r-b .submit,
	.solution .box1 .box-c .r-b form{
		margin-top: 25px;
	}
}