/* 招募伙伴 */
.splice-img{
	height: 1500px;
	background-image: url(../img/rp_4_zu1.png);
	background-size: 1920px 1500px;
	background-position: top center;
}
.splice-img .center-box{
	position: relative;
}
.splice-img .link{
	position: absolute;
	top: 554px;
	left: -55px;
}

.splice-2{
	height: 2253px;
	background-image: url(../img/rp_zu6.png);
	background-size: 1920px 2253px;
	background-position: top center;
}

.forms{
	height: 685px;
	background-image: url(../img/tuceng84.png);
	background-size: 1920px 685px;
	background-position: top center;
}
.forms .center-box{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.forms .formss{
	width: 999px;
	height: 588px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 66px 88px 0;
	flex-wrap: wrap;
	align-content: flex-start;
}
.forms .formss label{
	width: auto;
	height: auto;
	margin-bottom: 40px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.forms .formss label p{
	font-size: 15px;
	line-height: 38px;
	width: 40px;
	font-weight: bold;
	color: #ea5514;
	margin-right: 14px;
}
.forms .formss label input{
	width: 340px;
	height: 38px;
	border-radius: 8px;
	border: solid 1px #dddddd;
	text-indent: 8px;
}
.forms .formss label textarea{
	width: 769px;
	height: 165px;
	resize: none;
	border: solid 1px #dddddd;
	border-radius: 8px;
	padding: 8px;
}
.forms .formss .info{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #bfbfbf;
}
.forms .formss .info.war{
	color: #f39800;
}
.forms .formss .qus{
	width: 100%;
	height: 52px;
	background-color: #ea5514;
	color: #ffffff;
	border-radius: 8px;
	font-size: 16px;
	border: none;
	margin-top: 20px;
}