@media (min-width: 769px) {
  .swiper-banner .swiper-container {
    height: 7rem;
  }
  .swiper-banner .slide-pagination {
    bottom: 0.25rem;
  }
  .panel-recruit {
    margin-bottom: 0.75rem;
    padding: 0.8rem 3rem 0;
    font-family: Source Han Sans;
  }
  .panel-recruit .title-blod {
    margin-bottom: 0.3rem;
    font-weight: bold;
    font-size: 0.4rem;
    color: #333333;
    line-height: 0.4rem;
  }
  .panel-recruit .title-normal {
    margin-bottom: 0.75rem;
    font-size: 0.2rem;
    color: #999999;
    line-height: 0.2rem;
  }
  .panel-recruit .job-item {
    display: flex;
    margin-bottom: 0.75rem;
    padding: 0.625rem;
    min-height: 4.45rem;
    background: #FFFFFF;
    box-shadow: 0rem 0 0.2rem 0rem rgba(193, 193, 193, 0.1608);
  }
  .panel-recruit .job-item .job-item_left {
    width: 3.05rem;
    font-weight: 700;
    font-size: 0.3rem;
    color: #0190D8;
    border-right: 0.0125rem solid #DDDDDD;
  }
  .panel-recruit .job-item .job-item_left .split-line {
    margin: 0.1875rem 0;
    width: 0.45rem;
    height: 0.025rem;
    background: #0190D8;
  }
  .panel-recruit .job-item .job-item_left .salary {
    font-size: 0.25rem;
  }
  .panel-recruit .job-item .job-item_right {
    padding-left: 0.8rem;
    font-size: 0.175rem;
    color: #333;
  }
  .panel-recruit .job-item .job-item_right .right-title {
    margin-bottom: 0.1875rem;
    font-weight: bold;
    font-size: 0.25rem;
  }
  .panel-recruit .job-item .job-item_right .right-title:not(:first-child) {
    margin-top: 0.4rem;
  }
  .panel-recruit .job-item .job-item_right .skill p:not(:last-child) {
    margin-bottom: 0.1875rem;
  }
}
@media (max-width: 768px) {
  .swiper-banner .swiper-container {
    height: 15.375rem;
  }
  .swiper-banner .slide-pagination {
    bottom: 0.5rem;
  }
  .panel-recruit {
    margin-bottom: 0.75rem;
    padding: 0.8rem 1.025rem 0;
    font-family: Source Han Sans;
  }
  .panel-recruit .title-blod {
    margin-bottom: 1.08rem;
    font-weight: bold;
    font-size: 1.44rem;
    color: #333333;
    line-height: 1.44rem;
  }
  .panel-recruit .title-normal {
    margin-bottom: 1.5rem;
    font-size: 0.8375rem;
    color: #999999;
  }
  .panel-recruit .job-item {
    margin-bottom: 0.75rem;
    padding-bottom: 1rem;
    border-bottom: 0.1rem dashed #DDDDDD;
  }
  .panel-recruit .job-item .job-item_left {
    display: flex;
    align-items: center;
    padding-bottom: 0.375rem;
    font-weight: 700;
    font-size: 1.08rem;
    color: #0190D8;
  }
  .panel-recruit .job-item .job-item_left .split-line {
    margin: 0.1875rem 0;
    width: 1.62rem;
    height: 0.09rem;
    background: #0190D8;
  }
  .panel-recruit .job-item .job-item_left .salary {
    font-size: 0.9rem;
  }
  .panel-recruit .job-item .job-item_right {
    padding-top: 0.5rem;
    font-size: 0.8375rem;
    line-height: 1.5rem;
    color: #333333;
  }
  .panel-recruit .job-item .job-item_right .right-title {
    margin-bottom: 0.1875rem;
    font-weight: bold;
    font-size: 0.9rem;
  }
  .panel-recruit .job-item .job-item_right .right-title:not(:first-child) {
    margin-top: 0.4rem;
  }
}