﻿.jobdetail-img {
  width: 100%;
  padding-top: 5.25rem;
  position: relative;
}
.jobdetail-img > img {
  width: 100%;
  height: auto;
}
.tab-nav-wrap {
  padding-top: 2.625rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.tab-nav-wrap > a,
.tab-nav-wrap > span {
  color: #333;
  text-decoration: none;
  padding: 0 .5rem;
}
.tab-nav-wrap > a:hover,
.tab-nav-wrap > .active{
  color: #ff1200;
}
.job-main-info {
  padding: 2rem 7.5rem 2rem 0;
  position: relative;
}
.job-name-wrap {
  position: relative;
  /*padding-left: 2.625rem;*/
}
.job-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: .125rem;
  text-align: center;
  line-height: 2rem;
  font-size: 1rem;
  color: rgb(251, 100, 100);
  background-color: rgb(255, 227, 227);
}
.job-name {
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: .5rem;
}
.job-city {
  font-size: 1rem;
  color: #999;
}
.apply-job-btn {
  width: 7rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  background-color: #ff1200;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 2.5rem;
  position: absolute;
  top: 2rem;
  right: .5rem;
  text-decoration: none;
}
.apply-job-btn:hover {
  color: #fff !important;
}
@media (min-width: 2000px) {
  .tab-nav-wrap {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 870px) {
  .jobdetail-img {
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
  .jobdetail-img > img {
    width: auto;
    height: 11.375rem;
  }
}