.page_tops{
	width: 100%;
	height: 400px;
	margin-bottom: 50px;
}
.page_tops img{
	width: 100%;
	height: 100%;
}
body{
	background: #F6F7FA !important;
}
.page_part_one{
	width: 100%;
	margin-bottom: 50px;
}
.page_part_one .page_part_one_title{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	color: #333333;
	margin-bottom: 86px;
}
.page_part_one_list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page_part_one_list .page_part_one_item{
	width: 224px;
	height: 202px;
	min-width: 224px;
	position: relative;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 64px 10px 0;
}
.page_part_one_list .page_part_one_item img{
	width: 80px;
	height: 80px;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}
.page_part_one_list .page_part_one_item .page_part_one_item_content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.page_part_one_list .page_part_one_item .page_part_one_item_content .page_part_one_item_title{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
}
.page_part_one_list .page_part_one_item .page_part_one_item_content .page_part_one_item_desc{
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}
.page_part_one_list .page_part_one_item .page_part_one_item_content .page_part_one_item_desc p{
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}
.page_part_two{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page_part_two .page_part_two_item_title{
	font-weight: bold;
	font-size: 26px;
	color: #1E50AE;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
.page_part_two .page_part_two_item{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}
.page_part_two .page_part_two_item .page_part_two_item_top{
	width: 100%;
}
.page_part_two .page_part_two_item:nth-child(1){
	width: 460px;
	min-width: 460px;
	height: 436px;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	box-sizing: border-box;
	padding: 30px 20px;
}
.page_part_two .page_part_two_item:nth-child(1) .page_part_two_item_table_head{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F1F3FF;
	border-radius: 2px 2px 2px 2px;
	box-sizing: border-box;
	padding: 10px 20px;
}
.page_part_two .page_part_two_item:nth-child(1) .page_part_two_item_table_head .page_part_two_item_table_head_item{
	font-weight: bold;
	font-size: 14px;
	color: #1E50AE;
}
.page_part_two .page_part_two_item:nth-child(1) .page_part_two_item_table_head .page_part_two_item_table_head_item:nth-child(1){
	width: 98px;
	min-width: 98px;
}
.page_part_two .page_part_two_item:nth-child(1) .page_part_two_item_table_head .page_part_two_item_table_head_item:nth-child(2){
	width: 42px;
	min-width: 42px;
}
.page_part_two .page_part_two_item:nth-child(1) .page_part_two_item_table_head .page_part_two_item_table_head_item:nth-child(3){
	width: 42px;
	min-width: 42px;
}
.page_part_two .page_part_two_item:nth-child(1) .page_part_two_item_table_head .page_part_two_item_table_head_item:nth-child(4){
	width: 95px;
	min-width: 95px;
}
.page_part_two .page_part_two_item:nth-child(1) .page_part_two_item_table_body{
	width: 100%;
}
.page_part_two .page_part_two_item:nth-child(1) .page_part_two_item_table_body .page_part_two_item_table_body_tr{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 10px 20px;
	border-bottom: 1px solid #e6e6e6;
}
.page_part_two .page_part_two_item:nth-child(1) .page_part_two_item_table_body .page_part_two_item_table_body_tr .page_part_two_item_table_body_td{
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}
.page_part_two .page_part_two_item:nth-child(1) .page_part_two_item_table_body .page_part_two_item_table_body_tr .page_part_two_item_table_body_td:nth-child(1){
	width: 98px;
	min-width: 98px;
	font-weight: 400;
	font-size: 14px;
	color: #1E50AE;
}
.page_part_two .page_part_two_item:nth-child(1) .page_part_two_item_table_body .page_part_two_item_table_body_tr .page_part_two_item_table_body_td:nth-child(2){
	width: 42px;
	min-width: 42px;
}
.page_part_two .page_part_two_item:nth-child(1) .page_part_two_item_table_body .page_part_two_item_table_body_tr .page_part_two_item_table_body_td:nth-child(3){
	width: 42px;
	min-width: 42px;
}
.page_part_two .page_part_two_item:nth-child(1) .page_part_two_item_table_body .page_part_two_item_table_body_tr .page_part_two_item_table_body_td:nth-child(4){
	width: 95px;
	min-width: 95px;
}
.page_part_two .page_part_two_item .page_part_two_item_bottom{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page_part_two .page_part_two_item .page_part_two_item_bottom .page_part_two_item_btn{
	width: 130px;
	height: 44px;
	background: #FF793D;
	border-radius: 4px 4px 4px 4px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 44px;
}
.page_part_two .page_part_two_item:nth-child(2){
	width: 350px;
	min-width: 350px;
	height: 436px;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	box-sizing: border-box;
	padding: 30px 20px 27px;
}
.page_part_two .page_part_two_item:nth-child(2) .page_part_two_item_introduce{
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
.page_part_two .page_part_two_item:nth-child(3){
	width: 350px;
	min-width: 350px;
	height: 436px;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	box-sizing: border-box;
	padding: 30px 20px 27px;
}
.page_part_two .page_part_two_item:nth-child(3) .page_part_two_item_adv{
	width: 100%;
	text-align: center;
	line-height: 30px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}
.page_part_two .page_part_two_item:nth-child(3) .page_part_two_item_adv p{
	text-align: center;
	line-height: 30px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}
.page_part_three{
	margin-top: 40px;
	width: 100%;
}
.page_part_three .page_part_title{
	padding-left: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	position: relative;
	margin-bottom: 10px;
}
.page_part_three .page_part_title::after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 18px;
	background-color: #1E50AE;
}
.page_part_three .page_part_three_content{
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.page_part_three .page_part_three_content p{
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.rebate_ratio{
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.page_part_four{
	margin-top: 60px;
	width: 100%;
	margin-bottom: 50px;
}
.page_part_four .page_part_four_title{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	color: #333333;
	margin-bottom: 50px;
}
.page_part_four_content{
	width: 100%;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	box-sizing: border-box;
	padding: 30px 22px;
}
.page_part_four_content .page_part_four_content_item{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}
.page_part_four_content .page_part_four_content_item:last-child{
	margin-bottom: 0 !important;
}
.page_part_four_content .page_part_four_content_item .page_part_four_content_item_title{
	width: 104px;
	min-width: 104px;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin-right: 20px;
}
.page_part_four_content .page_part_four_content_item .page_part_four_content_item_content_input{
	width: 600px;
	height: 34px;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	padding: 0px 10px;
}
.page_part_four_content .page_part_four_content_item input{
	width: 100%;
	height: 100%;
}
.page_part_four_content .page_part_four_content_item input::placeholder{
	font-weight: 400;
	font-size: 14px;
	color: #AAAAAA;
}
.invoice_no{
	width: 14px;
	height: 14px;
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	border-radius: 50%;
	margin-right: 6px;
}
.invoice_cur .invoice_no{
	background: url('../../images/huasuan_img/account/check_on.png') no-repeat;
	background-size: cover;
	border-color: #1E50AE !important;
}
.page_part_four_content_item_content_radio{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.page_part_four_content_item_content_radio label{
	width: 96px;
	height: 34px;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	padding: 7px 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	margin-right: 20px;
}
.page_part_four_content_item_content_money{
	width: 260px;
	height: 34px;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	padding: 0px 10px;
}
.page_part_four_content_item_content_checkbox{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.page_part_four_content_item_content_checkbox label{
	padding: 7px 20px;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #CCCCCC;
	font-weight: 400;
	font-size: 14px;
	color: #777777;
	margin-right: 20px;
	cursor: pointer;
}
.page_part_four_content_item_content_checkbox .check_cur{
	border: 1px solid #1E50AE;
	color: #1E50AE;
}
.page_part_four_content_bottom{
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	margin-top: 50px;
}
.page_part_four_content_bottom .page_part_four_content_btn{
	width: 130px;
	height: 44px;
	background: #1E50AE;
	border-radius: 4px 4px 4px 4px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
}