body {
	margin: 0;
	padding: 0;
}

.hide-txt {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.img-format {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.job-left-top .split-line {
	position: relative;
	width: 990px;
	left: -20px;
}
.split-line {
	width: 100%;
	height: 1px;
	background: #eeeff4;
}

.job-card-detail {
	background: #ffffff;
	border-radius: 8px;
}

.card-title {
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: 600;
	color: #111111;
	line-height: 26px;
}

/* ↑通用 */

/* ↓主要样式 */

.job-detail {
	margin: 0 auto;
	width: 1280px;
}
/* top */
.job-detail-top {
	margin-top: 40px;
	width: 1280px;
	z-index: 1;
	padding: 16px 0;
}
.top-item {
	position: relative;
	margin: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-item + .top-item {
	margin-top: 10px;
}
.top-title {
	font-size: 24px;
	font-weight: 600;
	color: #111111;
	line-height: 32px;
}
.top-item .salary {
	font-size: 32px;
	font-weight: 600;
	color: #ff4c00;
	line-height: 44px;
}
.top-item .salary .yuan {
	font-size: 16px;
	font-weight: 600;
	color: #ff4c00;
	line-height: 22px;
}
.top-item .post-job-btn {
	width: 220px;
	height: 56px;
	background: #1e6fff;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	line-height: 56px;
	text-align: center;
	cursor: pointer;
}
.top-item .welfare-list {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
}
.top-item .welfare {
	margin-right: 8px;
	border-radius: 16px;
	border: 1px solid #1e6fff;
	font-size: 12px;
	color: #1e6fff;
	padding: 6px 16px;
}
.top-item .update-time {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
}
.top-item .tip-box {
    cursor: pointer;
	display: flex;
	width: 950px;
	height: 32px;
	background: #f3f8ff;
	border-radius: 4px;
	line-height: 32px;
	overflow: hidden;
}
.top-item .tip-box .tip-img {
	flex-shrink: 0;
	width: 62px;
	height: 32px;
	border-radius: 4px;
	background-image: url('//cdn.static.magcloud.cc/job/static/pc/details_icon_shield.png');
}
.top-item .tip-box .tip {
	flex: 1;
	margin-left: 22px;
	font-size: 12px;
	color: #1e6fff;
}
.top-item .about-num {
	font-size: 12px;
	color: #666666;
}

/* middle */
.job-detail-middle {
	margin-top: 10px;
	display: flex;
}

/* middle-left */
.job-detail-middle-left {
	width: 990px;
	margin-right: 10px;
}
.job-left-top {
	position: relative;
	box-sizing: border-box;
	padding: 20px;
}
.action-box {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
}
.action-box .action {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.action-box .action .action-icon {
	width: 16px;
	height: 16px;
	margin-right: 3px;
}
.action-box .action .collect {
	background-image: url('//cdn.static.magcloud.cc/job/static/pc/jobdetails_icon_star.png');
}
.action-box .action .is-collect {
	background-image: url('//cdn.static.magcloud.cc/job/static/pc/jobdetails_icon_star_f.png');
}
.action-box .action .warning {
	background-image: url('//cdn.static.magcloud.cc/job/static/pc/jobdetails_icon_report.png');
}
.action-box .action .action-text {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
.action-box .action + .action {
	margin-left: 16px;
}
.job-info {
	display: flex;
	flex-wrap: wrap;
}
.job-info-item {
	width: 390px;
	display: flex;
	font-size: 14px;
	color: #111111;
	line-height: 28px;
	margin-bottom: 14px;
}
.job-info-item:nth-of-type(2n) {
	width: 560px;
}
.job-info-item .label {
	flex-shrink: 0;
	width: 80px;
	color: #999999;
	margin-right: 20px;
}
.job-info-item .value {
	flex: 1;
	max-width: 439px;
}
.job-describe {
	font-size: 14px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 30px;
	white-space: pre-wrap;
}
.job-address {
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}
.map-main-box {
	max-width: 100%;
	width: max-content;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 10px 8px;
	border-radius: 8px;
	background: rgba(0, 202, 68, 0.05);;
}
.map-main-icon {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.map-main-btn {
	margin-left: 10px;
	font-size: 14px;
	color: #00B42A;
	line-height: 28px;
}
.map-container {
	height: 160px;
}
.web-tip {
	font-size: 12px;
	color: #999999;
	line-height: 16px;
}

.job-left-bottom {
	position: relative;
	margin-top: 10px;
	padding-top: 20px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.job-left-bottom .card-title {
	margin-left: 20px;
	margin-bottom: 0;
	padding-bottom: 16px;
}

/*  */
/*  */
/*  */

/* middle-right */
.job-detail-middle-right {
	position: relative;
	width: 280px;
	align-self: flex-start;
	box-sizing: border-box;
	padding: 20px 0;
}
.oneshow-img {
	width: 43px;
	height: 14px;
	margin-right: 6px;
}
.vip-img {
	background-image: url('//cdn.static.magcloud.cc/job/static/pc/jobdetails_label_icon_vip.png');
}
.verified-img {
	background-image: url('//cdn.static.magcloud.cc/job/static/pc/jobdetails_label_icon_shield.png');
}
.certification-img {
	background-image: url('//cdn.static.magcloud.cc/job/static/pc/jobdetails_label_icon_blue.png');
}
.tag-pic {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
.tag-pic .hide-txt {
	max-width: 209px;
}
.tags-img {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 12px;
	background-size: cover;
	background-position: center;
}
.tags-img-1 {
	background-image: url('//cdn.static.magcloud.cc/job/static/pc/jobdetails_icon_sort.png');
}
.tags-img-2 {
	background-image: url('//cdn.static.magcloud.cc/job/static/pc/jobdetails_icon_people.png');
}
.tags-img-3 {
	background-image: url('//cdn.static.magcloud.cc/job/static/pc/jobdetails_icon_position.png');
}
.job-moudles {
	display: flex;
	margin-top: 16px;
	background: #fafafa;
	border-radius: 8px;
	padding: 16px 14px;
}
.moudles-item {
	width: 33.33%;
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	text-align: center;
}
.moudle-des {
	font-size: 14px;
	font-weight: 600;
	color: #ff4c00;
	line-height: 20px;
	margin-bottom: 5px;
}
.moudle-recent {
	font-size: 12px;
	color: #999999;
	line-height: 18px;
}

.card-title-with-sub {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: 600;
	color: #111111;
	line-height: 26px;
}
.card-title-sub {
	font-size: 12px;
	color: #666666;
}
.job-right-middle-new > .bg-mask {
	padding: 14px;
	background: url('//cdn.static.magcloud.cc/job/static/pc/pc/jobdetails_bg_img_connect.png') #1e6fff no-repeat;
	background-size: 100%;
	border-radius: 8px;
}
.job-right-middle-new .connect-info-item {
	margin-bottom: 16px;
	display: flex;
	font-size: 12px;
	color: #ffffff;
	line-height: 26px;
}
.job-right-middle-new .connect-info-item .label {
	min-width: 60px;
	flex-shrink: 0;
}
.job-right-middle-new .connect-info-item .value {
	flex: 1;
}
.job-right-middle-new .btn-box {
	width: 212px;
	height: 36px;
	background: #ffffff;
	border-radius: 4px;
	line-height: 36px;
	font-size: 12px;
	font-weight: 600;
	color: #1e6fff;
	text-align: center;
	cursor: pointer;
}
.job-right-tips-new {
	margin-top: 8px;
	padding: 8px;
	background: #fafafa;
	border-radius: 8px;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	font-weight: 400;
}

.qr-pic{
    background: #FAFAFA;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
}
.qr-pic .qr-imgs {
    width: 100px;
    height: 100px;
    border-radius: 4px;
}
.qr-pic .qr-tip{
    margin-top: 8px;
    font-size: 10px;
    color: #111111;
    line-height: 14px;
}

/*  */
/*  */
/*  */

/* old */
.job-right-top {
	width: 280px;
	background: #ffffff;
	margin-bottom: 30px;
}

.job-right-middle {
	width: 280px;
	min-height: 282px;
	background: #ffffff;
	border: 1px solid #dce3ed;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	margin-bottom: 22px;
	height: 282px;
}

.job-right-bottom {
	padding-top: 41px;
}

.post-to-see {
	width: 279px;
	height: 36px;
	background: #278bff;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	margin: 20px auto;
	cursor: pointer;
}

.contact-name {
	height: 22px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #111;
	line-height: 22px;
	padding-top: 30px;
	margin-bottom: 20px;
}

.contact-phone {
	height: 32px;
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #667586;
	line-height: 32px;
	letter-spacing: 4px;
}

.job-right-title {
	width: 90px;
	height: 26px;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #111;
	line-height: 26px;
	margin: 0 20px 10px 0;
}

.job-right-tips {
	height: 56px;
	background: #fff8e9;
	color: #ff7c00;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
}

.job-right-text {
	padding: 10px;
	display: inline-block;
}
.job-right-pics {
	width: 38px;
	height: 38px;
	border-radius: 8px;
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #f5f6fa;
	object-fit: contain;
}
.fluctuate {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 40px;
}
.fluctuate-text {
	max-width: 190px;
	font-size: 14px;
	color: #111111;
	line-height: 20px;
}
.oneshow {
	display: flex;
	align-items: center;
	font-size: 10px;
	color: #ffffff;
	line-height: 12px;
	width: 100%;
}

.info-top {
	margin-bottom: 16px;
	display: flex;
	justify-content: left;
	align-items: center;
}


.lines {
	height: 1px;
	background: #eef0f5;
	margin: 16px 14px;
}

/* 审核状态 */
.top-job-status {
	font-size: 14px;
	color: #ff445d;
	display: inline-block;
	margin-left: 30px;
}

::-webkit-scrollbar {
	width: 8px;
	height: 12px;
	background-color: #fff;
}

::-webkit-scrollbar-thumb {
	display: block;
	min-height: 12px;
	min-width: 8px;
	border-radius: 6px;
	background-color: rgb(217, 217, 217);
}
.ml10 {
	margin-left: 10px;
	margin-right: 10px;
}
.find-more {
	width: 200px;
	height: 36px;
	background: #278bff;
	border-radius: 2px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 36px;
}

.after-lines::after {
	content: '|';
	font-size: 12px;
	margin: 0 8px;
	color: #e0e0e0;
}

.after-lines:last-of-type::after {
	content: none;
}

.job-right-middle-new {
	width: 100%;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #ffffff;
	line-height: 20px;
}

.after-lines::after {
	content: '|';
	font-size: 12px;
	margin: 0 8px;
	color: #e0e0e0;
}

.after-lines:last-of-type::after {
	content: none;
}
.no-welfare {
	transform: translateY(-25px);
}
.empty {
	margin: 0 auto;
	text-align: center;
}

.empty .empty-text {
	margin-top: 50px;
}
.icon-imgs {
	top: 1px !important;
	margin-right: 6px !important;
	width: auto !important;
	height: auto !important;
	position: relative;
}
.item-name {
	display: flex;
	justify-content: left;
}
.items-bottom {
	max-width: 620px;
	display: flex;
	flex-wrap: wrap;
}
.cret-icons {
	background-image: url('https://cdn.static.magcloud.cc/job/static/portal/img/label_company.png') !important;
	width: 50px !important;
	height: 32px !important;
}
.recurt-icon {
	min-width: 34px;
	height: 24px;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 3px;
}
.link-job-name {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.job-status-jian {
	min-width: 16px;
	height: 16px;
	background: linear-gradient(117deg, #2f6bff 0%, #4b93fe 100%);
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	margin-left: 3px;
}
/* 相似职位 */
.position-list-item-left {
  width: 610px;
}
.see-more {
  margin-top: 28px;
}
.see-more .el-button {
  padding: 15px 90px;
  background-color: rgba(30, 111, 255, 0.06);
  border: none;
}
.see-more .el-button:hover {
	color: #fff !important;
    background: #1e6fff !important;
}
/* 申请岗位弹框 */
.apply-job-dialog {
    border-radius: 10px;
    overflow: hidden;
}
.apply-job-dialog .el-dialog__header, .apply-job-dialog .el-dialog__body {
    padding: 0;
}
.apply-job-dialog .el-dialog__body {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    background: #fff;
    width: 100%;
    height: 382px;
    margin-top: -28px;
    border-radius: 10px;
}
.apply-job-dialog .el-dialog__close {
    color: #fff;
}
.apply-job-header {
    width: 100%;
    height: 130px;
    vertical-align: top;
}
.apply-job-box {
    height: 382px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.apply-job-tip {
    display: flex;
    align-items: center;
    color: #00bc4c;
    font-size: 16px;
    line-height: 24px;
}
.apply-job-tip-icon {
    width: 28px;
    height: 28px;
    margin-right: 4px;
}
.apply-job-qrcode {
    width: 220px;
    height: 220px;
    margin: 14px 0 10px;
}
.apply-job-info {
    box-sizing: border-box;
    padding: 10px;
    width: 340px;
    height: 74px;
    border-radius: 8px;
    background: url('/static/pc/pc/codepopup_job_bg.png') no-repeat center center/cover;
}
.apply-job-name {
    color: #111111;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.apply-job-other {
    color: #ff6000;
    font-size: 14px;
    line-height: 22px;
}
.link-job {
	background: #fff;
}