body{
	background-color: #f6f7fa !important;
}
.page_top{
	width: 100%;
}
.page_top img{
	width: 100%;
	vertical-align: middle;
}
.page_box{
	width: 100%;
	margin-top: 50px;
}
.page_title{
	font-size: 32px;
	font-weight: bold;
	color: #333333;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.page_box_content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.page_content{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page_content p{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}
 .page_desc{
	text-align: center;
	font-size: 18px;
	color: #333333;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 64px;
}
.page_form .page_title{
	margin-bottom: 10px;
}
.form_content{
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.form_content form{
	width: 100%;
}
.form_content .form_item{
	width: 100%;
	margin-bottom: 20px;
}
.form_content .form_item:last-child{
	margin-bottom: 0 !important;
}
.form_content .form_item .form_item_title{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
.form_content .form_item .form_item_content{
	width: 100%;
}
.form_content .form_item .form_item_content input[type=text]{
	width: 100%;
	background: #F6F7FA;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: 400;
	box-sizing: border-box;
	padding:0 15px;
}
.form_content .form_item .form_item_content textarea{
	width: 100%;
	background: #F6F7FA;
	font-size: 14px;
	font-weight: 400;
	box-sizing: border-box;
	padding:15px;
}
.radioItme{
	width: 100px;
	height: 50px;
	background: #F6F7FA;
	border-radius: 4px 4px 4px 4px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
}
.form_content .form_item .form_item_content input[name=other]{
	width: 200px !important;
	height: 50px !important;
	background: #F6F7FA;
	border-radius: 4px 4px 4px 4px;
	box-sizing: border-box;
	padding: 0 22px;
	line-height: 50px;
}
.radioItme_cur{
	background: #1E50AE !important;
	color: #ffffff !important;
}
.sub_btn{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 60px;
}
.sub_btn .btn{
	width: 200px;
	height: 50px;
	background: #1E50AE;
	border-radius: 4px 4px 4px 4px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
}