@charset "UTF-8";
.join__banner {
  background: url("../img/join/joinBanner.jpg") no-repeat center;
  margin-top: 100px;
  height: 1090px;
  padding: 300px 0 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .join__banner > p {
    padding-top: 190px;
    color: #FFF;
    font-size: 26px; }
  .join__banner > h2 {
    color: #FFF;
    font-size: 74px;
    padding-bottom: 65px; }
  .join__banner__top__search {
    justify-content: center;
    width: 650px;
    height: 80px;
    display: flex;
    position: relative; }
    .join__banner__top__search > .fa-search {
      position: absolute;
      color: #cccccc;
      top: 50%;
      left: 35px;
      transform: translate(0, -50%);
      font-size: 30px; }
    .join__banner__top__search > input {
      width: 450px;
      height: 80px;
      border: none;
      border-top-left-radius: 40px;
      border-bottom-left-radius: 40px;
      padding-left: 90px;
      box-sizing: border-box;
      background-color: #FFF;
      font-size: 26px; }
    .join__banner__top__search > button {
      width: 200px;
      height: 80px;
      border-top-right-radius: 40px;
      border-bottom-right-radius: 40px;
      background: #3370ff;
      color: #FFF;
      border: none;
      font-size: 26px; }
  .join__banner__top__select {
    display: flex;
    width: 650px;
    flex-direction: column; }
    .join__banner__top__select__box {
      position: relative;
      margin-top: 10px; }
      .join__banner__top__select__box span {
        position: relative;
        display: inline-block; }
        .join__banner__top__select__box span > p {
          font-size: 26px;
          width: 650px;
          height: 80px;
          border: 1px solid #dadce5;
          box-sizing: border-box;
          text-align: center;
          background: #FFF;
          line-height: 80px;
          color: #555555;
          border-radius: 40px;
          border-radius: 40px; }
        .join__banner__top__select__box span > img {
          position: absolute;
          right: 45px;
          top: 50%;
          transform: translate(0, -50%); }
      .join__banner__top__select__box ul {
        position: absolute;
        box-sizing: border-box;
        border-radius: 10px;
        top: 89px;
        width: 650px;
        background-color: #FFF;
        box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.225);
        z-index: 999;
        display: none;
        border: 1px solid #dadce5; }
        .join__banner__top__select__box ul li {
          height: 80px;
          line-height: 80px;
          color: #555555;
          text-align: center;
          font-size: 26px; }
          .join__banner__top__select__box ul li:first-child {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px; }
          .join__banner__top__select__box ul li:last-child {
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px; }
          .join__banner__top__select__box ul li:hover {
            background: #3370ff;
            color: #FFF;
            cursor: pointer; }
          .join__banner__top__select__box ul li.acitve {
            background: #3370ff;
            color: #FFF; }
.join__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto; }
  .join__content__hotpost {
    text-align: center;
    margin-bottom: 140px; }
    .join__content__hotpost ul {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      justify-content: center; }
      .join__content__hotpost ul li {
        position: relative;
        height: 349px; }
        .join__content__hotpost ul li i {
          position: absolute;
          bottom: 30px;
          left: 0;
          right: 0;
          font-style: normal;
          color: #FFF;
          font-size: 36px; }
  .join__content h3 {
    font-size: 44px;
    line-height: 150px; }
  .join__content__life {
    text-align: center;
    margin-bottom: 140px; }
    .join__content__life__lifeNeo {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 50px; }
      .join__content__life__lifeNeo__lifeDiv {
        position: relative;
        box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.225);
        height: 300px;
        border-radius: 10px; }
        .join__content__life__lifeNeo__lifeDiv span {
          position: absolute;
          left: 40px;
          top: 35px;
          color: #FFF;
          text-align: left; }
          .join__content__life__lifeNeo__lifeDiv span p {
            font-size: 16px; }
          .join__content__life__lifeNeo__lifeDiv span h4 {
            font-size: 40px; }

.joinPosition__center {
  display: flex;
  max-width: 1600px;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
  cursor: pointer; }
  .joinPosition__center > li {
    min-height: 178px;
    border-bottom: 1px solid #dcdcdc;
    width: 800px; }
    .joinPosition__center > li:hover {
      background: #f7f7f7; }
  .joinPosition__center__title {
    height: 178px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0 65px; }
    .joinPosition__center__title > span:nth-child(1) {
      display: flex;
      align-items: center;
      line-height: 22px;
      gap: 20px; }
      .joinPosition__center__title > span:nth-child(1) h3 {
        font-size: 36px; }
      .joinPosition__center__title > span:nth-child(1) i {
        background: url("../img/join/plance.png") no-repeat;
        padding-left: 25px;
        font-style: normal;
        color: #aaaaaa;
        font-size: 18px; }
    .joinPosition__center__title > span:nth-child(2) {
      margin-top: 18px;
      color: #aaaaaa; }
      .joinPosition__center__title > span:nth-child(2) i {
        font-style: normal;
        border-right: 1px solid #aaa;
        padding: 0 10px; }
        .joinPosition__center__title > span:nth-child(2) i:first-child {
          padding-left: 0; }
        .joinPosition__center__title > span:nth-child(2) i:last-child {
          border: none; }
    .joinPosition__center__title img {
      position: absolute;
      right: 55px; }
  .joinPosition__center__tag {
    display: flex;
    gap: 10px; }
    .joinPosition__center__tag p {
      width: 80px;
      height: 26px;
      border-radius: 13px;
      line-height: 26px;
      text-align: center;
      color: #FFF;
      font-size: 18px; }
    .joinPosition__center__tag__one {
      background-color: #3370ff; }
    .joinPosition__center__tag__two {
      background-color: #ff6d34; }
  .joinPosition__center__content {
    padding: 0 65px;
    line-height: 40px;
    display: none; }
    .joinPosition__center__content p {
      margin-bottom: 10px;
      font-size: 24px;
      font-family: '微软雅黑'; }
    .joinPosition__center__content__apply {
      width: 500px;
      height: 80px;
      border-radius: 40px;
      background-color: #3370ff;
      line-height: 80px;
      text-align: center;
      display: block;
      margin: 80px auto 30px;
      font-size: 32px;
      color: #FFF; }
.joinPosition .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 100px; }
  .joinPosition .pagination li {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-family: 'PoppinsMedium';
    text-align: center;
    margin: 0 5px;
    box-sizing: border-box;
    cursor: pointer; }
    .joinPosition .pagination li.active {
      color: #000;
      border-bottom: 5px solid #000; }
    .joinPosition .pagination li:hover {
      color: #000;
      border-bottom: 5px solid #000; }
  .joinPosition .pagination .btn-next, .joinPosition .pagination .btn-prev {
    background: #000;
    padding: 0;
    width: 50px;
    height: 50px;
    color: #FFF;
    margin: 0 5px; }
    .joinPosition .pagination .btn-next .el-icon, .joinPosition .pagination .btn-prev .el-icon {
      font-size: 18px; }
    .joinPosition .pagination .btn-next:hover, .joinPosition .pagination .btn-prev:hover {
      color: #FFF;
      border-bottom: 5px solid #000; }

.join__pop {
  width: 100%;
  /* height: 100%; */
  position: absolute;
  z-index: 99998;
  top: 0;
  bottom: 0;
  display: none; 
  background-color: #FFF;
  overflow: auto;
  padding-bottom: 20px;}
  .join__pop__box {
    width: 100%;
    /* height: 100%; */
    background: url("../img/join/welcomBg.jpg") no-repeat;
    background-color: #FFF;
    text-align: center;
    padding: 0 55px;
    box-sizing: border-box; }

    .join__pop__box__form {
      padding: 35px 0 0 0; }
      .join__pop__box__form span {
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
        display: flex;
        flex-direction: column; }
        .join__pop__box__form span > input {
          padding-left: 30px;
          border: 1px solid #c9c9c9;
          border-radius: 40px;
          box-sizing: border-box;
          height: 80px;
          width: 100%;
          font-size: 20px; }
        .join__pop__box__form span > i {
          background: url("../img/join/icon3.png") no-repeat 0 20px;
          background-size: 25px;
          color: #ff3333;
          padding-left: 35px;
          font-style: normal;
          padding-top: 15px;
          font-size: 24px;
          text-align: left;
          display: none;}
    .join__pop__box h2 {
      font-size: 30px;
      color: #3370ff;
      padding: 45px 0 0 0; }
    .join__pop__box .dropify-wrapper {
      margin-top: 20px; }
    .join__pop__box__delivery {
      width: 500px;
      height: 80px;
      line-height: 80px;
      display: inline-block;
      background: #3370ff;
      border-radius: 40px;
      border: none;
      color: #FFF;
      margin-top: 20px;
      font-size: 26px; }
    .join__pop__box .active {
      background: #555555; }
    .join__pop__box__close {
      position: absolute;
      display: inline-block;
      width: 50px;
      height: 50px;
      right: 50px;
      top: 20px; }
      .join__pop__box__close img {
        width: 50px;
        height: 50px; }

.joinOk {
  padding-top: 200px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .joinOk h3 {
    font-size: 44px;
    padding-bottom: 40px; }
  .joinOk__content {
    width: 640px;
    box-sizing: border-box;
    border: 2px solid #e7e7e7;
    border-radius: 10px;
    margin: 50px 0;
    padding: 20px;
    text-align: center;
    line-height: 40px; }
    .joinOk__content p {
      font-size: 18px; }
    .joinOk__content p:last-child {
      font-size: 18px;
      font-weight: bold; }
  .joinOk > a {
    width: 500px;
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    background-color: #3370ff;
    text-align: center;
    margin-bottom: 200px;
    font-size: 26px;
    color: #FFF; }

.join__errPop {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 99998;
  top: 0;
  display: none; }
  .join__errPop__box {
    position: fixed;
    z-index: 99999;
    width: 640px;
    height: 650px;
    background-color: #FFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 26px; }
    .join__errPop__box__content h3 {
      font-size: 44px;
      padding-top: 60px; }
    .join__errPop__box__content img {
      padding: 30px 0 20px; }
    .join__errPop__box__close {
      position: absolute;
      display: inline-block;
      width: 50px;
      height: 50px;
      right: 20px;
      top: 20px; }
      .join__errPop__box__close img {
        width: 50px;
        height: 50px; }
        .join_search_list {
          position: absolute;
          top: 81px;
          width: 650px;
          left: 0;
          max-height: 300px;
          overflow: auto;
          background-color: #FFF;
          box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.225);
          border: 1px solid #dadce5;
          z-index: 999;
          box-sizing: border-box;
          border-radius: 10px;
          display: none; }
          .join_search_list li {
            height: 60px;
            line-height: 60px;
            padding: 0 10px;
            box-sizing: border-box;
            font-size: 22px; }
            .join_search_list li:first-child {
              border-top-left-radius: 10px;
              border-top-right-radius: 10px; }
            .join_search_list li:last-child {
              border-bottom-left-radius: 10px;
              border-bottom-right-radius: 10px; }
            .join_search_list li:hover {
              background: #3370ff;
              color: #FFF;
              cursor: pointer; }
            .join_search_list li.acitve {
              background: #3370ff;
              color: #FFF; }
        
        .nullData {
          text-align: center;
          display: none;
          position: absolute;
          top: 81px;
          width: 650px;
          left: 0;
          background-color: #FFF;
          box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.225);
          border: 1px solid #dadce5;
          z-index: 999;
          box-sizing: border-box;
          border-radius: 10px;
          height: 60px;
          line-height: 60px;
          font-size: 22px; }

          .access input {
            margin: 20px 0 0;
            padding-left: 20px;
            border: 1px solid #c9c9c9;
            border-radius: 40px;
            box-sizing: border-box;
            height: 80px;
            width: 100%;
            font-size: 20px; }
          
          .resume {
            text-align: left;
            display: flex;
            flex-direction: column; }
            .resume i {
              background: url("../img/join/icon3.png") no-repeat 0 10px;
              background-size: 25px;
              color: #ff3333;
              padding-left: 35px;
              font-style: normal;
              padding-top: 5px;
              display: none;
              font-size: 24px; }

/*# sourceMappingURL=join.css.map */
