.jobs-bg {
  position: relative;
  height: calc(100vh - 5.5rem);
  background: url("../images/jobs/bg@2x.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}

.jobs-bg a {
  position: absolute;
  left: 50%;
  margin-left: -9.375rem;
  width: 18.75rem;
  height: 5.63rem;
  top: 44.68rem;
}

.jobs-list {
  /* margin: 1.94rem; */
  padding: 0.63rem 1.94rem;
}

.jobs-list .job-card {
  background: #ffffff;
  border-radius: 0.63rem;
  margin: 1.31rem 0rem;
}

.jobs-list .job-card a {
  position: relative;
  display: block;
  padding: 1.69rem 1.88rem;
}

.jobs-list .job-card .job-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jobs-list .job-card .job-title {
  font-weight: 600;
  font-size: 2rem;
  color: #333333;
  line-height: 2.81rem;
}

.jobs-list .job-card .job-publish {
  font-weight: 500;
  font-size: 1.38rem;
  color: #999999;
  line-height: 1.88rem;
}

.jobs-list .job-card .job-base {
  font-weight: 500;
  font-size: 1.63rem;
  color: #666666;
  line-height: 2.31rem;
  margin-top: 0.44rem;
}

.jobs-list .job-card .job-content {
  font-weight: 500;
  font-size: 1.25rem;
  color: #999999;
  line-height: 1.75rem;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1rem;
}

.jobs-list .job-card .job-hot {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3.38rem;
  height: 3.56rem;
  background: url("../images/jobs/hot-label@2x.png") no-repeat;
  background-size: contain;
}

.job-detail {
  min-height: calc(100vh - 5.5rem);
  background: #fff;
  box-sizing: border-box;
  padding: 2.5rem;
  padding-bottom: 8rem;
}

.job-detail .job-title {
  font-weight: 600;
  font-size: 2.25rem;
  color: #333333;
  line-height: 3.13rem;
}

.job-detail .job-base {
  font-weight: 500;
  font-size: 1.63rem;
  color: #666666;
  line-height: 2.31rem;
  margin-top: 1.25rem;
}

.job-detail .job-base span {
  margin: 0 0.63rem;
}

.job-detail .job-subtitle {
  font-weight: 600;
  font-size: 1.75rem;
  color: #333333;
  line-height: 2.5rem;
  margin-top: 3.75rem;
}

.job-detail .job-content {
  font-weight: 400;
  font-size: 1.63rem;
  color: #333333;
  line-height: 2.8rem;
  text-align: left;
  font-style: normal;
  white-space: pre-line;
}

.job-detail .job-apply {
  position: fixed;
  left: 50%;
  margin-left: -20.94rem;
  bottom: 3.75rem;
  width: 41.88rem;
  height: 5rem;
  background: #ff6c7c;
  border-radius: 0.63rem;
  font-weight: 600;
  font-size: 1.88rem;
  color: #ffffff;
  line-height: 5rem;
  text-align: center;
  outline: none;
  border: none;
}

.job-detail .job-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
}

.job-popup .job-popup-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30.63rem;
  background: #ffffff;
  border-radius: 1.19rem 1.19rem 0.63rem 0.63rem;
  transform: translate(-50%, -50%);
}

.job-popup .job-popup-center:before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: -8rem;
  width: 100%;
  height: 15.31rem;
  background: url("../images/jobs/popup-header@2x.png") no-repeat;
  background-size: contain;
}

.job-popup .job-popup-close {
  position: absolute;
  right: -1rem;
  top: -9rem;
  width: 3.19rem;
  height: 3.19rem;
  background: url("../images/jobs/popup-close@2x.png") no-repeat;
  background-size: contain;
}

.job-popup .job-popup-content {
  position: relative;
  z-index: 1;
  padding: 2.5rem;
}

.job-popup .job-popup-content .job-popup-title {
  font-weight: 600;
  font-size: 1.88rem;
  color: #333333;
  line-height: 2.63rem;
  text-align: center;
}

.job-popup .job-popup-content ul {
  margin: 2.5rem 0 3rem 0;
  padding-left: 3rem;
}

.job-popup .job-popup-content ul li {
  position: relative;
  font-size: 1.63rem;
  color: #333333;
  line-height: 2.38rem;
}

.job-popup .job-popup-content ul li:before {
  position: absolute;
  content: "";
  left: -2rem;
  top: 0.6rem;
  width: 1rem;
  height: 1rem;
  background: url("../images/jobs/list-style@2x.png") no-repeat;
  background-size: contain;
}

.job-popup .job-popup-content ul li span {
  font-weight: 600;
}

.job-popup .job-popup-content .btn-copy {
  width: 25.63rem;
  height: 3.75rem;
  background: #ff6c7c;
  font-weight: 600;
  font-size: 1.63rem;
  color: #ffffff;
  line-height: 3.75rem;
  text-align: center;
  outline: none;
  border: none;
}
