@media (min-width: 960px) {
  .header {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }

  .header img {
    display: none;
  }

  .outerClose {
    display: none;
  }

  .header .content {
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }

  .header .content .logo {
    width: 127px;
    height: 40px;
    background-image: url("../assets/img/logo.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .header .content .nav-content {
    display: flex;
    height: 100%;
  }

  .header .content .nav-content .nav_item {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin-right: 64px;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
  }

  .header .content .nav-content .nav_item:last-child {
    margin-right: 0;
  }

  .header .content .nav-content .nav_item.active {
    color: #fff;
  }

  .header .content .nav-content .nav_item.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
    left: 50%;
    margin-left: -20px;
    background-color: #fff;
    border-radius: 2px;
  }

  .banner-wrapper {
    width: 100%;
    height: 5rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../assets/img/bg8.png");
  }

  .banner-wrapper .banner-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 1.64rem;
  }

  .banner-wrapper .banner-content .title {
    font-size: 40px;
    font-family: Gotham-Black, Gotham;
    font-weight: 900;
    color: #ffffff;
  }

  .banner-wrapper .banner-content .sub-title {
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    margin-top: 32px;
  }

  .job-container .content {
    width: 1200px;
    margin: 0 auto;
  }

  .job-container .content .title {
    display: flex;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 32px;
  }

  .job-container .content .title span:nth-child(1) {
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #2a3e52;
    line-height: 40px;
    letter-spacing: 1px;
  }

  .job-container .content .title span:nth-child(2) {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #2a3e52;
    margin-left: 8px;
  }

  .job-container .content .title span:nth-child(3) {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(15, 91, 255, 1);
  }

  .job-container .content .job-item {
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    margin-bottom: 32px;
  }

  .job-container .content .job-item .desc-wrapper {
    padding: 33px 20px 48px;
  }

  .job-container .content .job-item .desc-wrapper .title-container {
    display: flex;
    justify-content: space-between;
  }

  .job-container .content .job-item .desc-wrapper .job-name {
    display: flex;
    align-items: center;
  }

  .job-container .content .job-item .desc-wrapper .job-name span:first-child {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0f5bff;
  }

  .job-container .content .job-item .desc-wrapper .job-name span:last-child {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5c5c76;
    margin-left: 10px;
  }

  .job-container .content .job-item .desc-wrapper .title-container .time {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6f6e89;
  }

  .job-container .content .job-item .desc-wrapper .require,
  .ask {
    font-size: 14px;
    font-family: arial, verdana, helvetica, "PingFang SC", "HanHei SC",
      STHeitiSC-Light, Microsoft Yahei, sans-serif;
    color: #5c5c76;
    font-weight: 400;
    margin-top: 30px;
  }

  .job-container .content .job-item .desc-wrapper .require div:first-child {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
  }

  .job-container .content .job-item .desc-wrapper .ask div:first-child {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
  }

  .job-container .content .job-item .desc-wrapper .require div {
    margin-top: 12px;
  }

  .job-container .content .job-item .desc-wrapper .ask div {
    margin-top: 12px;
    display: flex;
  }

  .job-container .content .job-item .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    background: #f5f5f5;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5c5c76;
  }

  .floor {
    width: 100%;
    height: 85px;
    background: #07122d;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 85px;
    margin-top: 207px;
  }
}

@media (max-width: 960px) {
  .header {
    position: fixed;
    left:0;
    top:0; 
    font-size: .24rem;
    height: 1rem;
    border-bottom: 1px solid #e5e5e5;
  }

  .outerClose {
    display: block;
    font-size: .27rem;
    padding-top: .2rem;
    padding-left: .2rem;
  }

  .banner-wrapper {
    margin-top: 1rem;
    width: 100%;
    height: 3.2em;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../assets/img/mobileimgs/recruit.jpg");
  }

  .banner-wrapper .banner-content {
    width: 100%;
    height: 100%;
    padding-top: .81rem;
    padding-left: .3rem;
  }

  .banner-wrapper .banner-content .title {
    /* font-size: 1rem; */
    font-size: .36rem;
    font-family: Gotham-Black, Gotham;
    font-weight: 900;
    color: #ffffff;
  }

  .banner-wrapper .banner-content .sub-title {
    font-size: 0.24rem;
    color: #ffffff;
    font-weight: 400;
    font-family: PingFangSC-Regular, PingFang SC;
    margin-top: 0.16rem;
  }

  .job-container {
    width: 100%;
  }

  .job-container .content .title {
    margin: .6rem .3rem 0.45rem;
    line-height: 0.4rem;
  }

  .job-container .content .title span:nth-child(1) {
    font-size: 0.28rem;
    letter-spacing: 0.01rem;
    font-weight: bold;
    color: #2a3e52;
    font-family: PingFangSC-Medium, PingFang SC;
  }

  .job-container .content .title span:nth-child(2),
  .job-container .content .title span:nth-child(3) {
    font-size: 0.24rem;
  }

  .job-container .content .title span:nth-child(2) {
    color: #2a3e52;
  }

  .job-container .content .title span:nth-child(3) {
    color: rgba(15, 91, 255, 1);
  }

  .job-item {
    border-radius: 0.04rem;
    border: 0.01rem solid #e5e5e5;
    margin: 0.3rem;
  }

  .desc-wrapper {
    padding: 0.3rem 0.3rem 0.48rem 0.3rem;
  }

  .desc-wrapper .title-container {
    display: flex;
    justify-content: space-between;
  }

  .desc-wrapper .title-container {
    line-height: 0.33rem;
  }

  .desc-wrapper .job-name span:first-child {
    font-size: 0.24rem;
    letter-spacing: 0.0086rem;
    color: #0f5bff;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
  }

  .desc-wrapper .job-name span:last-child {
    margin-left: 0.7em;
    font-size: 0.2rem;
    letter-spacing: 0.0071rem;
  }
  .special{
    margin-left: 0!important; /*部分职位换行*/
  }

  .desc-wrapper .job-name {
    display: flex;
    flex-wrap: wrap;
  }

  .desc-wrapper .title-container .time {
    white-space: nowrap;
    font-size: 0.2rem;
    letter-spacing: 0.0071rem;
    color: #6f6e89;
  }

  .desc-wrapper .require,
  .ask {
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 500;
    line-height: 0.4rem;
    font-size: 0.22rem;
  }

  .desc-wrapper .require div,
  .ask div {
    margin: 0.3rem 0 0.12rem;
  }

  .job-item .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    color: #5c5c76;
    height: .6rem;
    font-size: 0.2rem;
    line-height: .6rem;
    font-weight: 400;
    font-family: PingFangSC-Regular, PingFang SC;
  }

  .res {
    font-size: 0.22rem;
    line-height: 0.3rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
  }

  .floor {
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    background-color: #07122d;
    font-size: .2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin-top: .6rem;
    text-align: center;
  }

  /*左侧菜单*/
  .nav-content .nav_item {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: .3rem;
    cursor: pointer;
    font-size: .24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    color:#2a3e52;
  }

  .nav-content>a {
    text-decoration: none;
  }

  .leftMenu {
    background: #fff;
    left: -1000px;
    position: fixed;
    top: 0;
    display: block;
    height: 100%;
    width: 2.5rem;
    z-index: 9999;
    position: fixed;
  }

  .leftMenu.menu-open {
    left: 0;
  }

  .menu-dark-backdrop {
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }

  .menu-dark-backdrop.in {
    height: 100%;
    z-index:0;
    background: rgba(0, 0, 0, 0.5);
  }

  .menu_btn {
    margin-left: .3rem;
    margin-top: .38rem;
    width: .39rem;
    height: .24rem;
  }

  .mobileLogo {
    width: 1.83rem;
    height: .56rem;
    margin-left: 2.15rem;
    margin-top: .22rem;
  }

  .mobileHeader {
    display: flex;
    width:100vw;
    position:absolute;
    top:0;
    left:0;
    background-color: #fff;
    height:1rem;
    border-bottom: 1px solid #e5e5e5;
  }
}