@charset "UTF-8";
@import url("../common.css");
.careers-main {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .careers-main .hide {
    display: none; }
  .careers-main .img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/*
  // 模块1 招聘岗位
*/
.module-first {
  position: relative;
  width: 100%;
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .module-first .content-box {
    position: absolute;
    height: 100%;
    width: 1400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2; }
    .module-first .content-box .content-texts {
      position: relative;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-size: 40px;
      font-family: PingFang SC-Regular, PingFang SC;
      font-weight: 400;
      color: #FFFFFF;
      line-height: 47px; }

.module-second {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--grey-bg); }
  .module-second .sub-nav {
    width: 100%;
    height: 56px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center; }
    .module-second .sub-nav .nav-list {
      width: 1400px;
      height: 100%;
      display: flex;
      align-items: center;
      font-size: 16px;
      font-family: PingFang SC-Regular, PingFang SC;
      font-weight: 400;
      color: #222222; }
      .module-second .sub-nav .nav-list:first-child {
        font-weight: 500; }
  .module-second .content-box {
    min-height: 862px;
    width: 1400px;
    padding-top: 27px;
    display: flex;
    justify-content: space-between; }
    .module-second .content-box .cards {
      position: relative;
      width: calc(100% - 346px);
      display: flex;
      justify-content: space-between; }
      .module-second .content-box .cards .left-card {
        width: 244px;
        height: 600px;
        background-color: #FFFFFF; }
        .module-second .content-box .cards .left-card .up-title {
          width: 100%;
          height: 83px;
          border-bottom: 1px solid #EEEEEE;
          padding: 0 25px 0 27px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-size: 14px;
          font-family: PingFang SC-Medium, PingFang SC;
          font-weight: 500;
          color: #666666; }
          .module-second .content-box .cards .left-card .up-title span:first-child {
            font-weight: bold;
            color: #222222;
            font-size: 20px; }
          .module-second .content-box .cards .left-card .up-title span:last-child {
            cursor: pointer; }
        .module-second .content-box .cards .left-card .down-list {
          width: 100%;
          height: auto;
          padding: 23px 24px 20px 27px; }
          .module-second .content-box .cards .left-card .down-list ul {
            width: 100%;
            display: flex;
            flex-direction: column; }
            .module-second .content-box .cards .left-card .down-list ul li {
              height: 24px;
              display: flex;
              align-items: center;
              margin-bottom: 20px;
              font-size: 16px;
              font-family: PingFang SC-Medium, PingFang SC;
              font-weight: 500;
              color: #222222;
              cursor: pointer; }
              .module-second .content-box .cards .left-card .down-list ul li .checks {
                width: 16px;
                height: 16px;
                border-radius: 4px 4px 4px 4px;
                overflow: hidden;
                background: url("../../static/images/careers/not.png") no-repeat;
                background-size: 100% 100%;
                margin-right: 16px; }
              .module-second .content-box .cards .left-card .down-list ul li.active .checks {
                background: url("../../static/images/careers/checked.png") no-repeat;
                background-size: 100% 100%; }
      .module-second .content-box .cards .middle-card {
        width: calc(100% - 260px);
        height: 710px;
        background-color: #FFFFFF; }
        .module-second .content-box .cards .middle-card .nav-list {
          width: 100%;
          height: 83px;
          border-bottom: 1px solid #EEEEEE;
          display: flex;
          justify-content: space-around;
          align-items: center; }
          .module-second .content-box .cards .middle-card .nav-list span {
            position: relative;
            font-size: 16px;
            font-family: PingFang SC-Regular, PingFang SC;
            font-weight: 400;
            color: #222222;
            cursor: pointer; }
            .module-second .content-box .cards .middle-card .nav-list span.active {
              font-weight: bold;
              color: #222222; }
              .module-second .content-box .cards .middle-card .nav-list span.active::after {
                content: "";
                position: absolute;
                bottom: -30px;
                left: 50%;
                transform: translateX(-50%);
                width: 100%;
                height: 2px;
                background: var(--theme-color);
                border-radius: 10px; }
            .module-second .content-box .cards .middle-card .nav-list span::after {
              content: "";
              position: absolute;
              bottom: -30px;
              left: 50%;
              transform: translateX(-50%);
              width: 100%;
              background: var(--theme-color);
              border-radius: 10px; }
            .module-second .content-box .cards .middle-card .nav-list span:hover {
              font-weight: bold;
              color: #222222; }
              .module-second .content-box .cards .middle-card .nav-list span:hover::after {
                height: 2px;
                animation: ad_width 0.3s ease forwards; }
        .module-second .content-box .cards .middle-card .job-list {
          width: 100%;
          height: 625px; }
          .module-second .content-box .cards .middle-card .job-list ul {
            width: 100%;
            height: 100%;
            overflow-y: auto; }
            .module-second .content-box .cards .middle-card .job-list ul li {
              width: 100%;
              height: 100px;
              padding-left: 30px;
              display: flex;
              flex-direction: column;
              justify-content: center;
              font-size: 14px;
              font-family: PingFang SC-Regular, PingFang SC;
              font-weight: 400;
              color: #666666;
              cursor: pointer; }
              .module-second .content-box .cards .middle-card .job-list ul li span:first-child {
                color: #222222;
                font-weight: bold;
                font-size: 18px;
                margin-bottom: 5px; }
              .module-second .content-box .cards .middle-card .job-list ul li.active {
                background-color: #FFFAE7; }
              .module-second .content-box .cards .middle-card .job-list ul li .empty-jop {
                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center; }
    .module-second .content-box .right-card {
      width: 330px;
      height: 512px;
      background-color: #FFFFFF; }
      .module-second .content-box .right-card .up-title {
        width: 100%;
        height: 83px;
        border-bottom: 1px solid #EEEEEE;
        padding: 0 25px 0 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: bold;
        color: #222222;
        font-size: 20px; }
      .module-second .content-box .right-card .chat-phone {
        width: 100%;
        padding: 36px 25px 0 25px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .module-second .content-box .right-card .chat-phone .chat {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          font-size: 14px;
          font-family: PingFang SC-Regular, PingFang SC;
          font-weight: 400;
          color: #666666;
          line-height: 20px; }
        .module-second .content-box .right-card .chat-phone .phone {
          margin-top: 30px;
          width: 100%;
          height: 117px;
          background: #FBFBFB;
          padding: 20px; }
          .module-second .content-box .right-card .chat-phone .phone .line {
            width: 100%;
            height: 100%;
            border-bottom: 1px solid #E9EDF0;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            font-size: 14px;
            font-family: PingFang SC-Medium, PingFang SC;
            font-weight: 500;
            color: #666666; }
            .module-second .content-box .right-card .chat-phone .phone .line span.name {
              font-size: 16px;
              font-family: PingFang SC-Bold, PingFang SC;
              font-weight: bold;
              color: #222222;
              line-height: 24px; }

.module-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.52);
  z-index: 100;
  display: none;
  justify-content: center;
  align-items: center;
  box-sizing: border-box; }
  .module-modal.active {
    display: flex; }
  .module-modal .modal-content {
    position: relative;
    width: 72%;
    height: 80%;
    background-color: #fff;
    display: flex;
    flex-direction: column; }
    .module-modal .modal-content .header-title {
      position: relative;
      width: 100%;
      height: 18%;
      border-bottom: 1px solid #EEEEEE;
      padding-left: 3.92%;
      font-size: 14px;
      font-family: PingFang SC-Regular, PingFang SC;
      font-weight: 400;
      color: #666666;
      display: flex;
      flex-direction: column;
      justify-content: center;
      box-sizing: border-box; }
      .module-modal .modal-content .header-title span:first-child {
        font-size: 24px;
        font-weight: bold;
        color: #222222;
        margin-bottom: 15px; }
      .module-modal .modal-content .header-title span.close {
        display: inline-block;
        position: absolute;
        top: 16px;
        right: 16px;
        color: #6D6D6D;
        font-size: 16px;
        cursor: pointer; }
        .module-modal .modal-content .header-title span.close .icon {
          width: 20px;
          height: 20px; }
    .module-modal .modal-content .main-section {
      width: 100%;
      height: 82%;
      overflow-y: auto;
      box-sizing: border-box;
      padding-left: 3.92%;
      padding-right: 3.92%;
      padding-bottom: 3.92%;
      display: flex;
      flex-direction: column; }
      .module-modal .modal-content .main-section .line-item {
        width: 100%;
        padding: 2% 0;
        border-bottom: 1px solid #EEEEEE;
        display: flex;
        flex-direction: column;
        font-size: 14px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #222222;
        line-height: 26px; }
        .module-modal .modal-content .main-section .line-item:last-child {
          border-bottom: unset; }
        .module-modal .modal-content .main-section .line-item .title {
          font-weight: bold;
          font-size: 16px;
          margin-bottom: 1.4%; }
        .module-modal .modal-content .main-section .line-item .base-msg {
          width: 50%;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .module-modal .modal-content .main-section .line-item .base-msg li span:last-child {
            font-weight: bold;
            font-size: 14px; }

/*
  // 媒体查询
*/
/*
  // 媒体查询 平板端
*/
@media screen and (min-width: 1081px) and (max-width: 1420px) {
  .module-first {
    height: auto; }
    .module-first .content-box {
      width: 1000px; }
      .module-first .content-box .content-texts {
        font-size: 30px; }
  .module-second .sub-nav .nav-list {
    width: 1000px; }
  .module-second .content-box {
    width: 1000px;
    flex-direction: column; }
    .module-second .content-box .cards {
      width: 100%; }
    .module-second .content-box .right-card {
      margin-top: 12px;
      width: 100%;
      height: auto;
      padding-bottom: 20px; }
      .module-second .content-box .right-card .up-title {
        display: none; }
      .module-second .content-box .right-card .chat-phone {
        flex-direction: unset; } }

@media screen and (min-width: 801px) and (max-width: 1080px) {
  .pageTitle h3 {
    font-size: 26px; }
  .module-first {
    height: auto; }
    .module-first .content-box {
      width: 700px; }
      .module-first .content-box .content-texts {
        font-size: 24px; }
  .module-second .sub-nav .nav-list {
    width: 700px; }
  .module-second .content-box {
    width: 700px;
    flex-direction: column; }
    .module-second .content-box .cards {
      width: 100%; }
    .module-second .content-box .right-card {
      margin-top: 12px;
      width: 100%;
      height: auto;
      padding-bottom: 20px; }
      .module-second .content-box .right-card .up-title {
        display: none; }
      .module-second .content-box .right-card .chat-phone {
        flex-direction: unset; }
  .module-modal .modal-content .main-section .line-item .base-msg {
    width: 90%; } }

@media screen and (max-width: 800px) {
  .pageTitle h3 {
    font-size: 20px; }
  .pageTitle .tips {
    font-size: 12px; }
  .module-first {
    height: auto; }
    .module-first .content-box {
      width: 100%; }
      .module-first .content-box .content-texts {
        font-size: 18px;
        align-items: center; }
  .module-second .sub-nav .nav-list {
    width: 100%;
    padding-left: 10px; }
  .module-second .content-box {
    width: 100%;
    flex-direction: column; }
    .module-second .content-box .cards {
      width: 100%;
      flex-direction: column; }
      .module-second .content-box .cards .left-card {
        width: 100%;
        margin-bottom: 12px; }
      .module-second .content-box .cards .middle-card {
        width: 100%; }
    .module-second .content-box .right-card {
      margin-top: 12px;
      width: 100%;
      height: auto;
      padding-bottom: 20px; }
      .module-second .content-box .right-card .up-title {
        display: none; }
      .module-second .content-box .right-card .chat-phone {
        flex-direction: unset; }
  .module-modal .modal-content {
    width: 90%;
    height: 85%; }
    .module-modal .modal-content .main-section .line-item .base-msg {
      width: 100%; } }
