.contact{
	background-color: RGBA(250, 250, 250, 1);
	padding: 100px 0 145px;
}
.contact .box1{
	text-align: center;
}
.contact .box1 .box-c{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.contact .box1 .box-c .l{
	width: 60.35%;
}
.contact .box1 .box-c .l .text{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	text-align: left;
	margin-bottom: 30px;
}
.contact .box1 .box-c .l .inputs{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}
.contact .box1 .box-c .l .inputs .input{
	background-color: rgba(240, 240, 240, 1);
}
.contact .box1 .box-c .l .input textarea,
.contact .box1 .box-c .l .input input{
	padding: 0 24px;
	border: none;
	outline: none;
	resize: none;
	display: block;
	width: 100%;
	height: 100%;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	height: 70px;
	background-color: rgba(240, 240, 240, 1);
}
.contact .box1 .box-c .l .input textarea::placeholder,
.contact .box1 .box-c .l .input input::placeholder{
	color: #999;
}
.contact .box1 .box-c .l .input.textarea{
	grid-column: 1 / span 2;
}
.contact .box1 .box-c .l .input textarea{
	height: 212px;
	padding-top: 20px;
	padding-bottom: 20px;
} 
.contact .box1 .box-c .l .submit{
	width: 122px;
	line-height: 70px;
	background: linear-gradient(60deg, #31AAF6, #0E97EE);
	box-shadow: 5px 9px 30px 0px rgba(26,157,241,0.3);
	border-radius: 5px;
	text-align: center;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #FAFAFA;
	margin: 33px 0 0 auto;
	cursor: pointer;
}
.contact .box1 .box-c .r{
	width: 34.28%;
}
.contact .box1 .box-c .r-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 30px;
	color: #333333;
	line-height: 1;
	text-align: left;
}
.contact .box1 .box-c  .list{
	margin-top: 46px;
	text-align: left;
}
.contact .box1 .box-c  .list li:not(:last-child){
	margin-bottom: 35px;
}
.contact .box1 .box-c  .list .li-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 16px;
	color: #333333;
	line-height: 1;
	margin-bottom: 10px;
}
.contact .box1 .box-c  .list .li-tel{
	font-family: Rany-Bold;
	font-weight: bold;
	font-size: 30px;
	color: #333333;
	background: linear-gradient(60deg, #31AAF6 0%, #0E97EE 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.contact .box1 .box-c  .list .li-email{
	font-family: Rany;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	line-height: 1;
}
.contact .box1 .box-c  .list .li-address{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
}
@media (max-width:1440px) {
	.contact .box1 .box-c .r-title{
		font-size: 28px;
	}
}
@media (max-width:1280px) {
	.contact .box1 .box-c .r-title{
		font-size: 26px;
	}
}
@media (max-width:1199px) {
	.contact .box1 .box-c{
		margin-top: 45px;
	}
	.contact{
		padding: 70px 0;
	}
}
@media (max-width: 1024px) {
	.contact .box1 .box-c{
		margin-top: 40px;
		flex-direction: column-reverse;
	}
	.contact .box1 .box-c .r{
		width: 100%;
	}
	.contact .box1 .box-c .list{
		margin-top: 30px;
	}
	.contact .box1 .box-c .list li:not(:last-child){
		margin-bottom: 20px;
	}
	.contact{
		padding: 60px 0;
	}
	.contact .box1 .box-c .l{
		width: 100%;
	}
	.contact .box1 .box-c .list .li-tel{
		font-size: 26px;
	}
	.contact .box1 .box-c .list .li-email{
		font-size: 20px;
	}
	.contact .box1 .box-c .l{
		margin-top: 40px;
	}
	.contact .box1 .box-c .r-title{
		font-size: 24px;
	}
}
@media (max-width:  786px) {
	.contact .box1 .box-c .r-title{
		font-size: 22px;
	}
	.contact .box1 .box-c{
		margin-top: 30px;
	}
	.contact{
		padding: 50px 0;
	}
	.contact .box1 .box-c .list{
		margin-top: 25px;
	}
	.contact .box1 .box-c .l{
		margin-top: 30px;
	}
	.contact .box1 .box-c .l .text{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.contact .box1 .box-c .l .input textarea, .contact .box1 .box-c .l .input input{
		height: 50px;
		font-size: 16px;
	}
	.contact .box1 .box-c .l .input textarea{
		height: 120px;
	}
	.contact .box1 .box-c .l .submit{
		line-height: 50px;
		margin-top: 20px;
	}
}
@media (max-width:  500px) {
	.contact .box1 .box-c .list .li-tel{
		font-size: 22px;
	}
	.contact .box1 .box-c .r-title{
		font-size: 20px;
	}
	.contact .box1 .box-c{
		margin-top: 25px;
	}
	.contact{
		padding: 40px 0;
	}
	.contact .box1 .box-c .l .inputs{
		grid-template-columns: repeat(1,1fr);
	}
	.contact .box1 .box-c .l .input.textarea{
		grid-column: 1 / span 1;
	}
	.contact .box1 .box-c .l .input textarea, .contact .box1 .box-c .l .input input{
		padding-left: 15px;
		padding-right: 15px;
	}
	.contact .box1 .box-c .l .input input{
		height: 45px;
	}
	.contact .box1 .box-c .l .submit{
		line-height: 45px;
	}
}