.image1 {
	position: absolute;
	z-index: 10;
	top: 37px;
/* 	left: 200px; */
}

.image2 {
	background-size: 100% 100%;
	position: fixed;
	height: 100%;
	width: 100%;
}

.title {
	display: flex;
}

.person_title_div {
	flex-grow: 1;
	height: 70px;
}

.person_title_p {
	width: 80px;
	height: 28px;
	font-size: 20px;
	font-family: pingfangsc, pingfangsc-medium;
	font-weight: 500;
	text-align: left;
	color: #333333;
	line-height: 28px;
	margin-left: 85px;
	margin: 20px 110px;
}

.company_title_div {
	width: 50%;
	height: 70px;
	background: #3f6cd4;
}

.company_title_p {
	width: 80px;
	height: 28px;
	font-size: 20px;
	font-family: pingfangsc, pingfangsc-medium;
	font-weight: 500;
	text-align: left;
	color: #ffffff;
	line-height: 28px;
	margin-left: 85px;
	margin: 20px 110px;
}

.wd110 {
	float: left;
	list-style: none;
	width: 52px;
	height: 24px;
	font-size: 17px;
	font-family: pingfangsc, pingfangsc-medium;
	font-weight: 500;
	text-align: left;
	color: #000000;
	line-height: 24px;
}

ul {
	float: left;
	padding-left: 80px;
	width: 700px;
	font-size: 14px;
}

input {
	width: 263px;
	height: 39px;
	background: rgba(238, 238, 238, 0.9);
	border-radius: 4px;
}

.captcha {
	width: 162px;
	height: 39px;
	background: rgba(238,238,238,0.9);
	border-radius: 4px;
}

.c{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 80%;
	padding: 17px 0px;
}
.btn1{
	width: 253px !important;
	height: 42px;
	background: #6591f7;
	border-radius: 4px;
	width: 40px;
	display: flex;
	justify-content: center;
    align-items: center;
}
.btn1 .font1{
	height: 21px;
	font-size: 15px;
	font-family: pingfangsc, pingfangsc-regular;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	line-height: 21px;
	letter-spacing: 4px;
}