.main{
	background-color: #E6E6E6;
}
.main > div:nth-of-type(1){
	width: 18.75rem;
	height: 9.525rem;
	background-image: url("../img/contact/1.jpg");
	background-size: cover;
}
.main > ul{
	width: 17.7rem;	
	margin:-1.3rem auto 0;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
}
.main > ul > li{
	background-color: white;
	width:8.7rem;	
	text-align: center;
	margin-bottom: 0.5rem;padding-bottom: 0.5rem;
}
.main > ul > li:nth-of-type(1){
	padding:1rem 0;
}
.main > ul > li:nth-of-type(2){
	padding-top: 1.05rem;
}
.main > ul > li:nth-of-type(3){
	padding-top: 1.275rem;
}
.main > ul > li:nth-of-type(4){
	padding-top: 0.7rem;
}
.main > ul > li:nth-of-type(5){
	padding-top: 0.525rem;
}
.main > ul > li:nth-of-type(6){
	padding-top: 0.775rem;
}
.main > ul > li:nth-of-type(1) > img{
	width: 0.7rem;
	height: 0.75rem;
}
.main > ul > li:nth-of-type(2) > img{
	width: 0.65rem;
	height: 0.675rem;
}
.main > ul > li:nth-of-type(3) > img{
	width: 0.775rem;
	height: 0.575rem;
}
.main > ul > li:nth-of-type(4) > img{
	width: 1.575rem;
	height: 1.575rem;
}
.main > ul > li:nth-of-type(5) > img{
	width: 1.6rem;
	height: 1.625rem;
}
.main > ul > li:nth-of-type(6) > img{
	width: 0.95rem;
	height: 0.95rem;
}
.main > ul > li > h3{
	width: 100%;	
	font-size:0.625rem;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(0,0,0,1);
	text-align: center;
}
.main > ul > li > h3:nth-of-type(1){
	margin-top: 0.7rem;
}
.main > ul > li > h3:nth-of-type(2){
	margin-top: 0.725rem;
}
.main > ul > li > h3:nth-of-type(3){
	margin-top: 0.775rem;
}
.main > ul > li > h3:nth-of-type(4){
	margin-top: 0.35rem;
}
.main > ul > li > h3:nth-of-type(5){
	margin-top: 0.275rem;
}
.main > ul > li > h3:nth-of-type(6){
	margin-top: 0.7rem;
}
.main > ul > li > p{
	width: 100%;	
	font-size:0.425rem;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(0,0,0,1);
	opacity:0.75;
	text-align: center;
	margin-top: 0.5rem;
	word-break: break-all;
}
.leave-word .title {
	border:0 solid rgba(201,201,201,1);	
	height: 0.775rem;
	margin: 0 auto 0.575rem;	
	border-radius:0;
	padding-bottom: 0;
	text-align: center;
}
.leave-word .title > span{
	display: inline-block;
	width: 1.625rem;
	height: 0.15rem;
	border-radius: 0.075rem;
	background-color: #E5E5E5;
}
.leave-word .title span:nth-of-type(1) span{
	display: inline-block;
	width: 1.05rem;
	height: 0.15rem;
	border-radius: 0.075rem;
	background-color: #142A4E;
	float: right;
}
.leave-word .title span:nth-of-type(2) span{ 
	display: inline-block;
	width: 1.05rem;
	height: 0.15rem;
	border-radius: 0.075rem;
	background-color: #142A4E;
	float: left;
}
.leave-word .title h2{	
	height:0.775rem;
	font-size:0.775rem;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:0.775rem;display: inline-block;margin: 0 0.5rem;vertical-align: middle;	
}
.leave-word{
	background-color: white;
	margin-top: 0.775rem;
	padding-top: 0.575rem;
	padding-bottom: 1rem;
}
.input_content{
	margin: 0.775rem auto 0;
	width:17.7rem;
}
.input_content > input{
	width:100%;
	height:1.375rem;
	background:rgba(255,255,255,1);
	border:0.025rem solid rgba(201,201,201,1);
	margin: 0 auto 0.25rem;
	font-size:0.475rem;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:1.375rem;
	opacity:0.75;
	text-indent: 0.7rem;
}
.input_content > textarea{
	width:100%;
	height:10.65rem;
	background:rgba(255,255,255,1);
	border:0.025rem solid rgba(201,201,201,1);
	font-size:0.475rem;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:#000000;
	opacity:0.5;
	text-indent: 0.55rem;
	padding-top: 0.425rem;
}
.leave-word .buttom{
	width:7.325rem;
	height:1.4rem;
	background:rgba(255,165,7,1);
	border-radius:0.425rem;
	line-height:1.4rem;
	text-align: center;
	margin:0.925rem auto 0;
}
.leave-word .buttom a{
	font-size:0.475rem;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:#FFFFFF;
}
