.banner {
	width: 100%;
	height: 5rem;
	background: url('../images/recruit_banner.png') no-repeat;
	background-size: cover;
	background-position: center;
}

.banner .content {
	padding-top: 1.8rem;
	padding-left: 0.4rem;
}

.banner .content .title {
	font-size: 0.6rem;
	color: #ffffff;
	line-height: 0.84rem;
}

.main {
	padding: 0.43rem 0.3rem;
}

.main .title {
	font-size: 0.28rem;
	font-weight: bold;
	color: #000000;
	line-height: 0.4rem;
	text-align: center;
	margin-bottom: 0.3rem;
}

.main .item {
	display: block;
	padding: 0.23rem 0.2rem;
	margin-bottom: 0.3rem;
	background-color: #ffffff;
}

.main .item .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.05rem;
}

.main .item .row .name {
	font-size: 0.28rem;
	font-weight: bold;
	color: #000000;
	line-height: 0.4rem;
}

.main .item .row .money {
	font-size: 0.28rem;
	font-weight: 500;
	color: #DE3030;
	line-height: 0.4rem;
}

.main .item .row div span {
	font-size: 0.24rem;
	color: #787878;
	line-height: 0.33rem;
	margin-right: 0.3rem;
}

.main .item .row .date {
	font-size: 0.22rem;
	color: #BABABA;
	line-height: 0.3rem;
}
 .form-title {
	 margin-top: 0.44rem;
	font-size: 0.28rem;
	font-weight: 500;
	color: #000000;
	text-align: center;
}
.right-content {
	width: 6.9rem;
	padding: 0.45rem 0.2rem ;
	margin: 0.23rem 0.3rem;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 0.10rem;
	box-sizing: border-box;
}


.right-content .form-group {
	display: flex;
	align-items: center;
	margin-top: 0.2rem;
}

.right-content .form-group label {
	flex-shrink: 0;
	width: 0.56rem;
	height: 0.4rem;
	font-size: 0.28rem;
	font-weight: normal;
	color: #404040;
	line-height: 0.4rem;
	margin-right: 0.35rem;
}

.right-content .form-group input {
	width: 5.2rem;
	height: 0.5rem;
	font-size: 0.14rem;
	padding: 0.08rem 0.11rem;
	border: 0.01rem solid #D7D7D7;
	box-sizing: border-box;
	outline: none;
}

.right-content .form-group textarea {
	width: 5.2rem;
	padding: 0.08rem 0.11rem;
	font-size: 0.14rem;
	font-family: Arial, Helvetica, sans-serif;
	border: 0.01rem solid #D7D7D7;
	box-sizing: border-box;
	outline: none;
}

.right-content .form-group input::placeholder,
.right-content .form-group textarea::placeholder {
	font-size: 0.2rem;
	color: #C5C5C5;
}

.right-content .submit-btn {
	width: 3.98rem;
	height: 0.62rem;
	line-height: 0.62rem;
	margin: 0.3rem auto;
	font-size: 0.28rem;
	color: #FFFFFF;
	text-align: center;
	background: #006AFF;
	border-radius: 0.08rem;
	cursor: pointer;
}
