.contact_block{
	width: 93%;
	margin: 1rem auto 1rem;
}
.contact_block_pic{
	width: 96%;
	height: 16rem;
	margin: 1rem auto 0;
}
.contact_content{
	width: 96%;
	margin:auto;
}
.contact_content_one{
	wdith: 100%;
	margin:1rem auto 0;
	display: flex;
	flex-direction: row;
}
.contact_content_one_icon{
	width: 1.5rem;
	height: 1.5rem;
	margin-right:5%;
}
.contact_content_one_text{
	font-size:1rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #080808;
	line-height:1.5rem;
}
.contact_content_one:last-child .contact_content_one_icon{
	width: 2rem;
}
.message_block{
	width: 93%;
	margin: 0 auto 1.5rem;
}
.message_content{
	width: 100%;
	margin:1rem auto 0;
}
.message_content_one{
	display: flex;
	flex-direction: row;
	margin-bottom:1.5rem;
}
.message_content_one_k{
	width: 13%;
	font-size: 0.9rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #080808;
	line-height:2rem;
}
.message_content_one_k_sepc{
	width: 13%;
	font-size: 0.9rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #080808;
	line-height:1rem;
}
.message_content_one_key{
	width: 17%;
	font-size: 0.9rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #080808;
	line-height:2rem;
}
.message_content_one_v{
	width: 80%;
	margin-left: 3%;
	height: 2rem;
	border: 0.1rem solid #AFAFAF;
	border-radius:0.3rem;
}
.message_content_one_v_input{
	width: 100%;
	height: 100%;
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #080808;
	line-height:2rem;
	padding:0.1rem 3% 0.1rem 3%;
	box-sizing: border-box;
	border:none;
	border-radius:0.3rem;
}
.message_content_one_val{
	width: 80%;
	margin-left: 3%;
	height: 6rem;
	border: 0.1rem solid #AFAFAF;
	border-radius:0.3rem;
}
.message_content_one_val_text{
	width: 100%;
	height: 100%;
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #080808;
	line-height:2rem;
	padding:0.1rem 3% 0.1rem 3%;
	box-sizing: border-box;
	border:none;
	border-radius:0.3rem;
}
.message_content_one_value{
	width: 34%;
	margin-left: 3%;
	height: 2rem;
	border: 0.1rem solid #AFAFAF;
	border-radius:0.3rem;
}
.img-box{
	width: 30%;
	height: 2rem;
}
.sub_btn{
	width:58%;
	height: 2.3rem;
	background: #2CA1FA;
	margin:1rem auto 0;
	border-radius:0.3rem;
	font-size: 1.2rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height:2.3rem;
}