.block-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}

.job-details-topbox {
  margin: 15px 0;
  display: grid;
  gap: 14px;
  min-height: 188px;
}

.job-details-main {
  top: 0;
  transition: all 0.3s ease;
}

.send-fixed {
  position: fixed;
  top: 52px;
  width: 100%;
  left: 0;
  z-index: 9;
  background-color: rgba(242, 245, 244, 0.9);

  .fixed-content-width {
    max-width: var(--content-width);
    margin: auto;
    height: 70px;
    display: flex;
    padding-right: 210px;

    .job-details-name {
      white-space: nowrap;
      flex: 1;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }

  .job-details-operation {
    top: 50%;
    transform: translateY(-50%);
  }
}

.job-details-content {
  display: grid;
  gap: 15px;
  grid-template-columns: auto 265px;
  margin-bottom: 40px;
}

.fixed-content-width {
  display: flex;
  align-items: center;
  position: relative;
}

.job-details-operation {
  position: absolute;
  right: 0;
  top: 100%;
}

.down-img {
  position: absolute;
  right: 0;
  top: -20px;
}

.job-details-name {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
}

.job-details-salary {
  font-size: 24px;
  color: #fa6a43;
  margin-left: 30px;
  font-weight: bold;
  white-space: nowrap;
}

.status-icons {
  font-size: 0;
  margin-left: 5px;

  span {
    display: inline-block;
    width: 52px;
    height: 16px;
    background: url('https://cdn.yupaowang.com/yupao_pc/qianzhan/jobjp.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
  }

  .topping-tag {
    background-image: url('https://cdn.yupaowang.com/yupao_pc/qianzhan/jobzd.png');
  }

  .good-tag {
    background-image: url('https://cdn.yupaowang.com/yupao_pc/qianzhan/jobtj.png');
  }
}

.job-details-info {
  color: #707988;

  span:not(:last-child)::after {
    content: '|';
    margin: 0 9px 0 11px;
  }
}

.job-details-welfare {
  span {
    display: inline-block;
    padding: 4px 10px;
    line-height: 20px;
    background: #e8f0fe;
    color: #2778f8;
    margin-right: 5px;
    border-radius: 4px;
  }
}

.topright-data {
  font-size: 13px;
  color: #a5a9b4;
}

.topright-data-time {
  margin-right: 30px;
}

.submit-resume {
  width: 200px;
  height: 47px;
  font-size: 16px;
}

.publisher-user {
  display: grid;
  grid-template-areas: 'avatar name'
    'avatar info';
  grid-template-columns: 60px auto;
}

.job-logo {
  grid-area: avatar;
  border: 1px solid #f1f1f1;
}

.publisher-name {
  font-size: 18px;
}

.list-online {
  color: #999;
  line-height: 25px;
}

.tel-address {
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 4px;
  margin: 10px 0 20px;
  color: #666;
  display: grid;
  gap: 5px;
}

.job-subtitle {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  display: flex;
  justify-content: space-between;

  a {
    font-weight: normal;
    font-size: 14px;
  }
}

.job-describe {
  p {
    margin: 0;
    line-height: 36px;
  }
}

.job-details-tips {
  color: #f6693d;
  background: #fffaea;
  padding: 8px 10px;
  line-height: 22px;
  margin-top: 10px;
}

.other-jobs {
  display: grid;
  gap: 10px;
}

.other-job {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 400px 300px min-content;
  grid-template-rows: auto auto;
  grid-auto-flow: column;
  height: 100px;
  align-items: center;
  white-space: nowrap;
  justify-content: space-between;
}

.other-job-title {
  font-size: 16px;
  font-weight: bold;
  color: var(--primary-color);
}

.other-job-info {
  color: #999;

  span:not(:last-child)::after {
    content: '|';
    margin: 0 9px 0 11px;
  }
}

.other-salary {
  font-size: 16px;
  color: #ff552e;
}

.list-send {
  height: 26px;
  width: 80px;
  border-radius: 13px;
  justify-self: end;
}

.job-likes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;

  li {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 8px;
    position: relative;
    display: grid;
    gap: 10px;
  }

  .list-send {
    position: absolute;
    right: 15px;
    top: 40%;
  }

  .like-name {
    font-size: 16px;
  }

  .like-company {
    color: #999;
    font-size: 12px;
  }

  .like-salary {
    color: #ff552e;
  }

  a:hover {
    color: var(--primary-color);
  }
}

.switch-tab {
  display: flex;
  flex-wrap: wrap;

  >span {
    order: 0;
    font-size: 18px;
    font-weight: bold;
    width: 120px;
    height: 40px;
    cursor: pointer;
    color: #999;
  }

  .active {
    color: #333;

    &+.tab-links {
      display: grid;
    }
  }

  .tab-links {
    order: 1;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    display: none;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 15px;

    a {
      line-height: 20px;

      &:hover {
        color: var(--primary-color);
      }
    }
  }
}

.job-details-right,
.job-details-left {
  display: grid;
  gap: 15px;
  align-content: start;
}

.company-content {
  display: grid;
  gap: 15px;

  li {
    height: 20px;
    margin-top: 18px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #666;

    i {
      background: url('https://cdn.yupaowang.com/yupao_pc/qianzhan/com_icon_c.png');
      width: 20px;
      height: 20px;
      margin-right: 5px;

      &._xz {
        background-position: 0 -35px;
      }

      &._city {
        background-position: 0 -73px;
      }

      &._rs {
        background-position: 0 -106px;
      }

      &._zj {
        background-position: 0 -146px;
      }
    }
  }
}

.right-company-logo {
  margin: auto;
  border-radius: 8px;
  border: 1px solid #eee;
}

.right-company-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.company-desc {
  line-height: 30px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}

.company-homepage {
  height: 34px;
  border-radius: 17px;
}

.qr-content {
  display: grid;
  justify-items: center;

  .qr-desc {
    padding: 10px;
    font-weight: bold;
  }

  .qr-title {
    color: #666;
    font-size: 13px;
  }
}