body {
	min-width: 1400px;
}

.one {
	width: 100%;
	height: 720px;
	background: url(../../img/HH/join/joinbg.png) no-repeat;
	background-position: right top;
	background-size: cover;
}

.one .Banxin2 {
	padding-left: 62px;
}

.one .title {
	font-size: 48px;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	padding-top: 100px;
	padding-bottom: 60px;
}

.one .key {
	margin-top: 65px;
	font-size: 24px;
	color: rgba(255, 144, 70, 1);
}

.one .value {
	margin-top: 39px;
	font-size: 20px;
	color: rgba(102, 102, 102, 1);
}

.two {
	width: 100%;
	height: 821px;
	background: rgba(255, 166, 106, 1);
}

.two .Banxin2 {
	position: relative;
	padding-left: 62px;
}

.two .Banxin2>.title {
	font-size: 48px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	padding-top: 60px;
}

.two .Banxin2>.list {
	margin-top: 90px;
}

.two .Banxin2 .list .item {
	margin-top: 62px;
	margin-left: 114px;
	font-size: 24px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}

.two .Banxin2 .list .item:first-of-type {
	margin-left: 0;
}

.two .Banxin2 .list .item:nth-of-type(5) {
	margin-left: 0;
}

.two .footer {
	position: absolute;
	top: 485px;
	left: 0px;
	width: 941px;
	height: 897px;
	background: rgba(255, 255, 255, 1);
	border-radius: 0px 50px 0px 0px;
	padding: 60px 0 0 60px;
	color: #333333;
}

.two .footer .title {
	font-size: 48px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	padding-bottom: 40px;
}

.two .footer .key {
	font-size: 24px;
	margin-top: 30px;
}

.two .footer .value {
	font-size: 20px;
	margin-top: 30px;
	line-height: 46px;
}

.two .bg-img {
	position: absolute;
	top: 437px;
	right: 10px;
	z-index: 99;
	width: 365px;
}

.three {
	width: 100%;
	height: 891px;
	background: #FFFFFF;
}

.four {
	position: relative;
	width: 100%;
	height: 467px;
	background: rgba(255, 222, 199, 1);
}

.four img {
	position: absolute;
	left: 360px;
	bottom: 335px;
	z-index: 99;
	width: 375px;
}

.four .content {
	position: absolute;
	left: 617px;
	bottom: 0px;
	width: 941px;
	height: 796px;
	background: rgba(255, 222, 199, 1);
	border-radius: 50px 0px 0px 0px;
	padding: 61px 169px 0 123px;
	color: #333333;
}

.four .content .key {
	margin-top: 30px;
	font-size: 24px;
}

.four .content .value {
	margin-top: 30px;
	font-size: 20px;
}

.five {
	width: 100%;
	height: 691px;
	background: #FFFFFF;
	padding-top: 60px;
}

.five .title {
	font-size: 48px;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
}

.five .submit-container {
	margin-top: 46px;
}

.five .submit-container .form {
	margin-top: 50px;
}

.five .submit-container img {
	margin-left: 50px;
}

.submit-btn {
	margin-top: 46px;
	border: none;
	cursor: pointer;
}

.five .tabbar {
	height: 38px;
}

.five .tabbar>.item {
	width: 160px;
	height: 38px;
}

.five .form>.item {
	margin-top: 50px;
}

.five .form>.item label {
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
}

.five .form>.item input {
	margin-left: 30px;
	border: none;
	width: 525px;
	border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.five .form>.item textarea {
	margin-left: 30px;
	width: 518px;
	height: 103px;
	border: 1px solid rgba(217, 217, 217, 1);
}

.five .tabbar .check {
	background: rgba(255, 144, 70, 1);
	border-radius: 5px;
	color: #FFFFFF;
}