.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ellipsis-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ellipsis-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ellipsis-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.top-wrapper {
  background: #fff url('/static/img/job-top.jpg') no-repeat center;
  background-size: cover;
}
@media (max-width: 1000px) {
  .top-wrapper {
    background-size: 140% 120%;
  }
}
.a-pseudo-job a:link {
  color: #666;
}
.a-pseudo-job a:visited {
  color: #666;
}
.a-pseudo-job a:hover {
  color: #000;
}
.a-pseudo-job a:active {
  color: #666;
}
.job {
  box-sizing: border-box;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 60px 60px;
  margin-bottom: 10px;
  margin-top: 10px;
  min-height: 680px;
}
@media (max-width: 1366px) {
  .job {
    padding: 0.6rem 0.6rem;
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;
    min-height: 6.8rem;
  }
}
.job input {
  color: gray;
}
.job .filter {
  margin: 0px -15px 20px;
  white-space: nowrap;
}
.job .filter .filter-item {
  display: inline-block;
  position: relative;
  margin: 0 15px;
  width: 300px;
}
.job .filter .filter-item-search {
  width: 408px;
}
.job .filter .filter-item .input-wrap {
  position: relative;
}
.job .filter .filter-item .input-wrap i {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 50%;
  transition: all 0.5s;
  transform: translateY(-8px) rotateZ(0deg);
}
.job .filter .filter-item .input-wrap i.active {
  transform: translateY(-8px) rotateZ(180deg);
}
.job .filter .filter-item .input-wrap input {
  cursor: pointer;
  padding: 0 50px 0 20px;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.job .filter .filter-item .input-wrap input:focus {
  border-color: #409eff;
}
.job .filter .filter-item .input-wrap ::-webkit-input-placeholder {
  color: grey;
}
.job .table {
  width: 100%;
  border-collapse: collapse;
}
.job .table a:link {
  color: #666;
}
.job .table a:visited {
  color: #666;
}
.job .table a:hover {
  color: #000;
}
.job .table a:active {
  color: #666;
}
.job .table thead {
  color: #666;
  background: #FCF9FC;
}
.job .table thead tr {
  height: 60px;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}
.job .table thead tr th {
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
}
.job .table thead tr th:first-child {
  width: 600px;
  padding-left: 30px;
  text-align: left;
  box-sizing: border-box;
}
.job .table thead tr th:nth-child(2) {
  width: 200px;
}
.job .table thead tr th:nth-child(3),
.job .table thead tr th:nth-child(4) {
  width: 140px;
}
.job .table tbody {
  color: #666;
}
.job .table tbody tr {
  height: 60px;
  border-bottom: 1px solid #F0F0F0;
}
.job .table tbody td {
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #666;
  max-width: 200px;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.job .table tbody td:first-child {
  max-width: 570px;
  overflow: hidden;
  padding-left: 30px;
  text-align: left;
  cursor: pointer;
}
.job .table tbody td:first-child a {
  max-width: 570px;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .job .table thead tr {
    height: 0.6rem;
  }
  .job .table thead tr th {
    font-size: 0.16rem;
    line-height: 0.36rem;
  }
  .job .table thead tr th:first-child {
    width: 6rem;
    padding-left: 0.3rem;
  }
  .job .table thead tr th:nth-child(2) {
    width: 2rem;
  }
  .job .table thead tr th:nth-child(3),
  .job .table thead tr th:nth-child(4) {
    width: 1.4rem;
  }
  .job .table tbody tr {
    height: 0.6rem;
  }
  .job .table tbody td {
    line-height: 0.36rem;
    font-size: 0.16rem;
    max-width: 2rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
  .job .table tbody td:first-child {
    max-width: 5.7rem;
    padding-left: 0.3rem;
  }
  .job .table tbody td:first-child a {
    max-width: 5.7rem;
  }
}
.job .job-list-mobile {
  display: none;
}
.job .job-list-nodata {
  color: #aaa;
  text-align: center;
  margin-top: 0.8rem;
}
.job .job-list-nodata i {
  font-size: 1rem;
}
.job .job-list-nodata p {
  font-size: 0.24rem;
}
.job .select-popper {
  position: absolute;
  width: 300px;
  margin-top: 5px;
  display: none;
}
.job .select-popper .arrow-up {
  position: absolute;
  left: 20px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #ebeef5;
  border-top-width: 0;
  margin-right: 3px;
}
.job .select-popper .arrow-up::after {
  position: absolute;
  content: " ";
  display: block;
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-top-width: 0;
  border-bottom-color: #fff;
  top: 1px;
  margin-left: -6px;
}
.job .select-popper .option-wrapper {
  list-style: none;
  padding: 6px 0;
  margin: 5px 0;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.job .select-popper .option-wrapper .option {
  font-size: 14px;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #606266;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  cursor: pointer;
}
.job .select-popper .option-wrapper .option:hover {
  background-color: #f5f7fa;
}
@media (max-width: 1000px) {
  .job {
    padding: 0;
    box-shadow: none;
    min-height: 4.2rem;
    width: 6.8rem;
  }
  .job .filter {
    margin: 0 0 0.3rem 0;
    padding: 0.7rem 0 0;
    position: relative;
  }
  .job .filter .filter-item {
    display: inline-block;
    position: relative;
    margin: 0 0.2rem;
    width: 3.04rem;
  }
  .job .filter .filter-item-search {
    width: 6.57rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .job .filter .filter-item .input-wrap {
    position: relative;
  }
  .job .filter .filter-item .input-wrap i {
    display: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 50%;
    transition: all 0.5s;
    transform: translateY(-8px) rotateZ(0deg);
  }
  .job .filter .filter-item .input-wrap i.active {
    transform: translateY(-8px) rotateZ(180deg);
  }
  .job .filter .filter-item .input-wrap input {
    cursor: pointer;
    padding: 0;
    font-size: 0.2rem;
    text-align: center;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    border: none;
    background: #ECEDF2;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .job .filter .filter-item .input-wrap input:focus {
    border-color: #409eff;
  }
  .job .filter .filter-item .input-wrap ::-webkit-input-placeholder {
    color: grey;
  }
  .job .table {
    display: none;
  }
  .job .job-list-mobile {
    display: block;
  }
  .job .job-list-mobile a:link {
    color: #666;
  }
  .job .job-list-mobile a:visited {
    color: #666;
  }
  .job .job-list-mobile a:hover {
    color: #000;
  }
  .job .job-list-mobile a:active {
    color: #666;
  }
  .job .job-list-mobile .job-item {
    box-sizing: border-box;
    border-radius: 0.05rem;
    border-left: 0.1rem solid #0067ED;
    height: 1.6rem;
    padding: 0.25rem 0.35rem 0.25rem 0.15rem;
    margin: 0.4rem 0;
    box-shadow: 0px 0px 13px 0px rgba(120, 136, 170, 0.1);
  }
  .job .job-list-mobile .job-item h4 {
    margin: 0 0 0.15rem;
    line-height: 0.3rem;
    height: 0.6rem;
    font-size: 0.24rem;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .job .job-list-mobile .job-item .tag-wrap {
    font-size: 0.19rem;
  }
  .job .job-list-mobile .job-item .tag-wrap .tag {
    padding: 0 0.24rem;
    margin-right: 0.13rem;
    background: #ECEDF2;
    border-radius: 0.05rem;
    line-height: 0.38rem;
    height: 0.38rem;
    display: inline-block;
    color: #999;
  }
  .job .select-popper {
    width: 3rem;
  }
}
