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;
	padding-bottom: 20px;
	position: relative;
}
.page_title::after{
	content: '';
	width: 130px;
	height: 2px;
	background: #1E50AE;
	border-radius: 6px 6px 6px 6px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.page_content{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 90px;
}
.page_content_left{
	width: 600px;
	min-width: 600px;
	box-sizing: border-box;
	padding: 20px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.page_content_item{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.page_content_item:last-child{
	padding-bottom: 0px !important;
	border-bottom: none;
	margin-bottom: 0px !important;
}
.page_content_item .page_content_item_img{
	width: 60px;
	height: 60px;
	min-width: 60px;
	margin-right: 15px;
}
.page_content_item .page_content_item_img img{
	width: 100%;
	height: 100%;
}
.page_content_item_info{
	flex-grow: 1;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: flex-start;
	min-height: 60px;
}
.page_content_item_info .page_content_item_name{
	font-size: 16px;
	font-weight: 400;
	color: #777777;
	margin-bottom: 15px;
}
.page_content_item_info .page_content_item_content{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
}
.page_content_right{
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.page_content_right img{
	width: 250px;
	height: 250px;
	margin-bottom: 20px;
}
.page_content_right span{
	font-size: 22px;
	font-weight: 400;
	color: #333333;
}
.complain_box{
	position: relative;
	background-color: #ffffff;
	padding: 30px 0 55px;
}
.positions_img{
	position: absolute;
	width: 940px;
	height: 432px;
	left: 0;
	bottom: 0;
	background: url('../..//images/huasuan_img/othere_page/bg.png') no-repeat;
	background-size: cover;
	pointer-events: none;
}
/* .positions_img img{
	width: 100%;
	height: 100%;
} */
.complain_content{
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
}
.complain_content_left{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}
.complain_content_right{
	width: 600px;
	min-width: 600px;
	margin-left: 110px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.complain_content_right_item{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width: 290px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.complain_content_right_item:nth-child(2n){
	margin-right: 0px !important;
}
.complain_content_right_item .complain_content_right_item_name{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.complain_content_right_item .complain_content_right_item_content{
	width: 100%;
	margin-top: 10px;
	position: relative;
	background: #F6F7FA;
	height: 50px;
}
.complain_content_right_item .complain_content_right_item_content img{
	width: 20px;
	height: 18px;
	position: absolute;
	left: 35%;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}
.complain_content_right_item .complain_content_right_item_content input{
	width: 100%;
	height: 50px;
	background: #F6F7FA;
	border-radius: 4px 4px 4px 4px;
	box-sizing: border-box;
	padding: 0 15px;
}
.complain_content_right_item .complain_content_right_item_content .file_text{
	width: 100%;
	height: 50px;
	background: #F6F7FA;
	border-radius: 4px 4px 4px 4px;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 400;
	color: #777777;
	line-height: 50px;
	display: none;
}
.file_text_ed{
	display: none;
	color: #333333 !important;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 4px 4px 4px 4px;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 400;
}
.file_text_show{
	display: inline-block !important;
}
.complain_content_right_item_text{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.complain_content_right_item_text .complain_content_right_item_name{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.complain_content_right_item_text .complain_content_right_item_name span{
	font-size: 12px;
	font-weight: 400;
	color: #777777;
	margin-left: 12px;
}
.complain_content_right_item_text .complain_content_right_item_content{
	width: 100%;
	margin-top: 10px;
}

.complain_content_right_item_text .complain_content_right_item_content textarea{
	width: 100%;
	background: #F6F7FA;
	border-radius: 4px 4px 4px 4px;
	box-sizing: border-box;
	padding: 15px;
}
.complain_btn_group{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 30px;
}
.complain_sub_btn{
	width: 130px;
	height: 44px;
	background: #1E50AE;
	border-radius: 4px 4px 4px 4px;
	text-align: center;
	line-height: 44px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	margin-right: 30px;
}
.complain_reset_btn{
	width: 130px;
	height: 44px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	border: 1px solid #CCCCCC;
	text-align: center;
	line-height: 44px;
	color: #777777;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
}