
.contact .content{
	margin: 50px 0;
}
.contact .content .left h3{
	position: relative;
	margin:0;
	margin-bottom: 56px;
	padding-bottom: 33px;
	font-size: 30px;
}
.contact .content .left h3::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 40px;
	height: 3px;
	background-color: #df0000;
}
.contact .content .c-name{
	padding-top: 55px;
	padding-bottom: 40px;
	font-size: 25px;
}
.contact .content .c-item{
	display: flex;
	align-items: flex-start;
	padding-bottom:40px;
	font-size: 20px;
	
}
.contact .content .c-item .icon{
	margin-right: 40px;
	color: #dee1e4;
	font-size: 15px;
}
.contact .map{
	flex-shrink: 0;
	width: 100%;
}

.message{
	width: 683px;
	height: 573px;
	background-color: #ffffff;
	padding: 44px;
	box-shadow:  0 0 8px #e0e0e0;
}
.message h3{
	font-size: 30px;
	margin: 0;
	margin-bottom: 20px;
}
.message .desc{
	font-size: 15px;
	color: #b8b8b8;
	margin-bottom: 25px;
}
.form-content .item{
	display: flex;
	margin-bottom: 25px;
}
.form-content input{
	width: 100%;
	padding: 0 20px;
	height: 56px;
	background-color: #ffffff;
	border-radius: 7px;
	border: solid 1px #e0e0e0;
	outline: none;
}
.form-content textarea{
	margin-bottom: 25px;
	padding: 20px;
	width: 100%;
	height: 110px;
	background-color: #ffffff;
	border-radius: 7px;
	border: solid 1px #e0e0e0;
	outline: none;
}
.form-content .item-list{
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
}
.form-content .item-list input{
	width: calc( 50% - 10px );
}
.form-content button{
	background: #df0000;
	height: 56px;
	width: 100%;
	color: #fff;
	border:none;
}