.recruitment-body {
	background-color: #fbfbfb !important;
}

.recruitment-body .banner-hight {
	height: 475px;
	background-image: url('../img/tantan/partner/news_bg_panter.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.card-wrap{
	position: relative;
	z-index: 3;
}
.card-item{
	border-radius: 10px;
	background-color: #ffffff;
}
.card-item img{
	width: 46px;
	height: 46px;
}
.card-item-title{
	margin-top: 30px;
}
.card-item-cont{
	margin-top: 16px;
}
.support-wrap{
	margin-top: 100px;
}
.support-title{
	font-size: 48px;
	text-align: center;
}
.support-item{
	margin-top: 38px;
	align-items: flex-start;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 216px;
	border-radius: 10px;
}
.support-item-title{
	font-weight: bold;
	font-size: 36px;
}
.support-item-desc{
	margin-top: 20px;
}
.flow-wrap{
	margin-top: 100px;
}
.flow-title{
	font-size: 48px;
	text-align: center;
}
.flow-wrap-flow{
	margin-top: 57px;
	justify-content: center;
	align-items: center;
}
.flow-icon{
	width: 12%;
}
.flow-arrow{
	margin: 0 10px;
	width: 45px;
	height: 33px;
}
.apply-wrap{
	margin-top: 100px;
}
.apply-title{
	font-size: 42px;
	text-align: center;
}
.apply-desc{
	text-align: center;
	font-size: 26px;
}
.input-group{
	align-items: center;
}
.input-group .label{
	position: relative;
	font-size: 20px;
	width: 90px;
	padding-left: 10px;
	margin-right: 38px;
}
.input-group .label::after{
	content: '*';
	position: absolute;
	left: 0;
	top: 0;
	color: red;
}
@media (max-width: 992px) {
	.recruitment-body .banner-hight {
		height: 300px;
	}
	.card-item{
		margin-bottom: 20px;
		align-items: center;
	}
	.card-item-title{
		margin-top: 10px;
	}
	.card-item-cont{
		text-align: center;
	}
	.support-wrap{
		margin-top: 50px;
	}
	.support-title{
		font-size: 28px;
	}
	.support-item{
		align-items: center;
		margin-top: 20px;
	}
	.support-item-desc{
		text-align: center;
	}
	.flow-wrap{
		margin-top: 50px;
	}
	.flow-title{
		font-size: 28px;
	}
	.flow-wrap-flow{
		margin-top: 0;
	}
	.flow-icon{
		width: 15%;
	}
	.flow-arrow{
		margin: 0 2px;
		width: 15px;
		height: 11px;
	}
	.apply-wrap{
		margin-top: 50px;
	}
	.apply-title{
		font-size: 28px;
	}
	.apply-desc{
		margin-top: 0px;
		font-size: 14px;
	}
	.flow-wrap-flow{
		margin-top: 30px;
	}
	.flow-wrap-flow .label{
		width: 70px;
		font-size: 14px;
		margin-right: 10px;
	}
	.apply-form-wrap{
		padding: 0 30px;
	}
}