/* 查询 */
.rcw-seek {
	border-top: 1px solid #eee;
	background: #fff;
}

.rcw-seek .cont {
	width: 1200px;
	margin: 0 auto;
}

/* 查询 - 搜索 */
.rcw-seek .search {
	height: 50px;
	padding-top: 24px;
	overflow: hidden;
}

.rcw-seek .search .form {
	float: left;
	height: 46px;
	padding: 2px;
	border-radius: 10px;
	background-color: #f70;
	overflow: hidden;
}

.rcw-seek .search .form input[type='text'] {
	float: left;
	width: 810px;
	height: 24px;
	padding: 11px 18px;
	border: 0;
	border-radius: 8px;
	background-color: #fff;
	font-size: 16px;
	color: #333;
	line-height: 24px;
}

.rcw-seek .search .form input[type='text']::placeholder {
	color: #bbb;
}

.rcw-seek .search .form input[type='button'] {
	float: left;
	width: 140px;
	height: 46px;
	padding: 0;
	border: 0;
	background-color: #f70;
	font-size: 20px;
	color: #fff;
}

.rcw-seek .search .user {
	float: right;
	width: 190px;
	height: 50px;
}

.rcw-seek .search .user a {
	display: block;
	height: 48px;
	border: 1px solid #f70;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #f70;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
}

/* 搜索 - 筛选 */
.rcw-seek .filter{
	padding: 15px 0;
}

.rcw-seek .filter dl{
	padding: 14px;
	overflow: hidden;
}

.rcw-seek .filter dl + dl {
	border-top: 1px solid #f5f5f5;
}

.rcw-seek .filter dt {
	float: left;
	width: 70px;
	height: 24px;
	font-size: 14px;
	color: #999;
	line-height: 24px;
}

.rcw-seek .filter dd {
	float: left;
	width: calc(100% - 70px);
	height: 24px;
	font-size: 14px;
	color: #666;
	line-height: 22px;
}

.rcw-seek .filter dd span {
	float: left;
	height: 22px;
	padding: 0 10px;
	border: 1px solid #fff;
	border-radius: 40px;
	margin-left: 14px;
	cursor: pointer;
}

.rcw-seek .filter dd span:hover {
	color: #f70;
}

.rcw-seek .filter dd span.active {
	border-color: #f70;
	color: #f70;
}

/* 结果 */
.rcw-result {
	background: transparent;
}

.rcw-result .cont {
	width: 1200px;
	padding: 20px 0;
	margin: 0 auto;
}

/* 结果 - 列表 - 为空 */
	.rcw-result .list .empty {
		padding: 300px 0 150px;
		background: url('/img/job-firm/empty_pic.png') no-repeat center 100px;
		font-size: 16px;
		color: #999;
		text-align: center;
	}

/* 结果 - 列表 - 职位 */
.rcw-result .list .jobs li {
	padding: 18px 20px;
	border-radius: 10px;
	margin-bottom: 12px;
	background-color: #fff;
	overflow: hidden;
}

.rcw-result .list .jobs li:hover {
	box-shadow: 0 6px 16px 0 hsla(0, 0%, 60%, .2);
}

.rcw-result .list .jobs .info{
	float: left;
	width: calc(100% - 500px);
	height: 80px;
}

.rcw-result .list .jobs .info p{
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.rcw-result .list .jobs .info p + p{
	height: 20px;
	margin-top: 8px;
	line-height: 20px;
	
}

.rcw-result .list .jobs .info a{
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.rcw-result .list .jobs .info a:hover{
	color: #f70;
}

.rcw-result .list .jobs .info em {
	float: left;
	height: 20px;
	padding: 0 4px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-top: 1px;
	margin-left: 12px;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	user-select: none;
	cursor: pointer;
}

.rcw-result .list .jobs .info em i {
	position: relative;
	float: left;
	width: 10px;
	height: 8px;
	border: 2px solid #f70;
	border-radius: 5px 5px 5px 0;
	margin: 4px 3px 0 0;
}

.rcw-result .list .jobs .info em i::before,
.rcw-result .list .jobs .info em i::after {
	content: '';
	position: absolute;
	top: 3px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #f70;
}

.rcw-result .list .jobs .info em i::before {
	left: 2px;
}

.rcw-result .list .jobs .info em i::after {
	right: 2px;
}

.rcw-result .list .jobs .info em:hover {
	border-color: #f70;
	background-color: #f70;
	color: #fff;
}

.rcw-result .list .jobs .info em:hover i {
	border-color: #fff;
}

.rcw-result .list .jobs .info em:hover i::before,
.rcw-result .list .jobs .info em:hover i::after {
	background-color: #fff;
}

.rcw-result .list .jobs .info span{
	float: left;
	font-size: 13px;
	color: #888;
}

.rcw-result .list .jobs .info span:before{
	color: #aaa;
}

.rcw-result .list .jobs .info span:nth-of-type(1):before{
	content: "零工类型：";
}

.rcw-result .list .jobs .info span:nth-of-type(2):before{
	content: "工作地区：";
}

.rcw-result .list .jobs .info span:nth-of-type(3):before{
	content: "招聘人数：";
}

.rcw-result .list .jobs .info span+span {
	position: relative;
	padding-left: 31px;
}

.rcw-result .list .jobs .info span+span::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	background-color: #e6e6e6;
}

.rcw-result .list .jobs .info p img{
	float: left;
	width: 18px;
	height: 18px;
	border: 1px solid #ececec;
	border-radius: 4px;
}

.rcw-result .list .jobs .info p b{
	float: left;
	margin-left: 7px;
	font-size: 13px;
	font-weight: normal;
	color: #888;
}

.rcw-result .list .jobs .salary{
	float: right;
	height: 40px;
	margin-top: 24px;
	line-height: 40px;
}

.rcw-result .list .jobs .salary b{
	font-size: 16px;
	color: #f70;
	vertical-align: middle;
}

.rcw-result .list .jobs .salary span{
	margin-left: 5px;
	font-size: 15px;
	color: #999;
	vertical-align: middle;
}

.rcw-result .list .jobs .salary span + span{
	margin-left: 12px;
}

.rcw-result .list .jobs .btn{
	float: right;
	margin: 24px 0 0 50px;
}

.rcw-result .list .jobs .btn button{
	width: 140px;
	height: 40px;
	border-radius: 3px;
	border:0;
	background-color: #f70;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	box-shadow: 0 4px 12px 0 rgba(255,119,0,.32);
}

.rcw-result .list .jobs .btn button:hover{
	background-color: #f60
}

/* 结果 - 列表 -职位- 翻页 */
.rcw-result .list .jobs .pages {
	padding: 26px 0;
	text-align: center;
}

.layui-laypage-fy {
	margin: 0 !important;
}

.layui-laypage-fy a,
.layui-laypage-fy span {
	padding: 0 10px !important;
	border-color: #fff !important;
	margin: 0 4px !important;
	font-size: 14px !important;
}

.layui-laypage-fy a:hover {
	color: #f70 !important;
}

.layui-laypage-fy .layui-laypage-curr .layui-laypage-em {
	background-color: #f70 !important;
}

.layui-laypage-fy .layui-laypage-skip {
	background-color: transparent !important;
}

.layui-laypage-fy .layui-laypage-skip .layui-input {
	font-size: 14px !important;
}

.layui-laypage-fy .layui-laypage-skip .layui-input:focus {
	border-color: #f70 !important;
}

.layui-laypage-fy .layui-laypage-skip .layui-laypage-btn {
	font-size: 14px !important;
}
