/* 查询 */
.rcw-seek {
	border-top: 1px solid #eee;
	background: #fff;
}

.rcw-seek .cont {
	width: 1200px;
	padding: 24px 0 10px;
	margin: 0 auto;
}

/* 查询 - 搜索 */
.rcw-seek .search {
	position: relative;
	height: 50px;
	margin-bottom: 15px;
}

.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: 372px;
	height: 24px;
	padding: 11px 18px;
	border: 0;
	background-color: #fff;
	font-size: 16px;
	color: #333;
	line-height: 24px;
}

.rcw-seek .search .form input[type='text']::placeholder {
	color: #999;
}

.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 .form i {
	float: left;
	width: 1px;
	height: 28px;
	border-top: 9px solid #fff;
	border-bottom: 9px solid #fff;
	background-color: #e6e6e6;
}

.rcw-seek .search .form span {
	position: relative;
	float: left;
	width: 140px;
	height: 24px;
	padding: 11px 32px 11px 18px;
	background-color: #fff;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
}

.rcw-seek .search .form span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 4px;
	height: 4px;
}

.rcw-seek .search .form span.ways {
	width: 49px;
	border-radius: 8px 0 0 8px;
}

.rcw-seek .search .form span.ways::after {
	border-right: 1px solid #bbb;
	border-top: 1px solid #bbb;
	transform: rotate(135deg);
	margin-top: -4px;
}

.rcw-seek .search .form ul.ways-select {
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 99;
	display: none;
	width: 98px;
	border: 2px solid #f70;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
}

.rcw-seek .search .form ul.ways-select li {
	padding: 0 18px;
	border-top: 1px solid #eee;
	font-size: 16px;
	color: #999;
	line-height: 38px;
	cursor: pointer;
}

.rcw-seek .search .form ul.ways-select li:hover {
	color: #333;
}

.rcw-seek .search .form.open {
	border-radius: 10px 10px 10px 0;
}

.rcw-seek .search .form.open span.ways {
	border-radius: 8px 0 0 0;
}

.rcw-seek .search .form.open span.ways::after {
	transform: rotate(-45deg);
	margin-top: -1px;
}

.rcw-seek .search .form.open ul.ways-select {
	display: block;
}

.rcw-seek .search .form span.jobs {
	width: 134px;
}

.rcw-seek .search .form span.trade {
	width: 134px;
	border-radius: 0 8px 8px 0;
}

.rcw-seek .search .form span.jobs::after,
.rcw-seek .search .form span.trade::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	margin-top: -2px;
	transform: rotate(45deg);
}

.rcw-seek .search .form span.jobs:hover,
.rcw-seek .search .form span.trade:hover {
	color: #f70;
}

.rcw-seek .search .form span.jobs:hover::after,
.rcw-seek .search .form span.trade:hover::after {
	border-right-color: #f70;
	border-top-color: #f70;
}

.rcw-seek .search .map {
	float: right;
	width: 158px;
	height: 50px;
}

.rcw-seek .search .map a {
	display: block;
	height: 48px;
	padding: 0 34px;
	border: 1px solid #f70;
	border-radius: 10px;
	font-size: 16px;
	color: #f70;
	line-height: 48px;
	text-decoration: none;
}

.rcw-seek .search .map a i {
	float: left;
	width: 18px;
	height: 18px;
	margin: 14px 6px 0 0;
	background: url('/img/job-firm/search_map_icon.png') no-repeat 0 -18px / 18px 36px;
}

.rcw-seek .search .history {
	position: absolute;
	top: 50px;
	left: 102px;
	z-index: 555;
	width: 368px;
	padding: 14px 20px 16px;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .08);
}

.rcw-seek .search .history p {
	padding: 8px 0;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.rcw-seek .search .history p span {
	float: left;
	color: #757575;
}

.rcw-seek .search .history p a {
	float: right;
	color: #999;
}

.rcw-seek .search .history p a:hover {
	color: #f70;
}

.rcw-seek .search .history ul {
	overflow: hidden;
	margin-left: -6px;
	margin-right: -6px;
}

.rcw-seek .search .history ul li {
	float: left;
	padding: 2px 8px;
	border-radius: 4px;
	margin: 4px 6px;
	background-color: #f8f8f8;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	word-break: break-all;
	cursor: pointer;
}

.rcw-seek .search .history ul li:hover {
	background-color: #f70;
	color: #fff;
}


/* 搜索 - 热门 */
.rcw-seek .hot {
	height: 24px;
	padding-left: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.rcw-seek .hot label,
.rcw-seek .hot a {
	float: left;
	font-size: 14px;
	color: #777;
	line-height: 24px;
	text-decoration: none;
}

.rcw-seek .hot a+a {
	margin-left: 14px;
}

.rcw-seek .hot a:hover {
	color: #f70;
}

/* 搜索 - 筛选 */
.rcw-seek .filter {
	height: 46px;
	font-size: 14px;
	color: #333;
	line-height: 36px;
}

.rcw-seek .filter p {
	float: right;
	padding: 0 8px;
}

.rcw-seek .filter p a {
	color: #999;
	text-decoration: none;
}

.rcw-seek .filter p a:hover {
	color: #f50;
	text-decoration: none;
}

.rcw-seek .filter dl {
	position: relative;
	float: left;
	padding-bottom: 10px;
	margin-right: 18px;
}

.rcw-seek .filter dl dt {
	position: relative;
	padding: 0 24px 0 12px;
	border-radius: 5px;
	background-color: #f9f9f9;
	cursor: pointer;
	overflow: hidden;
}

.rcw-seek .filter dl.open dt,
.rcw-seek .filter dl.selected dt {
	background-color: #fff1e5;
	color: #f60;
}

.rcw-seek .filter dl dt span,
.rcw-seek .filter dl dt b {
	float: left;
}

.rcw-seek .filter dl dt b {
	display: none;
	margin-left: 3px;
}

.rcw-seek .filter dl dt b::before {
	content: '\0028';
}

.rcw-seek .filter dl dt b::after {
	content: '\0029';
}

.rcw-seek .filter dl.selected dt b {
	display: block;
}

.rcw-seek .filter dl dt:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0;
	border-color: #aaa transparent transparent;
	margin-top: -2px;
}

.rcw-seek .filter dl.open dt::after {
	transform: rotate(-180deg);
}

.rcw-seek .filter dl.open dt::after,
.rcw-seek .filter dl.selected dt::after {
	border-color: #f60 transparent transparent;
}

.rcw-seek .filter dl dd {
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 666;
	display: none;
	border: 1px solid #e3e7ed;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
	overflow: hidden;
}

.rcw-seek .filter dl.open dd {
	display: flex;
}

.rcw-seek .filter dl dd ul {
	width: 180px;
	padding: 8px 0 8px 8px;
}

.rcw-seek .filter dl dd ul+ul {
	border-left: 1px solid #eee;
}

.rcw-seek .filter dl dd ul::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.rcw-seek .filter dl dd ul::-webkit-scrollbar-corner {
	background-color: #d1d4db;
}

.rcw-seek .filter dl dd ul::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #d1d4db;
	border-radius: 5px;
}

.rcw-seek .filter dl dd ul::-webkit-scrollbar-track-piece {
	background-color: #fff;
	border-radius: 0;
}

.rcw-seek .filter dl dd li {
	border-radius: 4px;
	margin-right: 8px;
	text-indent: 10px;
	cursor: pointer;
}

.rcw-seek .filter dl dd li:hover,
.rcw-seek .filter dl dd li.hover {
	background-color: #f8f8f8;
	color: #f60;
}

.rcw-seek .filter dl dd li.active {
	position: relative;
	color: #f60;
}

.rcw-seek .filter dl dd li.active::after {
	content: '';
	position: absolute;
	top: 11px;
	right: 14px;
	width: 4px;
	height: 9px;
	border-right: 1px solid #f60;
	border-bottom: 1px solid #f60;
	transform: rotate(45deg);
}

.rcw-seek .filter dl dd ul.area {
	width: 160px;
	height: 360px;
	overflow-x: hidden;
	overflow-y: auto;
}

.rcw-seek .filter dl dd ul.area:nth-child(1) li.active::after {
	content: '';
	display: none;
}

.rcw-seek .filter dl dd ul.weal {
	display: flex;
	width: 504px;
	flex-wrap: wrap;
}

.rcw-seek .filter dl dd ul.weal li {
	width: 160px;
}

.rcw-seek .filter dl dd .custom-input {
	border-top: 1px dashed #ddd;
	padding: 12px 10px;
	overflow: hidden;
}

.rcw-seek .filter dl dd .custom-input i {
	float: left;
	width: 4px;
	height: 1px;
	background-color: #ccc;
	margin: 13px 2px 0;
}

.rcw-seek .filter dl dd .custom-input input[type="text"] {
	float: left;
	width: 41px;
	height: 26px;
	padding: 0 6px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #fff;
	font-size: 12px;
	color: #333;
	line-height: 26px;
}

.rcw-seek .filter dl dd .custom-input input[type="button"] {
	float: left;
	width: 44px;
	height: 28px;
	padding: 0;
	border: none;
	border-radius: 3px;
	margin-left: 6px;
	background-color: #f70;
	font-size: 12px;
	color: #fff;
	line-height: 28px;
}


/* 结果 */
.rcw-result {
	background: transparent;
}

.rcw-result .cont {
	width: 1200px;
	padding: 20px 0;
	margin: 0 auto;
	zoom: 1;
}

.rcw-result .cont::after {
	content: '';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

/* 结果 - 职位 */
.rcw-result .jobs {
	float: left;
	width: 865px;
}

/* 结果 - 职位 - 操作 */
.rcw-result .jobs .operate {
	position: sticky;
	top: 0;
	z-index: 111;
	padding: 0 20px;
	border-radius: 10px;
	margin-bottom: 15px;
	background-color: #fff;
	font-size: 14px;
	line-height: 52px;
	overflow: hidden;
}

.rcw-result .jobs .operate.fixed {
	border-radius: 0 0 10px 10px;
	box-shadow: 0 4px 8px rgba(255, 96, 0, .15);
}

.rcw-result .jobs .operate .count {
	float: left;
	height: 52px;
	margin-right: 40px;
	color: #333;
}

.rcw-result .jobs .operate .count span {
	color: #f60;
}

.rcw-result .jobs .operate .sort {
	float: left;
	height: 52px;
	color: #666;
}

.rcw-result .jobs .operate .sort span {
	float: left;
	cursor: pointer;
}

.rcw-result .jobs .operate .sort span+span {
	margin-left: 25px;
}

.rcw-result .jobs .operate .sort span:hover {
	color: #f70;
}

.rcw-result .jobs .operate .sort span.active {
	position: relative;
	color: #f60;
}

.rcw-result .jobs .operate .sort span.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 24px;
	height: 3px;
	margin-left: -12px;
	background-color: #f60
}

.rcw-result .jobs .operate .btns {
	float: right;
	height: 32px;
	padding: 10px 0;
	line-height: 32px;
}

.rcw-result .jobs .operate .btns button {
	float: left;
	height: 32px;
	padding: 0 16px;
	border: 0;
	border-radius: 5px;
	background-color: #f70;
	color: #fff;
}

.rcw-result .jobs .operate .btns a {
	float: left;
	margin-right: 20px;
	color: #333;
	text-decoration: none;
}

.rcw-result .jobs .operate .btns a i {
	float: left;
	width: 15px;
	height: 15px;
	margin: 8px 7px 0 0;
	background: url('/img/job-firm/collect_job_ico.png') no-repeat 0 0 / 15px;
}

.rcw-result .jobs .operate .btns a:hover {
	color: #f70;
}


/* 结果 - 职位 - 列表 */
.rcw-result .jobs .list {
	position: relative;
}

.rcw-result .jobs .list .empty {
	padding: 240px 0 50px;
	background: url('/img/job-firm/empty_pic.png') no-repeat center 40px;
	text-align: center;
}

.rcw-result .jobs .list .empty em {
	font-size: 16px;
	color: #999;
}

.rcw-result .jobs .list .loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 100px;
}

.rcw-result .jobs .list .loading .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 114px;
	padding-top: 6px;
	border-radius: 10px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, .4);
}

.rcw-result .jobs .list .loading .box span {
	padding: 20px 0 0 6px;
	font-size: 16px;
	color: #fff;
	line-height: 1;
}

.rcw-result .jobs .list .loading .box i {
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-top-color: transparent;
	border-right-color: transparent;
	border-radius: 50%;
	transform: translateZ(0);
	-webkit-animation: refresh-rotate 1s linear infinite;
	animation: refresh-rotate 1s linear infinite;
}

@keyframes refresh-rotate {
	0% {
		transform: rotateZ(0deg);
		-moz-transform: rotate(0deg);
	}

	100% {
		transform: rotateZ(360deg);
		-moz-transform: rotate(360deg);
	}
}

.rcw-result .jobs .list li{
	position: relative;
	padding: 18px 20px;
	border-radius: 10px;
	margin-bottom: 15px;
	background-color: #fff;
	zoom: 1;
}

.rcw-result .jobs .list li::after {
	content: "";
	display: table;
	clear: both;
	overflow: hidden;
}

.rcw-result .jobs .list li.top-fixed {
	background: url('/img/job-firm/fixed_top.png') no-repeat right top #fff;
}

.rcw-result .jobs .list li:hover {
	box-shadow: 0 6px 16px 0 hsla(0, 0%, 60%, .2);
}

.rcw-result .jobs .list .checkbox {
	float: left;
	width: 14px;
	height: 14px;
	margin: 4px 8px 0 0;
	background: url('/img/job-firm/checkbox_ico.gif') no-repeat 0 0;
	cursor: pointer;
}

.rcw-result .jobs .list .checkbox.active {
	background-position-y: -14px;
}

.rcw-result .jobs .list .job {
	float: left;
	width: 460px;
}

.rcw-result .jobs .list .firm {
	float: right;
	width: 320px;
}

.rcw-result .jobs .list .firm img {
	float: left;
	width: 52px;
	height: 52px;
	border: 1px solid #ececec;
	border-radius: 5px;
	margin-right: 10px;
}

.rcw-result .jobs .list .row {
	float: left;
	width: 100%;
	margin-bottom: 6px;
	line-height: 24px;
	zoom: 1;
}

.rcw-result .jobs .list .row::after {
	content: "";
	display: table;
	clear: both;
	overflow: hidden;
}

.rcw-result .jobs .list .firm .row:nth-of-type(1),
.rcw-result .jobs .list .firm .row:nth-of-type(2) {
	width: calc(100% - 64px);
}

.rcw-result .jobs .list .row:nth-of-type(1) {
	display: flex;
}

.rcw-result .jobs .list .row:last-child,
.rcw-result .jobs .list .row.time{
	min-height: 24px;
	margin-top: 6px;
	margin-bottom: 0;
}

.rcw-result .jobs .list .row a {
	display: -webkit-box;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.rcw-result .jobs .list .firm .row a {
	font-weight: normal;
}

.rcw-result .jobs .list .row a:hover {
	color: #f70;
}

.rcw-result .jobs .list .row small {
	display: flex;
	justify-content: center;
	flex: 0 0 18px;
	height: 18px;
	border-radius: 3px;
	margin: 2px 0 0 6px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	cursor: default;
}

.rcw-result .jobs .list .row small+small {
	margin-left: 4px;
}

.rcw-result .jobs .list .row small.new {
	background-color: #f80;
}

.rcw-result .jobs .list .row small.urgent {
	background-color: #f66;
}

.rcw-result .jobs .list .row small.fast {
	flex: 0 0 42px;
	background-color: #26bf8c;
}

.rcw-result .jobs .list .row small.photo {
	flex: 0 0 16px;
	height: 14px;
	border-radius: 2px;
	margin: 4px 10px 0 5px;
	background: url('/img/job-firm/photo_ico.png') no-repeat 0 0 / auto 14px;
	opacity: .6;
}

.rcw-result .jobs .list .row sub {
	display: flex;
	align-items: center;
	flex: 0 0 52px;
	height: 22px;
	border-radius: 4px;
	margin-left: 8px;
	background-color: #ebfded;
	font-size: 12px;
	color: #40b14f;
	line-height: 22px;
}

.rcw-result .jobs .list .row sub::before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin: 0 5px 0 8px;
	background-color: #3ac249;
}

.rcw-result .jobs .list .row strong {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #f66;
	margin-right: 20px;
}

.rcw-result .jobs .list .row span.info {
	float: left;
	font-size: 14px;
	color: #666;
}

.rcw-result .jobs .list .row span.info+span.info {
	position: relative;
	padding-left: 17px;
}

.rcw-result .jobs .list .row span.info+span.info::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 8px;
	width: 1px;
	height: 13px;
	margin-top: -6px;
	background-color: #ddd;
}

.rcw-result .jobs .list .firm .row.time span.info:last-child::after {
	content: '\66f4\65b0';
}

.rcw-result .jobs .list .row .chat {
	position: relative;
	display: flex;
	flex: 0 0 76px;
	margin-left: 10px;
}

.rcw-result .jobs .list .row .chat em {
	display: flex;
	justify-content: space-between;
	flex: 1;
	height: 20px;
	padding: 0 4px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	cursor: pointer;
}

.rcw-result .jobs .list .row .chat em i {
	position: relative;
	width: 10px;
	height: 8px;
	border: 2px solid #f70;
	border-radius: 5px 5px 5px 0;
	margin-top: 4px;
}

.rcw-result .jobs .list .row .chat em i::before,
.rcw-result .jobs .list .row .chat em i::after {
	content: '';
	position: absolute;
	top: 3px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #f70;
}

.rcw-result .jobs .list .row .chat em i::before {
	left: 2px;
}

.rcw-result .jobs .list .row .chat em i::after {
	right: 2px;
}

.rcw-result .jobs .list .row .chat em:hover {
	border-color: #f70;
	background-color: #f70;
	color: #fff;
}

.rcw-result .jobs .list .row .chat em:hover i {
	border-color: #fff;
}

.rcw-result .jobs .list .row .chat em:hover i::before,
.rcw-result .jobs .list .row .chat em:hover i::after {
	background-color: #fff;
}

.rcw-result .jobs .list .row .chat .hr {
	position: absolute;
	top: -12px;
	left: 85px;
	z-index: 999;
	display: none;
	width: 320px;
	height: 118px;
	padding: 16px 22px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 4px 6px 4px rgba(9, 36, 59, .12);
	cursor: default;
}

.rcw-result .jobs .list .row .chat .hr::before {
	content: '';
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	width: 10px;
}

.rcw-result .jobs .list .row .chat .hr::after {
	content: '';
	position: absolute;
	left: -6px;
	top: 17px;
	z-index: 1;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #fff;
}

.rcw-result .jobs .list .row .chat .hr .avatar {
	float: left;
	width: 64px;
	height: 64px;
	border: 0;
	border-radius: 50%;
}

.rcw-result .jobs .list .row .chat .hr .publisher{
	float: left;
	width: calc(100% - 196px);
	height: 118px;
	margin: 0 15px;
}

.rcw-result .jobs .list .row .chat .hr .publisher b {
	display: block;
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
}

.rcw-result .jobs .list .row .chat .hr .publisher b:hover{
	color: #333;
}

.rcw-result .jobs .list .row .chat .hr .publisher span {
	display: block;
	float: none;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.rcw-result .jobs .list .row .chat .hr .qrcode{
	float: left;
	width: 102px;
	height: 118px;
}

.rcw-result .jobs .list .row .chat .hr .qrcode img{
	display: block;
	width: 100px;
	height: 100px;
	border: 0;
	margin: 0 auto;
}

.rcw-result .jobs .list .row .chat .hr .qrcode span{
	display: block;
	margin-top: 7px;
	font-size: 12px;
	color: #333;
	line-height: 1;
}

.rcw-result .jobs .list .row .chat:hover .hr {
	display: block;
}

.rcw-result .jobs .list .tags {
	float: left;
	width: calc(100% - 40px);
	padding: 0 20px;
	margin-top: 14px;
	overflow: hidden;
}

.rcw-result .jobs .list .tags span {
	float: left;
	padding: 4px 4px 3px;
	border: 1px solid rgba(255, 119, 0, .25);
	border-radius: 3px;
	margin-right: 6px;
	background-color: rgba(255, 119, 0, .08);
	font-size: 11px;
	color: #f70;
	line-height: 1;
}

.rcw-result .jobs .list .tags span.level {
	border: 1px solid rgba(255, 51, 51, .25);
	background-color: rgba(255, 51, 51, .08);
	color: #f33;
}

.rcw-result .jobs .list .btns {
	display: none;
	position: absolute;
	right: 20px;
	bottom: 14px;
	width: 320px;
	height: 32px;
	background-color: #fff;
	line-height: 32px;
}

.rcw-result .jobs .list .btns button {
	float: right;
	height: 32px;
	padding: 0 16px;
	border: none;
	border-radius: 5px;
	background-color: #f70;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
}

.rcw-result .jobs .list .btns a {
	float: right;
	margin-right: 20px;
	font-size: 14px;
	color: #333;
}

.rcw-result .jobs .list .btns a i {
	float: left;
	width: 15px;
	height: 15px;
	margin: 8px 5px 0 0;
	background: url('/img/job-firm/collect_job_ico.png') no-repeat 0 0 / 15px;
	opacity: .8;
}

.rcw-result .jobs .list .btns a:hover {
	color: #f70;
}

.rcw-result .jobs .list li:hover .btns {
	display: block;
}

/* 结果 - 职位 - 翻页 */
.rcw-result .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;
}


/* 结果 - 侧栏 */
.rcw-result .sider {
	float: right;
	width: 320px;
}

/* 结果 - 侧栏 - 登录 */
.rcw-result .sider .sign {
	position: relative;
	padding: 0 12px;
	border-radius: 10px;
	margin-bottom: 15px;
	background: -webkit-linear-gradient(#f70, #fff);
	background: -o-linear-gradient(#f70, #fff);
	background: -moz-linear-gradient(#f70, #fff);
	background: linear-gradient(#f70, #fff);
}

.rcw-result .sider .sign i {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: url('/img/job-firm/pc_qrcode_ico.png') no-repeat;
	cursor: pointer;
}

.rcw-result .sider .sign i.pc {
	background-position: 0 0;
}

.rcw-result .sider .sign i.pc:hover {
	background-position: 0 -50px;
}

.rcw-result .sider .sign i.qrcode {
	background-position: 0 -100px;
}

.rcw-result .sider .sign i.qrcode:hover {
	background-position: 0 -150px;
}


.rcw-result .sider .sign h3 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 54px;
	letter-spacing: 2px;
	text-align: center;
}

.rcw-result .sider .sign ul,
.rcw-result .sider .sign p {
	padding: 22px 18px 5px;
	border: 1px solid #f7fdfd;
	border-radius: 8px 8px 0 0;
	background: -webkit-linear-gradient(180deg, rgba(245, 252, 252, .8), #fcfbfa);
	background: -o-linear-gradient(180deg, rgba(245, 252, 252, .8), #fcfbfa);
	background: -moz-linear-gradient(180deg, rgba(245, 252, 252, .8), #fcfbfa);
	background: linear-gradient(180deg, rgba(245, 252, 252, .8), #fcfbfa);
	backdrop-filter: blur(7px);
}

.rcw-result .sider .sign img {
	display: block;
	width: 140px;
	height: 140px;
	border: 10px solid #fff;
	border-radius: 8px;
	margin: 0 auto;
}

.rcw-result .sider .sign span {
	display: block;
	margin: 20px 0 21px;
	font-size: 14px;
	color: #333;
	line-height: 1;
	text-align: center;
}

.rcw-result .sider .sign li {
	position: relative;
	padding-bottom: 22px;
	overflow: hidden;
}

.rcw-result .sider .sign input[type="text"] {
	float: left;
	width: calc(100% - 30px);
	height: 20px;
	padding: 8px 14px;
	border: 1px solid #fff;
	border-radius: 6px;
	background-color: #fff;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}

.rcw-result .sider .sign input[type="text"]::placeholder {
	color: #aaa;
}

.rcw-result .sider .sign li:nth-child(2) input[type="button"] {
	position: absolute;
	top: 1px;
	right: 14px;
	z-index: 5;
	height: 36px;
	border: 0;
	background-color: #fff;
	font-size: 14px;
	color: #f80;
}

.rcw-result .sider .sign li:nth-child(3) input[type="button"] {
	float: left;
	width: 100%;
	height: 38px;
	border-radius: 6px;
	border: 0;
	background-color: #f70;
	font-size: 15px;
	color: #fff;
}

.rcw-result .sider .sign input[type="checkbox"],
.rcw-result .sider .sign label,
.rcw-result .sider .sign a {
	float: left;
	font-size: 12px;
	color: #999;
	line-height: 13px;
}

.rcw-result .sider .sign input[type="checkbox"] {
	margin: 0 6px 0 9px;
}

.rcw-result .sider .sign a {
	color: #f70;
	text-decoration: none;
}

/* 结果 - 侧栏 - 热门职位 */
.rcw-result .sider .hot {
	padding: 24px 20px 15px;
	border-radius: 10px;
	margin-bottom: 15px;
	background-color: #fff;
}

.rcw-result .sider .hot h3 {
	position: relative;
	height: 20px;
	padding-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #222;
	line-height: 20px;
}

.rcw-result .sider .hot h3::after {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #f70;
}

.rcw-result .sider .hot li {
	height: 18px;
	padding: 14px 1px;
}

.rcw-result .sider .hot li+li {
	border-top: 1px dashed #eee;
}

.rcw-result .sider .hot li::before {
	float: left;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	margin-right: 12px;
	background-color: #e8e8e8;
	font-size: 12px;
	color: #888;
	line-height: 18px;
	text-align: center;
}

.rcw-result .sider .hot li:nth-child(1)::before {
	content: "\0031";
	background-color: #f80;
	color: #fff;
}

.rcw-result .sider .hot li:nth-child(2)::before {
	content: "\0032";
	background-color: #f80;
	color: #fff;
}

.rcw-result .sider .hot li:nth-child(3)::before {
	content: "\0033";
	background-color: #f80;
	color: #fff;
}

.rcw-result .sider .hot li:nth-child(4)::before {
	content: "\0034";
}

.rcw-result .sider .hot li:nth-child(5)::before {
	content: "\0035";
}

.rcw-result .sider .hot li:nth-child(6)::before {
	content: "\0036";
}

.rcw-result .sider .hot li:nth-child(7)::before {
	content: "\0037";
}

.rcw-result .sider .hot li:nth-child(8)::before {
	content: "\0038";
}

.rcw-result .sider .hot li:nth-child(9)::before {
	content: "\0039";
}

.rcw-result .sider .hot li:nth-child(10)::before {
	content: "\0031\0030";
}

.rcw-result .sider .hot li a {
	float: left;
	width: calc(100% - 30px);
	height: 18px;
	font-size: 15px;
	color: #333;
	line-height: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.rcw-result .sider .hot li a:hover {
	color: #f70;
	text-decoration: none;
}


/* 结果 - 侧栏 - 推荐职位、看过职位 */
.rcw-result .sider .list {
	padding: 24px 20px;
	border-radius: 10px;
	margin-bottom: 15px;
	background-color: #fff;
}

.rcw-result .sider .list h3 {
	position: relative;
	height: 20px;
	padding-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #222;
	line-height: 20px;
}

.rcw-result .sider .list h3::after {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #f70;
}

.rcw-result .sider .list li {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}

.rcw-result .sider .list li i {
	position: absolute;
	top: 8px;
	right: 3px;
	z-index: 10;
	display: none;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.rcw-result .sider .list li:hover i {
	display: block;
}

.rcw-result .sider .list li i::before,
.rcw-result .sider .list li i::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 11px;
	margin-top: -6px;
	background-color: #b8b8b8;
}

.rcw-result .sider .list li i::before {
	transform: rotate(45deg);
}

.rcw-result .sider .list li i::after {
	transform: rotate(-45deg);
}

.rcw-result .sider .list li i:hover::before,
.rcw-result .sider .list li i:hover::after {
	background-color: #f00;
}

.rcw-result .sider .list li a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 50px;
	padding: 14px 16px;
	border: 1px solid #eee;
	border-radius: 6px;
}

.rcw-result .sider .list li a p {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rcw-result .sider .list li a p:nth-child(1) span {
	max-width: 160px;
	font-size: 16px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rcw-result .sider .list li a p:nth-child(1) span+span {
	color: #f66;
}

.rcw-result .sider .list li a p:nth-child(2) span:nth-child(1) {
	font-size: 13px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.rcw-result .sider .list li a p:nth-child(2) span:nth-child(2) {
	display: -webkit-box;
	justify-content: flex-end;
	flex: 1;
	min-width: 50px;
	padding-left: 10px;
	font-size: 13px;
	color: #888;
	text-align: right;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.rcw-result .sider .list li a:hover p:nth-child(1) span:nth-child(1) {
	color: #f70;
}

.rcw-result .sider .list li a:hover p:nth-child(2) span {
	color: #666;
}

/* 结果 - 侧栏 - 服务推广 */
.rcw-result .sider .promotion {
	margin-bottom: 15px;
}

.rcw-result .sider .promotion li+li {
	margin-top: 15px;
}

.rcw-result .sider .promotion a,
.rcw-result .sider .promotion img {
	display: block;
	border-radius: 10px;
}

a:hover {
	text-decoration: none !important;
}