
.productBlock{
	background: -webkit-linear-gradient(left, #0ec0be,#19d4aa ,#29ee90);
}
.leaveMessageInputBlock input{
	background-color: #13d1bb;
}
.leaveMessageInputBlock textarea{
	background-color: #13d1bb;
}
.inputfocusStyle{
	background: -webkit-linear-gradient(left, #1bceaa,#16e6ce ,#10e5d0);
}
.line{
	border-bottom: 2px solid white;
}
.footer{
	background: -webkit-linear-gradient(left, #32c9c9,#3eddb5 ,#4af2a0);
}

body{
	background-color: #fafafa;
}

.recruitment{
	background-color: #fafafa;
}
.recruitmentBlock{
	width: 94%;
	
	margin: auto;
	padding-top: 0.5rem;
}
.searchRecruitmentBlock{
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	margin-bottom: 0.2rem;
	padding: 0.3rem;
}
.searchRecruitmentTitle{
	
}
.searchRecruitmentTitle h2{
	font-size: 0.6rem;
	font-weight: bold;
	margin: 0.2rem 0;
}
.searchBlock{
	
}
.searchBlockInput{
	margin: 0.2rem 0;
	/* height: 55px; */
	/* line-height: 55px; */
	display: flex;
	flex-direction: initial;
}
.searchBlockInput input{
	height: calc(1.1rem - 2px);
	padding: 0;
	margin: 0.2rem 0;
	border: 1px solid #000000;
	line-height: 1.1rem;
	font-size: 0.36rem;
	border-radius: 0.1rem;
	width: calc(100% - 3rem);
	text-indent: 0.4rem;
}
.searchBlockInput select{
	width: 5.6rem;
	border-radius: 0.1rem;
	font-size: 0.42rem;
	height: 1.1rem;
	line-height: 1.1rem;
	text-indent: 0.35rem;
}
.searchBlockInput option{
	font-size: 0.1rem;
}
#searchBtn{
	height: 1.1rem;
	line-height: 1.1rem;
	width: 3rem;
	font-size: 0.4rem;
	cursor: pointer;
	padding: 0;
	margin: 0.2rem 0;
}
.searchRecruitmentList{
	padding: 0;
	margin: 0 0.3rem 1rem 0.3rem;
	/* margin-bottom: 1rem; */
}
.searchRecruitmentList ul{
	display: flex;
	flex-direction: column;
}
.searchRecruitmentList ul li{
	padding: 0 1rem;
	height: 2.5rem;
	/* line-height: 125px; */
	border-bottom: 1px solid #a4a4a4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
}
.searchRecruitmentList ul li:hover{
	background: -webkit-linear-gradient(left, #3bdfa8,#35ea94 ,#4df794);
}
.searchRecruitmentList ul li:hover .recruitmentTitle span{
	color: #ffffff;
}
.searchRecruitmentList ul li:hover .recruitmentType span{
	color: #ffffff;
}
.recruitmentTitle{
	
}
.recruitmentTitle i{
	font-size: 0.36rem;
	background-color: red;
	color: #ffffff;
	padding: 0.04rem 0.06rem;
	margin-right: 0.1rem;
}
.recruitmentTitle span{
	font-size: 0.5rem;
	font-weight: bold;
}
.recruitmentType{
	margin-top: 0.2rem;
}
.recruitmentType span{
	font-size: 0.42rem;
	color: #a2a2a2;
}
#pages{
	text-align: center;
	margin-top: 1rem;
}