
/* 8-19 仲春阳 企业详情ui升级 */

img {    
  image-rendering: -moz-crisp-edges; /* Firefox */     
  image-rendering: -o-crisp-edges; /* Opera */      
  image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
  image-rendering: crisp-edges; 
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.split-line {
	width: 100%;
	height: 1px;
	background: #eeeff4;
}
.company-header{
  position: relative;
  box-sizing: border-box;
  padding: 16px 20px;
  margin: 40px auto 0;
  width: 1280px;
  background:  #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}
.company-header-top{
  display: flex;
}
.company-header-top-logo{
  margin-right: 16px;
  height: 100px;
  width: 100px;
  object-fit: contain;
  border: 1px solid #ececec;
}
.company-header-top-detail{
  flex: 1;
  overflow: hidden;
}
.company-header-top-detail-name{
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 32px;
}
.company-header-top-detail-des{
  margin-top: 8px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.company-header-top-detail-tag{
  display: flex;
}
.company-header-top-detail-tag-item{
  margin-right: 8px;
  margin-top: 14px;
  height: 22px;
  border-radius: 4px;
  overflow: hidden;
  object-fit: cover;
}
.company-header-top-statistics{
  margin-left: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  padding: 0 12px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
}
.company-header-top-statistics-hover:hover {
    cursor: pointer;
    background-color: rgba(30, 111, 255, 0.05);
}
.company-header-top-statistics-num{
  margin-top: 9px;
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  line-height: 40px;
}
.company-header-top-statistics-text{
  margin-top: 9px;
  margin-top: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}
.company-header-line{
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #EEEFF4;
}
.company-header-bottom{
  margin-top: 20px ;
  display: flex;
  align-items: center;
}
.company-header-bottom-item{
    min-width: 300px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.company-header-bottom-item:last-of-type{
    margin-right: 0;
    min-width: 160px;
    margin-left: 20px;
}
.company-header-bottom-item-label{
  min-width: 80px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 23px;
}
.company-header-bottom-item-text{
  margin-left: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111111;
  line-height: 23px;
}
.job-middle{
  width: 1280px;
  margin-top: 10px;
}
.job-left{
  width: 1px;
  position: relative;
  padding-right: 0;
  border-right: none;
}
.job-right{
    width: 280px;
    padding: 20px 0;
    margin-left: 10px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}
.job-left-content{
  padding: 20px;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}
.job-left-title{
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 26px;
}
.job-left-content-tag{
  display: flex;
  flex-wrap: wrap;
}
.job-left-content-tag-item{
  margin-top: 13px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 32px;
  background: rgba(30, 111, 255, 0);
  border-radius: 16px;
  border: 1px solid #1E6FFF;
  font-size: 12px;
  color: #1E6FFF;
  overflow: hidden;
}
.map-main-box {
  max-width: 100%;
  width: max-content;
  box-sizing: border-box;
  margin-top: 16px;
	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;
}
.job-left-content-des{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  white-space: pre-wrap;
}
.job-left-content-address {
	flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.job-left-content-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #EEEFF4;
}
.job-left-content-tips{
  margin-top: 20px;
  display: flex;
  align-items: center;
  background: #F3F8FF;
  border-radius: 4px;
  overflow: hidden;
}
.job-left-content-tips-icon{
  width: 62px;
  height: 32px;
  border-radius: 4px;
  overflow: hidden;
  object-fit: cover;
}
.job-left-content-tips-text{
  flex: 1;
  margin-left: 22px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1E6FFF;
}
.job-left-content-footer{
  margin-top: 16px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
}
.job-left-bottom{
  margin-top: 10px;
  padding-top: 20px;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  width: 990px;
}
.job-left-bottom-title{
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.qrcode-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 154px;
  background: #FAFAFA;
  border-radius: 8px;
  overflow: hidden;
}
.qrcode-box-img{
  margin-top: 16PX;
  width: 100px;
  height: 100px;
  border-radius: 4px;
  overflow: hidden;
}
.qrcode-box-text{
  margin-top: 8px;
  font-size: 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111111;
  line-height: 14px;
}

[v-cloak]{
  opacity: 0;
}
body {
  background: unset;
}
body {
  /* background: #fff; */
  margin: 0;
  padding: 0;
}

.job-top {
  width: 100%;
  height: 202px;
  background: #434a61;
  position: relative;
  /* position: sticky; */
  /* top: 48px; */
  /* z-index: 1; */
}

.job-details {
  margin: 0 auto;
  width: 1200px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
}

.job-middle {
  min-height: 1000px;
  margin: 10px auto 40px;
  display: flex;
  justify-content: space-between;
}

.content {
  word-break: break-all;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #667586;
  line-height: 32px;
  white-space: pre-wrap;
  margin: 0;
  padding: 0;
  margin-top: 5%;
}

.header-nav > .title {
  position: relative;
  height: 26px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #111;
  line-height: 26px;
}

.header-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 19px;
}

.header-nav > .title::after {
  content: '';
  position: absolute;
  width: 36px;
  height: 2px;
  background: linear-gradient(270deg, #b8e5ff 0%, #278bff 100%);
  bottom: -1px;
  left: 0;
}

.function-btn > .item-name {
  height: 18px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9da9b6;
  line-height: 18px;
  margin-left: 21px;
  display: inline-block;
}

.content-tips {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #667586;
  line-height: 20px;
}

.tips1 {
  margin-bottom: 41px;
  display: flex;
  align-items: center;
}

.tips2 {
  margin-bottom: 8px;
}

.tips2,
.tips3 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9da9b6;
  line-height: 20px;
  word-wrap: break-word;
}

.map {
  margin-top: 40px;
}

.map-main {
  height: 200px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(45, 50, 55, 0.04), 0px 2px 4px 0px rgba(55, 67, 75, 0.12);
}

.map-top {
  height: 40px;
  background-color: #fff;
  line-height: 40px;
  color: #667586;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.map-bottom {
  height: 160px;
  /*background: #ccc;*/
}
.map-bottom img {
  width: 100%;
}
.link-job {
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  flex-wrap: wrap;
}

.link-job > .items-job {
  box-sizing: border-box;
  width: 422px;
  height: 141px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin-bottom: 14px;
  position: relative;
}

.lines {
  height: 1px;
  background: #eef0f5;
  margin: 16px 14px;
}

.address-item {
  height: 18px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9da9b6;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.link-job-address {
  height: 18px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9da9b6;
  line-height: 18px;
  margin: 0 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.link-job-destube {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #667586;
  line-height: 20px;
  margin-left: 14px;
  display: flex;
  align-items: center;
}

.company-job-pic {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 8px;
}

.company-job-name {
  margin-right: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.link-job-price {
  flex-shrink: 0;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #ff445d;
}

.link-lines {
  width: 1px;
  height: 1344px;
  background-color: #f2f2f2;
}

.job-right-top {
    width: 240px;
    background: #ffffff;
    margin: 0 20px;
}

.job-right-middle {
  width: 280px;
  min-height: 282px;
  background: #ffffff;
  border: 1px solid #dce3ed;
  text-align: center;
  position: relative;
  margin-bottom: 22px;
}

.job-right-bottom {
    margin: 0 20px;
}

.post-to-see {
  width: 279px;
  height: 36px;
  background: #278bff;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  margin: 20px auto;
}

.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;
}

.company-info {
  margin-left: 20px;
  margin-top: 10px;
}

.tag-pic {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #111;
}

.moudles-item {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}

.job-moudles {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  text-align: center;
}

.moudle-des {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ff7c00;
  line-height: 22px;
}

.moudle-recent {
  height: 18px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9da9b6;
  line-height: 18px;
}

.job-right-pics {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: inline-block;
  margin-right: 10px;
}

.info-top {
  margin-bottom: 16px;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 30px;
}

.tags-img {
  width: 16px;
  height: 16px;
  border: 1px solid #9da9b6;
  display: inline-block;
  margin-right: 20px;
  border-radius: 50%;
}

.qr-pic {
  width: 280px;
  height: 116px;
  background-image: url(../pc/code_img_bg.png);
  background-position: center;
}

/* 审核状态 */
.top-job-status {
  font-size: 14px;
  color: #ff445d;
  display: inline-block;
  margin-left: 4px;
}

.company-moudle {
  min-height: 52px;
  background: #ffffff;
  border: 1px solid #dce3ed;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.md-items {
  min-width: 100px;
}
.md-items > .item-pic {
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-color: rgba(216, 216, 216, 0);
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 5px;
}

.md-items {
  margin-left: 20px;
}

.md-items > .item-name {
  display: inline-block;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111;
  line-height: 20px;
}

.tag-top > .tags {
  box-sizing: border-box;
  padding: 0 8px;
  min-width: 40px;
  height: 24px;
  border-radius: 14px;
  border: 1px solid #76b5ff;
  display: inline-block;
  font-size: 12px;
  color: #76b5ff;
  text-align: center;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
}

.company-top-pic {
  width: 116px;
  height: 116px;
  border-radius: 20px;
  float: left;
  margin-right: 20px;
}

.job-top-left {
  width: 640px;
  display: flex;
  justify-content: left;
}

.job-top-right {
  display: flex;
  flex-flow: column;
}

.job-top-kind {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  margin: 10px 0 20px 0;
}

.company-top-name {
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 40px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.top-right {
  display: flex;
  justify-content: space-between;
}

.top-right-mds {
  display: flex;
  justify-content: center;
  flex-flow: column;
  text-align: right;
}

.times-md {
  height: 32px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #76b5ff;
  line-height: 32px;
  padding-bottom: 8px;
  align-self: center;
  text-align: center;
}

.title-md {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
  text-align: center;   
}

.swiper-main {
    height: 135px;
    border-radius: 4px;
    background-color: #ccc;
    margin-bottom: 20px;
    width: 240px !important;
    display: flex;
}
.job-top-tab {
  position: absolute;
  bottom: 10px;
  width: 1200px;
  margin: 0 auto;
}

.tab-name {
  margin-right: 60px;
  color: #fff;
}

.tab-name > a {
  color: #fff;
}

.tab-selected {
  font-weight: 500 !important;
  color: #78b7ff !important;
  line-height: 22px;
  position: relative;
}

.tab-selected::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 64px;
  height: 4px;
  background: #78b7ff;
}

a {
  text-decoration-color: #fff;
  text-decoration: none;
}

.cert-pic {
  background-image: url('https://cdn.static.magcloud.cc/job/static/company/img/icon_enterprise_vip.png');
  width: 15px;
  height: 13px;
  display: inline-block;
}

::-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);
}

.status-clock {
  background-image: url('./pc/alertview_tag_underreview.png');
  background-size: cover;
}

.ml10 {
  margin-left: 10px;
  margin-right: 10px;
}

.status-main {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.after-lines::after {
  content: '|';
  font-size: 12px;
  margin: 0 3px;
  color: #e0e0e0;
}

.after-lines:last-of-type::after {
  content: none;
}
.empty {
  margin: 0 auto;
  text-align: center;
}

.empty .empty-text {
  margin-top: 50px;
}
.md-items {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-flow: row;
  flex: 1;
}
.hide-txt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item-pic {
  top: 0 !important;
}
.qr-pic {
  background-image: url(http://cdn.oss.magapp.magcloud.cc/upload/20210324/6452afd123976182cc9afb894b12fcec_280_116.png) !important;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.job-top {
  background-image: url(https://cdn.static.magcloud.cc/job/static/pc/pc/detail_img_bg.png) !important;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.qr-imgs {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 45%;
  width: 86px;
  height: 80px;
}

.calling-job-box {
  margin-top: 40px;
}

.calling-job-box .link-job {
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  flex-wrap: wrap;
}

.calling-job-box .link-job .items-job {
  box-sizing: border-box;
  width: 422px;
  height: 141px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin-bottom: 14px;
  position: relative;
}

.items-job .new-tags{
  position: absolute;
  top: 0;
  left: 0;
}

.items-job .link-job-name {
  display: flex;
  align-items: center;
  height: 26px;
  margin: 16px 14px 8px;
  position: relative;
}

.items-job .link-job-name .job-name{
  max-width: 112px;
  font-size: 16px;
  color: #111;
  display: inline-block;
}

.items-job .link-job-name .recurt-icon {
  width: 38px;
}
.recurt-icon {
  width: 34px;
  height: 24px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 2px;
}
.link-job-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link-job-name {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #111;
  line-height: 22px;
  margin: 20px 14px 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.items-job .link-job-name .job-status-jian {
  width: 16px;
  height: 16px;
  background: linear-gradient(117deg, #2F6BFF 0%, #4B93FE 100%);
  border-radius: 4px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  display: inline-block;
  text-align: center;
  margin-left: 2px;
}

.items-job .link-job-name .link-job-price {
  height: 26px;
  font-size: 18px;
  color: #FF445D;
  line-height: 26px;
  position: absolute;
  right: 0;
}

.items-job .link-job-address {
  height: 18px;
  margin: 0 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.items-job .lines {
  height: 1px;
  background: #eef0f5;
  margin: 15px 18px;
}

.items-job .link-job-destube {
  margin: 0 14px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.items-job .link-job-destube .company-job-name {
  font-size: 14px;
  color: #667586;
  margin-right: 8px;
}

.items-job .address-item {
  font-size: 12px;
  color: #9da9b6;
  line-height: 18px;
  display: inline-block;
}

.items-job .address-item + .address-item::before {
  content: '|';
  display: inline;
  margin-left: 6px;
  margin-right: 8px;
}
.card-title {
    margin: 0 0 13px 20px;
	font-size: 18px;
	font-weight: 600;
	color: #111111;
	line-height: 26px;
}
.link-job-item {
    width: 100%;
}