body {
  background-color: #fafafa;
}
.job .filter {
  padding: 1.36rem 0.91rem;
  background-color: #fff;
  margin-bottom: 0.91rem;
}
.job .filter .filter-item label {
  width: 4.55rem;
  font-size: 0.82rem;
  margin-right: 1.82rem;
}
.job .filter .filter-item ul {
  width: calc(100% - 4.55rem);
}
.job .filter .filter-item ul a {
  color: #666666;
  padding: 0.36rem 0.73rem;
  background-color: #fafafa;
  border-radius: 4rem;
  margin-right: 1.36rem;
  border: 0.05rem solid transparent;
  white-space: nowrap;
  display: inline-block;
  transition: all 0.5s ease;
}
.job .filter .filter-item ul a:hover {
  background-color: #fff;
  border-color: #3974bf;
  color: #3974bf;
}
.job .filter .filter-item ul .filter-cur {
  color: #3974bf;
  background-color: #fff;
  border-color: #3974bf;
}
.job .filter .xz {
  margin-bottom: 2.73rem;
}
.job .mb-list {
  display: none;
  width: 100%;
}
.job .job-container {
  padding: 0.91rem;
  background-color: #fff;
  margin-bottom: 2.73rem;
}
.job .job-container .job-t {
  height: 2.73rem;
  background-color: #fafafa;
}
.job .job-container .job-t li {
  width: calc(100%/6);
  text-align: center;
  font-size: 0.73rem;
  color: #333333;
  line-height: 2.73rem;
  font-weight: bold;
}
.job .job-container .job-item {
  transition: all 0.5s ease;
  padding: 1.14rem 0;
  display: block;
}
.job .job-container .job-item li {
  width: calc(100%/6);
  text-align: center;
  line-height: 1.27rem;
}
.job .job-container .job-item li span {
  display: inline-block;
  width: 4.55rem;
  height: 1.36rem;
  text-align: center;
  line-height: 1.36rem;
  border-radius: 0.68rem;
  background-color: #3974bf;
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease;
}
.job .job-container .job-item:hover {
  box-shadow: 0 0.09rem 2.09rem 0 rgba(235, 235, 235, 0.55);
}
.job .job-container .job-item:hover span {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .job .filter {
    display: none;
  }
  .job .mb-list {
    display: block;
    background-color: #fff;
  }
  .job .mb-list .item {
    padding: 2vw 0;
  }
  .job .mb-list .label {
    width: 55px;
    font-weight: bold;
    color: #3974bf;
  }
  .job .mb-list .m-container {
    overflow: hidden;
    width: calc(100% - 55px);
  }
  .job .mb-list .m-container .swiper-slide {
    position: relative;
    padding: 6px 10px;
    width: auto;
    margin-right: 6px;
  }
  .job .mb-list .m-container .swiper-slide a {
    color: #666;
  }
  .job .mb-list .m-container .swiper-slide .mb-active {
    color: #3974bf;
  }
  .job .job-container {
    overflow: hidden;
  }
  .job .job-container .job-t li {
    width: calc(100%/5);
  }
  .job .job-container .job-t li:last-child {
    width: 0;
  }
  .job .job-container .job-item li {
    width: calc(100%/5);
  }
  .job .job-container .job-item li:last-child {
    width: 0;
  }
}
