.contact{
	padding: 100px 0;
}
.contact .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.contact .box1 .box-c .l{
	width: 45.75%;
}
.contact .box1 .box-c .title{
	font-size: 28px;
	font-family: Poppins;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.contact .box1 .box-c .des{
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 16px;
}
.contact .box1 .box-c .msg{
	margin-top: 43px;
}
.contact .box1 .box-c .msg li{
	display: flex;
	padding: 29px 0;
	border-bottom: 1px solid rgba(238, 238, 238, 1);
}
.contact .box1 .box-c .msg li:not(:last-child){
	border-top: 1px solid rgba(238, 238, 238, 1);
}
.contact .box1 .box-c .msg li .li-l{
	width: 50%;
	font-size: 20px;
	font-family: Poppins;
	font-weight: 600;
	color: #333333;
	display: flex;
	align-items: center;
	line-height: 1;
}
.contact .box1 .box-c .msg li .li-l .iconfont{
	font-size: 24px;
	margin-right: 13px;
}
.contact .box1 .box-c .msg li .li-r{
	font-size: 20px;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	color: #666666;
	line-height: 1;
}
.contact .box1 .box-c .title1{
	margin-top: 100px;
}
.contact .box1 .box-c .share{
	margin-top: 30px;
	display: flex;
}
.contact .box1 .box-c .share a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #DBDBDB;
	border-radius: 30px;
	color: #fff;
}
.contact .box1 .box-c .share a:hover{
	background-color: rgba(74, 54, 60, 1);
	color: #fff;
}
.contact .box1 .box-c .share a:not(:last-child){
	margin-right: 24px;
}
.contact .box1 .box-c .share a .iconfont{
	font-size: 24px;
}
.contact .box1 .box-c .r{
	width: 46.87%;
}
.contact .box1 .box-c .r form{
	display: block;
	margin-top: 44px;
}
.contact .box1 .box-c .r .input input,
.contact .box1 .box-c .r .input textarea{
	height: 52px;
	border: 1px solid #D5D5D5;
	border-radius: 4px;
	display: block;
	width: 100%;
	padding: 18px;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	outline: none;
}
.contact .box1 .box-c .r .input{
	margin-bottom: 20px;
}
.contact .box1 .box-c .r .input textarea{
	height: 120px;
	resize: none;
}
.contact .box1 .box-c .r .submit{
	height: 52px;
	line-height: 52px;
	text-align: center;
	background: #4A363C;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 52px;
}
@media (max-width: 1024px) {
	.contact{
		padding: 60px 0;
	}
	.contact .box1 .box-c .title{
		font-size: 26px;
	}
}
@media (max-width: 768px) {
	.contact{
		padding: 50px 0;
	}
	.contact .box1 .box-c{
		flex-direction: column;
	}
	.contact .box1 .box-c .l{
		width: 100%;
	}
	.contact .box1 .box-c .title{
		font-size: 24px;
	}
	.contact .box1 .box-c .msg li{
		padding: 20px 0;
	}
	.contact .box1 .box-c .msg li .li-l,.contact .box1 .box-c .msg li .li-r{
		font-size: 16px;
	}
	.contact .box1 .box-c .title1{
		margin-top: 30px;
	}
	.contact .box1 .box-c .share{
		margin-top: 10px;
	}
	.contact .box1 .box-c .share a{
		width: 40px;
		height: 40px;
	}
	.contact .box1 .box-c .r{
		width: 100%;
		margin-top: 30px;
	}
	.contact .box1 .box-c .des{
		margin-top: 6px;
	}
	.contact .box1 .box-c .r form{
		margin-top: 25px;
	}
	.contact .box1 .box-c .r .input input, .contact .box1 .box-c .r .input textarea{
		height: 40px;
		font-size: 16px;
	}
	.contact .box1 .box-c .r .input textarea{
		height: 100px;
		padding: 10px 20px;
	}
	.contact .box1 .box-c .r .submit{
		height: 40px;
		line-height: 40px;
	}
}
@media (max-width: 500px) {
	.contact{
		padding: 40px 0;
	}
	.contact .box1 .box-c .title{
		font-size: 22px;
	}
}