@charset "UTF-8";
.home-page-wrap {
  min-width: 1190px;
  font-family: PingFangSC-Regular, PingFang SC;
}
.home-page-wrap .middle-content {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.home-page-wrap .middle-content .title-group {
      width: 100%;
      display: flex;
      align-items: center;
}
.home-page-wrap .middle-content .title-group .title-1 {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #333;
        margin-bottom: 19px;
        width: 60%;
}
.home-page-wrap .middle-content .title-group .title-2 {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #333;
        margin-bottom: 19px;
        width: 40%;
        padding-left: 10px;
}
.home-page-wrap .top-content {
    position: relative;
    height: 56px;
}
.home-page-wrap .top-content .banner-wrap {
      min-width: 1190px;
      height: 300px;
      margin: auto;
      z-index: 1;
      background-size: 100% 100%;
      text-align: center;
      background-repeat: no-repeat;
      background-position-x: center;
}
.home-page-wrap .top-content .banner-wrap .el-carousel__indicators--horizontal {
        bottom: 50px;
}
.home-page-wrap .main-body {
    padding-bottom: 80px;
    position: relative;
}
.home-page-wrap .main-body .home-carousel-box {
      width: 100%;
      height: 600px;
}
.home-page-wrap .main-body .home-carousel-box .banner-img {
        width: 100%;
        height: 100%;
}
.home-page-wrap .main-body .home-search-box {
      width: 1190px;
      position: absolute;
      top: 80px;
      z-index: 99;
      left: 50%;
      transform: translateX(-50%);
      background-color: rgba(71, 71, 71, 0.2);
      padding: 16px 24px;
      height: 50px;
      box-sizing: border-box;
      border-radius: 8px;
      display: flex;
      align-items: center;
}
.home-page-wrap .main-body .home-search-box input {
        border: 0;
        outline: none;
        width: 80%;
        font-size: 16px;
        color: #fff;
}
.home-page-wrap .main-body .home-search-box input::-moz-placeholder {
          color: #FFFFFF;
          font-size: 15px;
}
.home-page-wrap .main-body .home-search-box input::placeholder {
          color: #FFFFFF;
          font-size: 15px;
}
.home-page-wrap .main-body .home-search-box img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
}
.home-page-wrap .main-body .home-middle-content {
      background: #fff;
      padding: 60px 0;
}
.home-page-wrap .main-body .content-list-box {
      display: flex;
      justify-content: space-between;
      cursor: pointer;
}
.home-page-wrap .main-body .content-list-box .content-item {
        width: 32%;
}
.home-page-wrap .main-body .content-list-box .content-item img {
          width: 60px;
          height: 55px;
}
.home-page-wrap .main-body .content-list-box .content-item .title {
          padding: 15px 0;
          font-weight: 550;
          color: #101828;
          font-size: 20px;
          border-bottom: 3px solid #2E1F88;
          margin-bottom: 15px;
}
.home-page-wrap .main-body .content-list-box .content-item .article-list {
          line-height: 18px;
          font-size: 14px;
          color: #344054;
}
.home-page-wrap .main-body .content-list-box .content-item .article-list div {
            width: 100%;
            height: 18px;
            line-height: 18px;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: keep-all;
            font-size: 14px;
            color: #344054;
            margin-bottom: 15px;
}
.home-page-wrap .main-body .content-list-box .content-item .learn-more {
          color: #C3A062;
          font-size: 15px;
}
.home-page-wrap .main-body .hot-tag-box {
      margin-top: 120px;
}
.home-page-wrap .main-body .hot-tag-box .title {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
}
.home-page-wrap .main-body .hot-tag-box .title img {
          width: 156px;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .left-box {
          width: 370px;
          height: 503px;
          border-radius: 15px;
          overflow: hidden;
          background-image: url(../img/hotTag1.f8029589.png);
          background-size: 100% 100%;
          position: relative;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .left-box:hover {
          transition: 0.5s;
          background-image: url(../img/hotTag1-hover.672568c1.png);
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .left-box:hover .hot-tag-content {
            background: rgba(46, 31, 136, 0.6);
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .left-box:hover,
        .home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .right-bottom:hover,
        .home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .right-top-left:hover,
        .home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .right-top-right:hover {
          transition: 0.5s;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .left-box:hover .hot-tag-content,
          .home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .right-bottom:hover .hot-tag-content,
          .home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .right-top-left:hover .hot-tag-content,
          .home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .right-top-right:hover .hot-tag-content {
            background: rgba(46, 31, 136, 0.6);
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .right-box {
          width: 802px;
          height: 503px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .right-box .right-top {
            display: flex;
            justify-content: space-between;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .right-box .right-top .right-top-left {
              width: 392.5px;
              height: 265px;
              border-radius: 15px;
              overflow: hidden;
              background-image: url(../img/hotTag2.52f94fe8.png);
              background-size: 100% 100%;
              position: relative;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .right-box .right-top .right-top-right {
              width: 392.5px;
              height: 265px;
              border-radius: 15px;
              overflow: hidden;
              background-image: url(../img/hotTag3.9fc1d610.png);
              background-size: 100% 100%;
              position: relative;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .right-box .right-bottom {
            width: 800px;
            height: 223px;
            border-radius: 15px;
            overflow: hidden;
            background-image: url(../img/hotTag4.f4db0704.png);
            background-size: 100% 100%;
            position: relative;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .hot-tag-content {
          position: absolute;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          border-radius: 8px;
          padding: 20px 30px;
          overflow: hidden;
          color: #fff;
          font-size: 18px;
          background: linear-gradient(180deg, #3068D5 0%, rgba(46, 31, 136, 0.35) 100%);
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .hot-tag-content img {
            width: 70px;
            height: 70px;
            margin: 30px 30px 30px 0;
}
.home-page-wrap .main-body .hot-tag-box .hot-tag-carousel .hot-tag-content .hot-tag-secondTag {
            margin-top: 20px;
}
.home-page-wrap .main-body .position-recommend-box {
      width: 100%;
      padding: 80px 0;
      background-image: url(../img/position-recommend-bg.b975f78b.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
}
.home-page-wrap .main-body .position-recommend-box .title {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
}
.home-page-wrap .main-body .position-recommend-box .title img {
          width: 156px;
}
.home-page-wrap .main-body .position-recommend-box .el-tabs__item.is-active {
        color: #2E1F88;
        font-size: 15px;
}
.home-page-wrap .main-body .position-recommend-box .el-tabs__active-bar {
        background-color: #2E1F88;
}
.home-page-wrap .main-body .position-recommend-box .el-tabs__item {
        color: #667085;
}
.home-page-wrap .main-body .position-recommend-box .position-tag {
        margin-bottom: 55px;
}
.home-page-wrap .main-body .position-recommend-box .position-tag .tag {
          display: inline-block;
          padding: 0 10px 0 0 !important;
          border-right: 1px solid #667085;
          border-radius: 2px;
          background: transparent !important;
          font-size: 13px !important;
          line-height: 12px !important;
          height: 12px !important;
          color: #667085;
          margin-right: 10px !important;
}
.home-page-wrap .main-body .position-recommend-box .position-tag .tag:last-child {
          border-right: 0px;
}
.home-page-wrap .main-body .company-recommend-box {
      background: #FFFFFF;
      padding: 100px 0;
}
.home-page-wrap .main-body .company-recommend-box .title {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
}
.home-page-wrap .main-body .company-recommend-box .title img {
          width: 156px;
}
.home-page-wrap .search-input {
    width: 1190px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.home-page-wrap .search-input .logo {
      width: 128px;
      height: auto;
      margin-right: 10px;
}
.home-page-wrap .search-input .search {
      width: 820px;
      height: 52px;
      margin: auto;
      position: relative;
      margin-left: 15px;
}
.home-page-wrap .search-input .search .home_banner {
        width: 24px;
        height: 24px;
}
.home-page-wrap .search-input .search .el-select .el-input {
        width: 120px;
}
.home-page-wrap .search-input .search .input-with-select .el-input__inner {
        background-color: #fff;
        border: 2px solid #2E1F88;
        border-right: none;
        border-left: none;
}
.home-page-wrap .search-input .search .el-input-group__prepend .el-input__inner {
        border: 2px solid #2E1F88;
        border-radius: 4px 0 0 4px;
        font-weight: 500;
        color: #333;
        border-right: none;
}
.home-page-wrap .search-input .search .input-with-select .el-input-group__prepend {
        background-color: #e9f0f6;
        height: 40px;
        border-radius: 4px;
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
}
.home-page-wrap .search-input .search .el-input .el-input__inner {
        height: 52px;
}
.home-page-wrap .search-input .search .el-input-group__append {
        border: none;
        background: #2E1F88;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
}
.home-page-wrap .search-input .search-btn {
      background: #2E1F88;
      color: #fff;
      width: 110px;
      font-size: 20px;
}
.home-page-wrap .search-input .scan-btn {
      display: flex;
}
.home-page-wrap .search-input .scan-btn .w-52 {
        width: 52px;
        height: 52px;
        margin: 0 0 0 10px;
}
.home-page-wrap .middle-body {
    width: 1190px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 400px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.home-page-wrap .middle-body .right {
      height: 400px;
      padding: 0px 16px;
      background: #fff;
      border-radius: 0 4px 4px 0;
      min-width: 150px;
      color: #2E1F88;
      font-size: 12px;
      width: 220px;
      overflow-y: scroll;
}
.home-page-wrap .middle-body .right .left-22 {
        display: flex;
        align-items: center;
        height: 40px;
        width: 100%;
        justify-content: space-between;
        cursor: pointer;
}
.home-page-wrap .middle-body .left {
      height: 400px;
      width: 920px;
      background-color: #fff;
      position: absolute;
      z-index: 3;
      padding: 30px;
      overflow-y: scroll;
}
.home-page-wrap .middle-body .left span {
        font-size: 18px;
        color: #2E1F88;
}
.home-page-wrap .middle-body .left .rowDiv {
        display: flex;
        flex-wrap: wrap;
        margin: 10px 0 20px;
}
.home-page-wrap .middle-body .banner-wrap {
      width: 719px;
      height: 400px;
      margin: auto;
      z-index: 2;
      background-size: 100% 100%;
      text-align: center;
      background-repeat: no-repeat;
      background-position-x: center;
}
.home-page-wrap .middle-body .banner-wrap .el-carousel__indicators--horizontal {
        bottom: 50px;
}
.home-page-wrap .middle-body .login-info {
      width: 240px;
      background-color: #fff;
      height: 400px;
      padding: 24px 12px;
      border-radius: 4px 0 0 4px;
}
.home-page-wrap .middle-body .login-info .info-cter {
        display: flex;
        margin-bottom: 16px;
}
.home-page-wrap .middle-body .login-info .img-body {
        width: 54px;
        height: 54px;
        margin-right: 16px;
}
.home-page-wrap .middle-body .login-info .img-body img {
          width: 54px;
          height: 54px;
          border-radius: 50%;
}
.home-page-wrap .middle-body .login-info .info-body {
        width: 100%;
}
.home-page-wrap .middle-body .login-info .info-body .name {
          font-size: 16px;
          font-weight: 700;
          line-height: 24px;
          color: #333;
          margin-bottom: 5px;
}
.home-page-wrap .middle-body .login-info .info-body .exp {
          font-size: 12px;
          font-weight: 400;
          line-height: 18px;
          color: #AAAAAA;
}
.home-page-wrap .middle-body .login-info .btn-green {
        width: 100%;
        background: #fff;
        color: #148eff;
        border: 1px solid #148eff;
        border-radius: 4px;
        margin-bottom: 10px;
        margin-top: 16px;
}
.home-page-wrap .middle-body .login-info .btn-white {
        width: 100%;
        color: #fff;
        background: #148eff;
        border-radius: 4px;
}
.home-page-wrap .middle-body .login-info .mb-18 {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 18px;
}
.home-page-wrap .middle-body .login-info .part-body {
        background-color: #f1f4fa;
        height: 88px;
        width: 100%;
        padding: 10px 0;
}
.home-page-wrap .middle-body .login-info .part-body span {
          display: flex;
          justify-content: center;
}
.home-page-wrap .middle-body .login-info .my-post {
        font-weight: 700;
        font-size: 28px;
        line-height: 30px;
        color: #2E1F88;
}
.home-page-wrap .middle-body .login-info .text-title {
        font-size: 14px;
        font-weight: 400;
        color: #333;
        margin-top: 10px;
}
.home-page-wrap .middle-body .login-info .invitation-interview {
        font-weight: 700;
        font-size: 28px;
        line-height: 30px;
        color: #2E1F88;
        margin-top: 10px;
        position: relative;
}
.home-page-wrap .middle-body .login-info .invitation-interview::before {
        content: attr(data-before);
        position: absolute;
        top: -5px;
        right: 50px;
        background: #ff5151;
        color: #fff;
        border-radius: 20px;
        min-width: 34px;
        height: 20px;
        padding: 0px 10px;
        font-size: 14px;
        line-height: 20px;
}
.home-page-wrap .middle-body .login-info .login-content .login-title {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
}
.home-page-wrap .middle-body .login-info .login-content .login-title span {
          cursor: pointer;
          padding-bottom: 5px;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType {
        padding: 25px 20px 6px 10px;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType .el-form-item__label {
          font-size: 12px;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType .el-form--label-top .el-form-item__label {
          margin-bottom: -20px;
          margin-left: 5px;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType .el-input__inner {
          height: 28px;
          line-height: 28px;
          padding: 6px;
          font-size: 10px;
          border: none;
          border-bottom: 1px solid #EEEEEE;
          background-color: #FFFFFF;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType .el-form-item {
          margin-bottom: 6px;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType .login-btn {
          width: 100%;
          color: #ffffff;
          line-height: 9px;
          height: 28px;
          background: #2E1F88;
          border-radius: 2px;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType .login-footer {
          margin-top: 8px;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType .login-footer > div {
            font-size: 10px;
            cursor: pointer;
            color: #2E1F88ff;
            font-weight: 400;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType .login-footer div:nth-child(2) {
            margin-left: 45px;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType .login-footer div:nth-child(3) {
            margin-left: 15px;
            color: #999999ff;
}
.home-page-wrap .middle-body .login-info .login-content .login-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: -5px;
}
.home-page-wrap .middle-body .login-info .login-content .login-footer div {
          color: #2E1F88;
          font-size: 14px;
          cursor: pointer;
}
.home-page-wrap .middle-body .login-info .login-content .login-btn {
        width: 100%;
        margin-top: 10px;
        background-color: #2E1F88;
        color: #fff;
}
.home-page-wrap .middle-body .login-info .login-content .reg-btn {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
        border-color: #2E1F88;
        color: #2E1F88;
}
.home-page-wrap .middle-body .login-info .login-content .el-input-group__append {
        padding: 0;
}
.home-page-wrap .middle-body .login-info .login-content .login-code {
        margin: 0 1px;
        padding: 9px 10px;
}
.home-page-wrap .el-divider--horizontal {
    display: inline-block;
    width: 340px;
    margin-top: 12px;
    background-color: #d6dfdb;
}
.home-page-wrap .el-divider--horizontal .el-divider__text {
      width: 180px;
      padding: 0 40px;
      background-color: #f8f8f8;
      font-size: 20px;
      color: #2f344a;
}
.home-page-wrap .more {
    margin-top: 24px;
}
.home-page-wrap .more span {
      cursor: pointer;
      color: #6e7874;
      font-size: 16px;
      height: 24px;
      line-height: 24px;
}
.home-page-wrap .hot-recruitment-wrap {
    padding: 0;
    margin-top: 30px;
    height: 330px;
}
.home-page-wrap .hot-recruitment-wrap .main-content {
      display: flex;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      align-items: center;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap {
        background-image: url(../img/recruitment_bg.d872fbd2.png);
        height: 100px;
        position: relative;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .el-carousel__container {
          height: 100px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .el-carousel__indicator--horizontal {
          display: none;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .today_bg1 {
          position: absolute;
          top: 5px;
          left: 16px;
          width: 30px;
          height: 30px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .today_bg2 {
          position: absolute;
          top: 5px;
          left: 160px;
          width: 30px;
          height: 30px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .today_bg3 {
          position: absolute;
          top: 11px;
          left: 53px;
          width: 100px;
          height: 17px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .company_num {
          color: #1f2748;
          position: absolute;
          top: 11px;
          left: 400px;
          font-weight: 500;
          height: 20px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .pos_num {
          color: #1f2748;
          position: absolute;
          top: 11px;
          left: 548px;
          font-weight: 500;
          height: 20px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .numTime {
          position: absolute;
          top: 7px;
          left: 562px;
          font-size: 11px;
          color: #6a728c;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .numTime span {
            font-size: 22px;
            font-family: DINAlternate-Bold, DINAlternate;
            font-weight: bold;
            color: #1275fa;
            line-height: 26px;
            margin-right: 2px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .num {
          position: absolute;
          top: 7px;
          width: 32px;
          height: 26px;
          font-size: 22px;
          font-family: DINAlternate-Bold, DINAlternate;
          font-weight: bold;
          color: #1275fa;
          line-height: 26px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .Today_re {
          width: 670px;
          height: 20px;
          position: absolute;
          left: 15px;
          top: 60px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .Today_re .reName {
            cursor: pointer;
            width: 400px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-weight: 500;
            color: #1275fa;
            line-height: 20px;
            text-shadow: 0px 4px 8px rgba(83, 115, 179, 0.4);
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .Today_re .type {
            color: #ffffff;
            font-size: 12px;
            height: 18px;
            line-height: 16px;
            width: 32px;
            display: inline-block;
            text-align: center;
            background-repeat: no-repeat;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .Today_re .type.one {
              background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAA7ElEQVRIS8XUTUrDUBDA8f/kBbvqEfQCWShdFFyLGw/gCdwULAieQyxY6KYn8ABuitsIWSQpNBeoPYFZqXkZSaB+bNwlM9uBN795w4y4OFU6DSkVtgGsqlCWjE+K3+Wke8Cf7jzCwr8ObrmMPppM34C95tnvBhcNwgoAwtyfjqZ2APA+DI4tAQgyMwUoUpgCQEpjgN0afh8HcXH2Bjrs9Bj+87gEcbYRNDIDhHF2r+iNGYAkj1xVrwFngZCmqHtJH1CuzQA8Fgfu8PMJrc/6RrQ/0EaLeL9DmfQ5jh/AHpLkUVjpVQ3nAkddr+gXUzBW0Vo9Tr4AAAAASUVORK5CYII=);
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .Today_re .type.two {
              background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAA7ElEQVRIS8XUMWoCQRQG4P93QbRIY6UTyAW2yCGCjedIIxgQLCalZVIEAwppcg4b8RBC9gIWs6kstFAC5pdZAmuVbve9dmD+b+bNGzofhEqLBwBbQqsz+Pn92suu41g9oIyTcGaDH6G1m2Ca/sSVWgElhevQ3g0iwggQj85FeOk9mQFiO0TemwGK/gPvpgCAmTXgYAwwG8OrgXQ+3wO6qfQz/GdzOp9/AUrNALc+zASMzQBdn6eUNiQSCwRjqHvO55BGZgBMs6Y7dpaAHupGFDdQVEScOm/61bDOdpSAP0d8Ewn0KLAP4K7qEb0A3UlZDXGVE5sAAAAASUVORK5CYII=);
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .Today_re .type.three {
              margin-left: 5px;
              background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAAx0lEQVRIS+3UMQ4BQRTG8f8biQRRbCcKod4DOMBG5xgaCYmLiEKn1ziAZjdq5UrsEVzArkbCyAgSidY8hXeB7zdvvhkpYiw+RsjFkolhWWmwkJCzixVvgPdDpsbQr0YctACOk9aadDUBGMNYFSCwVQXgiqlUwlcl/4Af2EDCEUvdx2f4KUOKhD2WUA8QMwMmaoB8QygXdkBJAyEu9BQztzBSA2Qryp2A9RUi34j7Btw4RDtgamHo8zpegCfk0YkBQg9offuJ3gAreUNN+hJsHQAAAABJRU5ErkJggg==);
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .Today_re .type.four {
              margin-left: 5px;
              background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAA0UlEQVRIS83UMQ4BQRQG4P/fTXSq7V1gD6CQjEJ0jqGRkLiA7DRKUej0ruAKlCT2CEoK22HnyWyxIdGa513g/97M/MMyM4IAQ6AAmJNuA1zXtPndxzIU4H1HAgc+HwPOd2cVQLW5R/DSVgN4RESZqAII7pUBKFQBai34aIRGDf8L4DJzE6AZ4DP8GkFnuycRSdUAZWaWAKZqAJl1Usf4CCLWQNCHltasIBirAcSmDUGyFUEvNKI6AT8e4ZAs4DAKeR01oIb4NxHFQ5J9iLR+XdEXRutRx1ghSFcAAAAASUVORK5CYII=);
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .Today_re .seemore {
            cursor: pointer;
            width: 68px;
            height: 17px;
            font-size: 12px;
            color: #001578;
            line-height: 17px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-wrap .Today_re .seemore .home_img2 {
              width: 5px;
              height: 11px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list {
        position: relative;
        height: 230px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul {
          margin-top: 0px;
          margin-bottom: 0px;
          padding: 0 16px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li {
            font-size: 14px;
            cursor: pointer;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .point {
              width: 5px;
              height: 5px;
              background: #1275fa;
              margin-top: 5px;
              opacity: 0.4;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .time {
              opacity: 0.6;
              font-weight: 600;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .type {
              color: #ffffff;
              font-size: 12px;
              height: 18px;
              line-height: 18px;
              width: 32px;
              display: inline-block;
              text-align: center;
              background-repeat: no-repeat;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .type.one {
                margin-left: 40px;
                background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAA7ElEQVRIS8XUTUrDUBDA8f/kBbvqEfQCWShdFFyLGw/gCdwULAieQyxY6KYn8ABuitsIWSQpNBeoPYFZqXkZSaB+bNwlM9uBN795w4y4OFU6DSkVtgGsqlCWjE+K3+Wke8Cf7jzCwr8ObrmMPppM34C95tnvBhcNwgoAwtyfjqZ2APA+DI4tAQgyMwUoUpgCQEpjgN0afh8HcXH2Bjrs9Bj+87gEcbYRNDIDhHF2r+iNGYAkj1xVrwFngZCmqHtJH1CuzQA8Fgfu8PMJrc/6RrQ/0EaLeL9DmfQ5jh/AHpLkUVjpVQ3nAkddr+gXUzBW0Vo9Tr4AAAAASUVORK5CYII=);
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .type.two {
                margin-left: 40px;
                background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAA7ElEQVRIS8XUMWoCQRQG4P93QbRIY6UTyAW2yCGCjedIIxgQLCalZVIEAwppcg4b8RBC9gIWs6kstFAC5pdZAmuVbve9dmD+b+bNGzofhEqLBwBbQqsz+Pn92suu41g9oIyTcGaDH6G1m2Ca/sSVWgElhevQ3g0iwggQj85FeOk9mQFiO0TemwGK/gPvpgCAmTXgYAwwG8OrgXQ+3wO6qfQz/GdzOp9/AUrNALc+zASMzQBdn6eUNiQSCwRjqHvO55BGZgBMs6Y7dpaAHupGFDdQVEScOm/61bDOdpSAP0d8Ewn0KLAP4K7qEb0A3UlZDXGVE5sAAAAASUVORK5CYII=);
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .type.three {
                margin-left: 5px;
                background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAAx0lEQVRIS+3UMQ4BQRTG8f8biQRRbCcKod4DOMBG5xgaCYmLiEKn1ziAZjdq5UrsEVzArkbCyAgSidY8hXeB7zdvvhkpYiw+RsjFkolhWWmwkJCzixVvgPdDpsbQr0YctACOk9aadDUBGMNYFSCwVQXgiqlUwlcl/4Af2EDCEUvdx2f4KUOKhD2WUA8QMwMmaoB8QygXdkBJAyEu9BQztzBSA2Qryp2A9RUi34j7Btw4RDtgamHo8zpegCfk0YkBQg9offuJ3gAreUNN+hJsHQAAAABJRU5ErkJggg==);
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .type.four {
                margin-left: 5px;
                background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAA0UlEQVRIS83UMQ4BQRQG4P/fTXSq7V1gD6CQjEJ0jqGRkLiA7DRKUej0ruAKlCT2CEoK22HnyWyxIdGa513g/97M/MMyM4IAQ6AAmJNuA1zXtPndxzIU4H1HAgc+HwPOd2cVQLW5R/DSVgN4RESZqAII7pUBKFQBai34aIRGDf8L4DJzE6AZ4DP8GkFnuycRSdUAZWaWAKZqAJl1Usf4CCLWQNCHltasIBirAcSmDUGyFUEvNKI6AT8e4ZAs4DAKeR01oIb4NxHFQ5J9iLR+XdEXRutRx1ghSFcAAAAASUVORK5CYII=);
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .name {
              font-weight: 400;
              width: 430px;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .place {
              font-size: 10px;
              margin-right: 10px;
              font-weight: 500;
              line-height: 15px;
              width: 35px;
              height: 16px;
              text-align: center;
              opacity: 1;
              border-radius: 8px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .place.one {
                color: #637deb;
                border: 1px solid #637deb;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .place.two {
                color: #fa732b;
                border: 1px solid #fa732b;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li .line {
              height: 16px;
              margin-left: 2px;
              border-left: 1px dashed #1275fa;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li:hover {
            color: #1275fa;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li:nth-child(6) .line {
            border: none;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list ul li:last-child .line {
            border: none;
            display: none;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list .viewMore {
          cursor: pointer;
          margin-top: 20px;
          height: 22px;
          font-size: 12px;
          color: #546084;
          font-weight: bold;
          text-align: center;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list .viewMore .home_img2 {
            width: 5px;
            height: 12px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .recruitment-list .over-color {
          height: 42px;
          width: 100%;
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #b0caec 100%);
          opacity: 0.54;
          position: absolute;
          border-radius: 0 0 4px 4px;
          bottom: 0;
}
.home-page-wrap .hot-recruitment-wrap .main-content .head-color {
        width: 60%;
        height: 45px;
        position: absolute;
        top: 0;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-menu {
        margin: 0px 10px 0 18px;
        position: relative;
        padding: 20px 0px 0;
        height: 53px;
        border-bottom: 2px solid #d7d7d7;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-menu .message-type {
          padding-left: 20px;
          position: relative;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-menu .menu-btn {
          padding: 0 20px;
          height: 20px;
          color: #999999;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-menu .menu-btn:first-child {
          padding-left: 0;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-menu .blueborder {
          width: 57px;
          background-color: #148eff;
          height: 2px;
          margin-top: 14px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-menu .viewMore {
          position: absolute;
          right: 20px;
          top: 20px;
          cursor: pointer;
          font-size: 12px;
          line-height: 18px;
          color: #999999;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-menu .viewMore .home_img2 {
            width: 5px;
            height: 13px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list {
        height: 253px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul {
          padding-left: 20px;
          margin-top: 0px;
          margin-bottom: 0px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li {
            cursor: pointer;
            line-height: 20px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .dotted_line {
              border-bottom: 1px dotted #DDDDDD;
              margin-right: 16px;
              margin-top: 11px;
              margin-bottom: 11px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .zhaokao {
              width: 50px;
              height: 20px;
              background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAYfSURBVHgBzVbdi1VVFP/tfc6de517nY90pg99GGaqF1P7sBdBR8lGKBKdCqPGEiRKfMgMHyJRK8gwkIJ6siJMDLGgF5EMbUgroujDGgxCm9KSlHT8mDtz77ln79bH2fde/Qu8w5lz9tl7r/Nbv/Vba23gOv2Z5S97Dx9GgKXL0MWvnKO713E+D8zoAVroXijocpnjdb6xztqGcd4f1gVbnu5xrM+8OaL1NsJPxuKtzQPmgzqw+zZ6L5t0ndxjq5vzLbQxAmopG/byrvsmoGMakMvpnFoxdQDeN4D5FHWfg/EA3mQOMFDXuEbp/eLXV5hRs2C9v2ovMsasUSJzBKbQ4oXJJGUwHsU2g+nTgdYiOZBr7A6M8EcMgTZMJdkxhMQEVHUHdH1ay0gx6igtHZ0A7op5YJo80oHXZ9qZph7lSS8s5nIejsBdOg9Uy8DUdqBzGofCZDZsFlIC4wSqhtnV6J2ph5ZnDHtK4HhvlDFoFENPwWN93N7WCEHqFJOjgasRKMdA9O6JKQ5nLlZhTU4Sg4lBZdKgNJW1ZzREDEpYUsduIFb/u+JoTjiju1UGTRMYBh3Crqz3x0w9A2KjjJxDBUcLI0bp0N3hsfP5PB54cRwdRYOl82LRGq9nNiLLXgMHf0xRA+tQgTsy2tXmsXmwiKffuaSs0tXdHglbF8oZc2gCFILmsSiuJjpKNfyoVFRf7LUntioV5b+WJMSWFY9n98YE2OLgd1VCBjy2uIC9w1VyyqBAoF8ayhNZHq0FNbrhoSnCzvFTKRbMyuOjLxOcOqOaY5ABXFA7j+MuEnGtpleaQjTFVy3xGJhnsGx+Xha/sbaET4YnsOuzcWzsLOHE3zXs/nwCN3ZaPLGkgKRKDuQMJojGHfvGUSVddrV7bF/bgW27xtA3swUvrGzDzv0TGD7myYmYQDlxVBKEQZpGksc0X88sSVkCl1Q9Xerh+OEEm4aK2E2Afj+d0McsBu7N4/FXLtB6h6mtEa5MsDMpioUIzyxTtlgohZx+aWhpEfPvmEJJ5DC3L8Ldt1t8fNTj7EWlyXmr+hbxCE7EV9Uer4LkIspaGys7mHOpTP36R4LeWyJsWd2GDw+O4+yFFOsGS5jTm8PJf1KRQDV2+P54jbwlRmyKLgr3nD6P22bm8P6By1mJiIglT8lj6TLyPWsaJcOGpBjaoZVfBoKN/og2R7FN6X5PH7Dx0SJ+OZngq2MVMfDpkbIsnntrAd2dEY4eS1CuQEsCMVXKezzc34IVC4vEosHhH8qSKCJ2+tC7B2qopDkNI7HlpbA0yol0B03XrFykWYHNFPjUkjz6Z2t53ztcJmYS7Nk0HWuXl9D8W3W/w5PbLqP35kjCPDAvLxpkUFveG8Mk648AccjiXEROmKwjGCkjQV9RKB/0yZgrb6j2zBrrw0kLsth3pIb931bw9roifjudSpXm35rt5ymUTpyZ1dOCDStLsv/cRY9xCs+q1y5hcGEefTNiDPa3yjotwgbfUKhHRr2UGM7iemvK/gXWYmHLaU0KWcEP7AlX/Cm58NKKMf6pQSvlJMqqfi5nhYk9hxKyFeHrEYefT5Q5QBImLj/PLmOQlnovZaM3+s1MY80/6dcMqh5Opz2MXWQviwUrBVaxWmRBxpoHS5Jh7B2v0U7GYWKd0BO9GP2XteopvAzYoUidgUvLCCWRCSoXFEYyMbAV8jCmk8MwLVlkmo48qWSPwZSWiIQfYeRP7co8d3bM4/hfDuMT2ge7OoBSK09HssfaTKSsV6pTKxbGlLlK9Z5DNZw4Q4xz4xXGjOLz2sDDaUVk9cirfisZ2hJYU+Fr02SPndPnkLFy9z4Lu8maNM9lGeaz1V57K4eQbcgZT5q2rWcn686FlhN0HsoGMfYm2RgNxVXvvMGqrpgpShPPqeJjqUMsTb7zO0Pzlqo0H1P4o1wCtJrrmEUkVd7ExFSkgIyVcDJQOd2YxqGmfujk8fKtvoeE/QUNenxIj0ywyA64ITG881efk7JJYxoKbpy3fNYF6vLM7Dae67abD5jNyzOAq8nR50iNd4YlBmg64Pkmo01WspXhSG4QuknjzN4c/msBXAuk+RR83f3+B8sO8XzUo4maAAAAAElFTkSuQmCC);
              background-repeat: no-repeat;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .zhengce {
              width: 50px;
              height: 20px;
              background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAZMSURBVHgBzVZbb1RVFP72OWc6w3RmaLmGBogGhKgFSyXKTSnENEZr8PqAvhgETTAG9MFoTFQiJsYHBSJGBAIxJgY1MYoa4EFQwBBRbvKAFEkftEWglNJ2pnM5e7vW2vuczvQXMJmTfS577f2tb31r7QXcpD9ldiw1MNETXx5dfEMvtaaLRo+ek3XA9MlAHY2ppDNwhjyH79mW50Y/tjduXsg3Wv4IfHpl7IY+XZ5/Ch42q7kf7x4BtqWVgGk7kQHxvReQcQJIJNkIJgxpwdAuOGkiMC5HAGmO51kfop8xNXgZmKF3qmYSxC52gG1CHY1d8MwytXB3lzIfNJtaDsUShoxlUQJpkmPkHcIKjE9gcmkC1whk0lAJvwqIkcswU7RxRIoSEMr+zYgDslWl4vZl9gRwF5J6XsCMWKacq0oJIDY2Ek3aZDhP7y2LhrxTfQNAvgzkMsKe8m34lZhpipbnZAG7VmjcdxtyJaS5OQQ6snc4bkHeWx8gk3OUhtZjY73WFDrDC9KoKZRGGdnU+HUSGqUJaG8f1HAJyBKDiYRlib7poJ7A5GNfhTjPMsaAfJ5Dl8egIlKYgCi02iwNLP3axR0SQlmMQJlsFmbCbGimu1SCqZTF3/B6F9KPbkXx8GaYK2ehCvRNkoIYzU5B+r6NGDryLkw5Lyz4k+ZgzF2rMPTzq0KjOFa86kiq0lrkBdAWgDaz+gjdS2KFEbJ7E5rhz32KPPTgTbgNeuASdKEf+X0b5Ll06RwU2wcBzS4C5QpS8x4nrYxBpn2znU/gvLoMTGkImQe2Qg9dlgiWj9P33j+JZGKZmbNxh+MXAcaNJ9oJVCV0Y8UKmMbw4mEUzx+kTxq51d+h/+v1CAcuI9XcIb5kn/nMlgj6FU99ifDaRfhTWtC3ZzVyD21E/w8bUL9ojfjYv/d1ND75EcqdBxCe+xGJgELKoedkYta8OB1EEoGUgEQwklWspzKHrgJNV92SdSj/ul1CwqLmZEg2P4Lhs3spXNsoRCuQmDiLnr+n/PBR6jmN9L2ryDaPMfNXwh/bBC+ZQbb9DWHNb2pBYlorwuOf0B4Dol1OCkmqqNZwZbKFdKRiMK1cRDXXL2IjMWMp8MceIbjx6U+tQ8ksqHAgvNEDn0Ja/ucEMNRLGmtA5eIxaD9B9p6sq1I5eOUMij1nqERRlAmEx0U1X6DoFF2BVS6Lo7LCjFV0Vf2yKc0pbjicnk1jk0zKOHh0O3S+X1jILlkDlW5EMGk2iie+sEWZGEBxEJllr4gjnKGsLwn7PVNodUtA+cxXxPywRMpIUlpVS6F1iRBEYXVFayRB4vewwuQF/zsLfb0bpS4S+aw2NKx4X5ysdJ8WvTBDXior9le2raBHjeziF+A3NqGP9OYTOw0PvglFjEvShbCnh+/ZBJCaagnyBGXozjTlfOIQkNakIDKzgc0anxZMzbwffroB+d92i1YKx3byOWFJ9/2YfZ/EnWichvTcDiSntqIuNxn1rSvFxpAEOGkU1z7KaEN2cdnQtnYGNWxFxU7CTFkz7lbSWz3qF66Fl52Mhsc2Iey9gAoJPDm1RUwT0+ejcn6/gDO0YPjvSRQOvIPMwueQvLMDYX+P0D6e9Bn2d2P40IcwXb8QexS8ipHCq4znth3RujKftxu4osrgtDuK5BSZ0Q5v+iIJlQC6egGKgKYWrCXRz0Thp/eQXv4awiudKB3ZYkU75wkkbn8Y+monBqne1RE4L9eE4WM7kF6wCok7OgR8eHQTvGt/y0mgnPbjZgKsMa0PUSjbbGa4mkKh9XjChf2odO6Lu5qAE2jsTPGy8M3zMIUBFPa+jNTiF2UDc6MbihwY/vYlmMt/iYBVaZCychD+0CWUyJHw910Ipt0NRaDgzmQbe5ZBJAVmcefytykOb8X9i+jMksrZqUPtjl2bPZbwquzgDkQ7i2gjPlNdF2GiVkryztjzEfYo8kjsdMDFeVZdLpTZ1dZARiflVI+6i+h4UBFAB8cAtT0S4iyKdcpAXZeB6g7U2IZTuSRTrnxxrVSib1R1OJ4L7a42AqUOCrjqndUodhC1UqZmnVHdol07ap1q2mMTl56aQWGUxwY1raXZ2fYsubCO7lpqKTExUFSvMYo+pUzcCEvljCcY+zyqkY1LwCjn4074Zvz9D+FRAJ8pf3vZAAAAAElFTkSuQmCC);
              background-repeat: no-repeat;
              text-align: center;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .other {
              margin-left: 8.33333%;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .new {
              font-size: 10px;
              font-weight: 700;
              color: #333333;
              display: inline;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .new span {
                border: 1px solid #ffa800;
                height: 22px;
                width: 60px;
                border-radius: 4px;
                font-size: 12px;
                padding: 2px 6px;
                color: #FFA800;
                margin-right: 10px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .hot {
              font-size: 10px;
              font-weight: 700;
              color: #333333;
              display: inline;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .hot span {
                border: 1px solid #d4262a;
                height: 22px;
                width: 60px;
                border-radius: 4px;
                font-size: 12px;
                padding: 2px 6px;
                color: #d4262a;
                margin-right: 10px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .name {
              width: 250px;
              color: #333333;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              font-size: 14px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .name:hover {
              color: #1275fa;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .time {
              color: #999999;
              font-size: 12px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li:first-child {
            margin-top: 10px;
}
.home-page-wrap .recruit-wrap .recruit-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-page-wrap .recruit-wrap .recruit-list .recruit-info {
      width: 200px;
      padding-bottom: 10px;
      margin-top: 20px;
      background-color: #fff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
}
.home-page-wrap .recruit-wrap .recruit-list .recruit-info .img-conetent {
        background-size: cover;
        height: 102px;
        width: 200px;
        background-color: #FFFFFF;
        background-repeat: no-repeat;
        position: relative;
}
.home-page-wrap .recruit-wrap .recruit-list .recruit-info .img-conetent img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 99;
}
.home-page-wrap .recruit-wrap .recruit-list .recruit-info .img-conetent .starting {
          position: absolute;
          height: 30px;
          width: 76px;
          right: 0px;
          line-height: 30px;
          text-align: center;
          top: 0;
          border-top-right-radius: 8px;
          border-bottom-left-radius: 8px;
          background: #FF5151;
          color: #FFFFFF;
          z-index: 100;
}
.home-page-wrap .recruit-wrap .recruit-list .recruit-info .info {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
}
.home-page-wrap .recruit-wrap .recruit-list .recruit-info .info .recruit-local {
          width: 100%;
          margin-top: 16px;
          margin-bottom: 10px;
          padding: 0 10px;
          font-size: 16px;
          font-weight: 700;
          color: #333333;
          cursor: pointer;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          line-height: 21px;
          height: 42px;
}
.home-page-wrap .recruit-wrap .recruit-list .recruit-info .info .recruit-local span {
            display: inline-block;
            border: 1px solid #ffa800;
            height: 20px;
            line-height: 18px;
            border-radius: 4px;
            font-size: 12px;
            padding: 0px 6px;
            color: #FFA800;
}
.home-page-wrap .recruit-wrap .recruit-list .recruit-info .info .recruit-cloud {
          margin-top: 16px;
          margin-bottom: 10px;
          font-size: 16px;
          font-weight: 700;
          color: #333333;
}
.home-page-wrap .recruit-wrap .recruit-list .recruit-info .info .recruit-cloud span {
            border: 1px solid #00BB61;
            height: 22px;
            width: 60px;
            border-radius: 4px;
            font-size: 12px;
            padding: 2px 6px;
            color: #00BB61;
            margin-right: 10px;
}
.home-page-wrap .recruit-wrap .recruit-list .recruit-info .info .recruit-time {
          font-size: 12px;
          font-weight: 700;
          color: #AAAAAA;
          padding: 0 10px;
}
.home-page-wrap .school_list {
    margin-top: 40px;
    width: 1190px;
    position: relative;
    margin: 0 auto;
}
.home-page-wrap .corp-wrap {
    margin-top: 40px;
    width: 1190px;
    position: relative;
    margin: 0 auto;
}
.home-page-wrap .corp-wrap .corp-box {
      font-size: 14px;
}
.home-page-wrap .corp-wrap .corp-box .corp-content {
        height: 180px;
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        display: flex;
}
.home-page-wrap .corp-wrap .corp-box .corp-content .corp-img {
          width: 140px;
          height: 140px;
          border-radius: 8px;
          overflow: hidden;
          border: 1px solid #ccc;
}
.home-page-wrap .corp-wrap .corp-box .corp-content .company-info {
          flex: 1;
          margin-left: 20px;
}
.home-page-wrap .corp-wrap .corp-box .corp-content .company-info .company-name {
            font-weight: 700;
            color: #333333;
            margin-bottom: 19px;
            font-size: 20px;
            line-height: 30px;
            display: inline-block;
            width: 360px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            cursor: pointer;
}
.home-page-wrap .corp-wrap .corp-box .corp-content .company-info .company-detail {
            font-size: 12px;
            display: inline-block;
            width: 360px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 17px;
            color: #999999;
}
.home-page-wrap .corp-wrap .corp-box .corp-content .company-info .bottom-group {
            width: 360px;
            display: flex;
            justify-content: space-between;
            line-height: 70px;
}
.home-page-wrap .corp-wrap .corp-box .corp-content .company-info .bottom-group .bottom-num {
              font-size: 40px;
              font-weight: 700;
              color: #148eff;
              margin-right: 10px;
}
.home-page-wrap .corp-wrap .corp-box .corp-content .company-info .bottom-group .bottom-pos {
              font-family: Source Han Sans CN;
              font-size: 20px;
              font-weight: 400;
              color: #333333;
}
.home-page-wrap .corp-wrap .corp-box .corp-content .company-info .bottom-group .bottom-img {
              width: 70px;
              height: 70px;
}
.home-page-wrap .corp-wrap .corp-right {
      cursor: pointer;
      position: absolute;
      right: 0px;
      top: 110px;
      z-index: 100;
}
.home-page-wrap .corp-wrap .corp-left {
      cursor: pointer;
      position: absolute;
      left: 0px;
      top: 110px;
}
.home-page-wrap .corp-wrap .corp-detail {
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      margin-top: 10px;
      height: 262px;
      background: #ffffff;
}
.home-page-wrap .corp-wrap .corp-detail .top-group {
        padding: 16px;
        height: 170px;
        display: flex;
        align-items: center;
        position: relative;
        background: #ffffff;
        border-radius: 8px;
        margin-right: 10px;
}
.home-page-wrap .corp-wrap .corp-detail .top-group .img-box {
          width: 80px;
          height: 80px;
          margin-right: 20px;
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          border-radius: 2px;
          flex-shrink: 0;
}
.home-page-wrap .corp-wrap .corp-detail .top-group .company-info .company-name {
          font-weight: 700;
          color: #333333;
          margin-bottom: 19px;
          font-size: 20px;
          line-height: 30px;
          display: inline-block;
          width: 300px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
}
.home-page-wrap .corp-wrap .corp-detail .top-group .company-info .company-detail {
          font-size: 12px;
          display: inline-block;
          width: 300px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          line-height: 17px;
          color: #999999;
}
.home-page-wrap .corp-wrap .corp-detail .bottom-group {
        position: relative;
        padding-left: 26px;
}
.home-page-wrap .corp-wrap .corp-detail .bottom-group .bottom-num {
          position: absolute;
          font-family: DIN;
          font-size: 40px;
          font-weight: 700;
          line-height: 49px;
          color: #148eff;
          left: 35px;
}
.home-page-wrap .corp-wrap .corp-detail .bottom-group .bottom-pos {
          position: absolute;
          font-family: Source Han Sans CN;
          font-size: 20px;
          font-weight: 400;
          line-height: 30px;
          color: #333333;
          left: 100px;
          top: 9px;
}
.home-page-wrap .corp-wrap .corp-detail .bottom-group .bottom-img {
          position: absolute;
          right: 69px;
          top: -7px;
          cursor: pointer;
}
.home-page-wrap .corp-wrap .corp-detail .right-pos {
        margin-top: 31px;
        width: 200px;
        height: 200px;
        padding-top: 30px;
        padding-left: 20px;
        border-radius: 8px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.home-page-wrap .corp-wrap .corp-detail .right-pos .position-title {
          font-size: 18px;
          font-weight: 700;
          color: #333333;
          margin-bottom: 23px;
}
.home-page-wrap .corp-wrap .corp-detail .right-pos .position-tag {
          margin-bottom: 55px;
}
.home-page-wrap .corp-wrap .corp-detail .right-pos .position-tag .tag {
            padding: 4px 8px;
            border-right: 1px solid #667085;
            border-radius: 2px;
            font-size: 12px;
            line-height: 17px;
            color: #667085;
            margin-right: 8px;
}
.home-page-wrap .corp-wrap .corp-detail .right-pos .position-salary {
          font-size: 22px;
          font-weight: 400;
          line-height: 33px;
          color: #ff5c00;
}
.home-page-wrap .school-wrap {
    margin-top: 40px;
}
.home-page-wrap .school-wrap .school-title {
      font-weight: 700;
      font-size: 20px;
      line-height: 29px;
      color: #333;
      margin-bottom: 20px;
}
.home-page-wrap .school-wrap .corp-list {
      position: relative;
      overflow-y: auto;
      display: flex;
      height: 170px;
      width: 1190px;
      overflow: hidden;
      padding-top: 20px;
      margin: 0 auto;
      padding-left: 10px;
}
.home-page-wrap .school-wrap .corp-list .corp-item {
        border-radius: 8px;
        margin-right: 20px;
        z-index: 999;
}
.home-page-wrap .school-wrap .corp-list .corp-item .corp-content .corp-img {
          width: 140px;
          height: 140px;
          border-radius: 8px;
          overflow: hidden;
}
.home-page-wrap .school-wrap .corp-list .corp-item .corp-content .active {
          border-radius: 8px;
          transform: scale(1.143);
}
.home-page-wrap .school-wrap .corp-list .corp-right {
        position: absolute;
        right: 0px;
}
.home-page-wrap .school-wrap .corp-detail {
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      margin-top: 10px;
      height: 262px;
      background: #ffffff;
}
.home-page-wrap .school-wrap .corp-detail .top-group {
        padding: 16px;
        height: 170px;
        display: flex;
        align-items: center;
        position: relative;
        background: #ffffff;
        border-radius: 8px;
        margin-right: 10px;
}
.home-page-wrap .school-wrap .corp-detail .top-group .img-box {
          width: 80px;
          height: 80px;
          margin-right: 20px;
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          border-radius: 2px;
          flex-shrink: 0;
}
.home-page-wrap .school-wrap .corp-detail .top-group .company-info .company-name {
          font-weight: 700;
          color: #333333;
          margin-bottom: 19px;
          font-size: 20px;
          line-height: 30px;
}
.home-page-wrap .school-wrap .corp-detail .top-group .company-info .company-detail {
          font-size: 12px;
          white-space: pre;
          line-height: 17px;
          color: #999999;
}
.home-page-wrap .school-wrap .corp-detail .bottom-group {
        position: relative;
        padding-left: 26px;
}
.home-page-wrap .school-wrap .corp-detail .bottom-group .bottom-num {
          position: absolute;
          font-family: DIN;
          font-size: 40px;
          font-weight: 700;
          line-height: 49px;
          color: #148eff;
          left: 35px;
}
.home-page-wrap .school-wrap .corp-detail .bottom-group .bottom-pos {
          position: absolute;
          font-family: Source Han Sans CN;
          font-size: 20px;
          font-weight: 400;
          line-height: 30px;
          color: #333333;
          left: 100px;
          top: 9px;
}
.home-page-wrap .school-wrap .corp-detail .bottom-group .bottom-img {
          position: absolute;
          right: 69px;
          top: -7px;
          cursor: pointer;
}
.home-page-wrap .school-wrap .corp-detail .right-pos {
        margin-top: 31px;
        width: 200px;
        height: 200px;
        padding-top: 30px;
        padding-left: 20px;
        border-radius: 8px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.home-page-wrap .school-wrap .corp-detail .right-pos .position-title {
          font-size: 18px;
          font-weight: 700;
          color: #333333;
          margin-bottom: 23px;
}
.home-page-wrap .school-wrap .corp-detail .right-pos .position-tag {
          margin-bottom: 55px;
}
.home-page-wrap .school-wrap .corp-detail .right-pos .position-tag .tag {
            padding: 4px 8px;
            background: #f1f1f1;
            border-radius: 2px;
            font-size: 12px;
            line-height: 17px;
            color: #999999;
            margin-right: 8px;
}
.home-page-wrap .school-wrap .corp-detail .right-pos .position-salary {
          font-size: 22px;
          font-weight: 400;
          line-height: 33px;
          color: #ff5c00;
}
.home-page-wrap .school-wrap .school-list {
      height: 82px;
      position: relative;
      overflow-y: auto;
      width: 1190px;
      overflow: hidden;
      margin: 0 auto;
}
.home-page-wrap .school-wrap .school-list .el-carousel__container {
        height: 204px;
}
.home-page-wrap .school-wrap .school-list .el-carousel__arrow {
        top: 40%;
}
.home-page-wrap .school-wrap .school-list .school_wrap {
        cursor: pointer;
        width: 100%;
        height: 148px;
}
.home-page-wrap .school-wrap .school-list .school_wrap .top-group {
          z-index: 9999;
          padding: 16px;
          display: flex;
          align-items: center;
          position: relative;
          background: #ffffff;
          border-radius: 8px;
          height: 82px;
          margin-right: 10px;
}
.home-page-wrap .school-wrap .school-list .school_wrap .top-group .img-box {
            width: 41px;
            height: 41px;
            margin-right: 15px;
            border-radius: 2px;
            flex-shrink: 0;
}
.home-page-wrap .school-wrap .school-list .school_wrap .top-group .company-info .company-name {
            font-weight: 700;
            font-size: 16px;
            line-height: 23px;
            color: #333333;
            margin-bottom: 3px;
}
.home-page-wrap .school-wrap .school-list .school_wrap .top-group .company-info .company-detail {
            font-size: 12px;
            line-height: 17px;
            color: #666666;
}
.home-page-wrap .school-wrap .school-list .school_wrap .top-group .more-position {
            font-size: 12px;
            line-height: 17px;
            color: #666666;
            position: absolute;
            right: 16px;
}
.home-page-wrap .school-wrap .school-list .school_wrap .bottom-group {
          background-color: #fff;
          padding: 15px 5px;
          display: flex;
}
.home-page-wrap .school-wrap .school-list .school_wrap .bottom-group .position-box {
            width: 118px;
            text-align: center;
            border-right: 1px solid #ddd;
}
.home-page-wrap .school-wrap .school-list .school_wrap .bottom-group .position-box:last-child {
            width: 118px;
            text-align: center;
            border-right: none;
}
.home-page-wrap .school-wrap .school-list .school_wrap .bottom-group .salary-box {
            font-size: 18px;
            line-height: 26px;
            color: #ff5c00;
}
.home-page-wrap .school-wrap .school-list .school_wrap .bottom-group .position-name {
            font-size: 12px;
            line-height: 17px;
            color: #333333;
}
.home-page-wrap .school-wrap .school-list .school_wrap .school_img {
          width: 90px;
          height: 90px;
          margin: auto;
}
.home-page-wrap .school-wrap .school-list .school_wrap .school_img img {
            width: 100%;
            height: 100%;
}
.home-page-wrap .school-wrap .school-list .school_wrap .school_name {
          margin-top: 10px;
          height: 20px;
          text-align: center;
}
.home-page-wrap .school_list .school_wrap {
    background: #FFFFFF;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0 16px;
    display: flex;
    align-items: center;
}
.home-page-wrap .school_list .school_Logo {
    width: 41px;
    height: 41px;
    margin-right: 15px;
}
.home-page-wrap .school_list .school_Logo .school_img {
      width: 100%;
      height: 100%;
}
.home-page-wrap .school_list .school_rig {
    height: 41px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-page-wrap .school_list .school_rig .school_name {
      color: #333333;
      font-size: 16px;
      font-weight: 700;
}
.home-page-wrap .school_list .school_rig .school_detail {
      font-size: 12px;
      font-weight: 400;
      color: #666666;
}
.home-page-wrap .login-wrap {
    margin-top: 40px;
}
.home-page-wrap .login-wrap .main-content .lg-card {
      height: 160px;
}
.home-page-wrap .login-wrap .main-content .login-content .menu_btn {
      width: 32px;
      height: 80px;
      padding-left: 10px;
      padding-top: 25px;
      font-size: 12px;
      color: #000000;
      cursor: pointer;
      position: relative;
}
.home-page-wrap .login-wrap .main-content .login-content .menu_btn .blue_line {
        position: absolute;
        width: 4px;
        height: 20px;
        background: #1275fa;
        left: 0;
        top: 26px;
}
.home-page-wrap .login-wrap .main-content .login-content .grey {
      color: #999999;
      background-color: #e9f0f6;
}
.home-page-wrap .login-wrap .main-content .checkcode-wrapper {
      display: flex;
      align-items: center;
}
.home-page-wrap .login-wrap .main-content .checkcode-wrapper img {
        border: 1px solid #ddd;
        width: 90px;
        height: 40px;
        margin-left: 10px;
}
.home-page-wrap .login-wrap .main-content .checkcode-wrapper .login-code {
        text-align: center;
        padding: 0px;
        margin-left: 10px;
        border: none;
        color: #2E1F88;
        font-size: 10px;
}
.home-page-wrap .login-wrap .main-content .company-body {
      height: 160px;
      cursor: pointer;
}
.home-page-wrap .login-wrap .main-content .company-body .el-carousel__container {
        height: 160px;
}
.home-page-wrap .login-wrap .main-content .company-body .el-carousel__indicator--horizontal {
        display: none;
}
.home-page-wrap .login-wrap .main-content .company-body .famous-title1 {
        color: #000000;
        font-weight: 600;
        padding-left: 7px;
        padding-top: 43px;
        font-size: 14px;
        height: 160px;
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #b0caec 100%);
        border-radius: 4px 0px 0px 4px;
        opacity: 0.55;
}
.home-page-wrap .login-wrap .main-content .company-body .famous-title2 {
        color: #000000;
        font-weight: 600;
        padding-left: 15px;
        padding-right: 10px;
        padding-top: 43px;
        font-size: 14px;
        height: 160px;
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #b0caec 100%);
        border-radius: 4px 0px 0px 4px;
        opacity: 0.55;
}
.home-page-wrap .login-wrap .main-content .company-body .company_img {
        height: 77%;
        display: flex;
        align-items: center;
        justify-content: center;
}
.home-page-wrap .login-wrap .main-content .company-body .company_name {
        width: 130px;
        margin: auto;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
}
.home-page-wrap .login-wrap .main-content .company-body .image {
        max-height: 90%;
        max-width: 100%;
}
.home-page-wrap .login-wrap .main-content .company-body .el-card__body {
        height: 100%;
        padding: 0px;
        text-align: center;
}
.home-page-wrap .getMore {
    text-align: center;
    width: 1190px;
    margin: 20px auto;
}
.home-page-wrap .getMore .btn_more {
      height: 50px;
      width: 220px;
      border: none;
      letter-spacing: 1px;
      border-radius: 8px;
      color: #FFFFFF;
      background-color: #2E1F88;
}
.home-page-wrap .banner-middle {
    margin: 0px auto 0;
    position: relative;
}
.home-page-wrap .banner-middle .el-carousel__arrow {
      top: 22%;
}
.home-page-wrap .part-title {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    line-height: 29px;
    color: #333333;
    width: 1190px;
    margin: 40px auto 20px;
}
.home-page-wrap .hot-positions {
    margin-top: 10px;
    z-index: 1;
}
.home-page-wrap .hot-positions .nullContent {
      background: #FFFFFF;
      margin-bottom: 10px;
      display: flex;
      border-radius: 8px;
}
.home-page-wrap .hot-positions .nullContent .img-conetent {
        height: 150px;
        width: 280px;
        border-radius: 8px;
        background-color: #DEE7F0;
        background-repeat: no-repeat;
        margin-right: 20px;
}
.home-page-wrap .hot-positions .nullContent .recruit-info {
        width: 344px;
}
.home-page-wrap .hot-positions .nullContent .recruit-info .recruit-name {
          margin-top: 16px;
          font-size: 22px;
          font-weight: 700;
          color: #333333;
          margin-bottom: 76px;
}
.home-page-wrap .hot-positions .nullContent .recruit-info .label {
          font-size: 12px;
          font-weight: 400;
          color: #999999;
          margin-bottom: 10px;
}
.home-page-wrap .hot-positions .nullContent .right-pos {
        margin-right: 12px;
        margin-top: 12px;
        width: 180px;
        height: 126px;
        padding-top: 16px;
        padding-left: 12px;
        border-radius: 8px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.home-page-wrap .hot-positions .nullContent .right-pos .position-title {
          font-size: 16px;
          font-weight: 700;
          color: #333333;
          margin-bottom: 10px;
}
.home-page-wrap .hot-positions .nullContent .right-pos .position-tag {
          margin-bottom: 28px;
}
.home-page-wrap .hot-positions .nullContent .right-pos .position-tag .tag {
            padding: 4px 8px;
            background: #f1f1f1;
            border-radius: 2px;
            font-size: 12px;
            line-height: 17px;
            color: #999999;
            margin-right: 8px;
}
.home-page-wrap .hot-positions .nullContent .right-pos .position-salary {
          font-size: 16px;
          font-weight: 400;
          line-height: 33px;
          padding-left: 60px;
          color: #ff5c00;
}
.home-page-wrap .hot-positions .nullContent .recruit-oper {
        margin-left: 30px;
}
.home-page-wrap .hot-positions .nullContent .recruit-oper .oper-img {
          cursor: pointer;
          margin-top: 53px;
          width: 44px;
          height: 44px;
}
.home-page-wrap .hot-positions .h-234 {
      height: 234px;
      background-image: url(../img/green-bg.b453b694.png) !important;
}
.home-page-wrap .hot-positions .left {
      position: relative;
      width: 140px;
      background-image: url(../img/orange.c5fe8cc1.png);
}
.home-page-wrap .hot-positions .left .posName {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 74px;
        font-size: 28px;
        font-family: YouSheBiaoTiHei;
        color: #ffffff;
        text-shadow: 3px 6px 16px rgba(5, 16, 144, 0.2);
}
.home-page-wrap .hot-positions .left .select {
        display: inline;
        position: absolute;
        width: 100px;
        height: 24px;
        top: 114px;
        left: 19px;
}
.home-page-wrap .hot-positions .left .select .el-input .el-input__inner {
          background-color: transparent;
          color: #fff !important;
          font-size: 14px;
          height: 24px;
          line-height: 24px;
          border-radius: 3px;
          border: 2px solid;
          padding: 0 10px;
}
.home-page-wrap .hot-positions .left .select .el-select .el-input .el-select__caret {
          color: #fff;
}
.home-page-wrap .hot-positions .left .select .el-input__icon {
          line-height: 24px;
          width: 14px;
}
.home-page-wrap .hot-positions .left .doMore {
        display: inline;
        position: absolute;
        cursor: pointer;
        width: 100px;
        height: 28px;
        bottom: 20px;
        left: 20px;
        font-size: 14px;
        font-family: Source Han Sans SC;
        background-color: #fff;
        color: #f94b0f;
        border: none;
        border-radius: 16px;
        text-align: center;
        line-height: 28px;
}
.home-page-wrap .hot-positions .position {
      border: none;
      background: #ffffff;
      border-radius: 8px;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.02);
      margin: 5px;
      cursor: pointer;
}
.home-page-wrap .hot-positions .position .company-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 8px;
        background: #ffffff;
        padding: 16px 17px 10px 16px;
}
.home-page-wrap .hot-positions .position .company-info .img-box {
          width: 46px;
          height: 46px;
          border-radius: 2px;
          flex-shrink: 0;
}
.home-page-wrap .hot-positions .position .position-tag {
        padding: 0 0 5px 0;
        margin: 0 16px;
}
.home-page-wrap .hot-positions .position .position-tag .tag {
          padding: 4px 8px;
          background: #f1f1f1;
          border-radius: 2px;
          font-size: 12px;
          line-height: 17px;
          color: #999999;
          margin-right: 8px;
}
.home-page-wrap .hot-positions .position .position-name2 {
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        color: #333333;
        display: flex;
        align-items: center;
}
.home-page-wrap .hot-positions .position .position-name2 .fast {
          width: 22px;
          margin-right: 4px;
}
.home-page-wrap .hot-positions .position .position-name2 .highTech {
          width: 35px;
          margin-right: 4px;
}
.home-page-wrap .hot-positions .position .position-name2 div {
          max-width: 200px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
}
.home-page-wrap .hot-positions .position .salary {
        font-size: 16px;
        line-height: 24px;
        color: #C3A062;
}
.home-page-wrap .hot-positions .position .company-name {
        max-width: 250px;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        color: #333333;
}
.home-page-wrap .hot-positions .position .company-name .color-999 {
          font-weight: 500;
          font-size: 12px;
          line-height: 18px;
          color: #999999;
          margin-top: 4px;
}
.home-page-wrap .hot-positions .position .company-name:hover {
        cursor: pointer;
        color: #1275fa;
}
.home-page-wrap .hot-positions .position .position-info {
        display: flex;
        align-items: center;
        padding: 6px 0 10px;
        color: #667085;
}
.home-page-wrap .hot-positions .position .position-info .position-detail:first-child {
          border-right: 1px solid #ddd;
}
.home-page-wrap .hot-positions .position .position-info .position-detail {
          display: flex;
          align-items: center;
          padding: 0 12px;
          width: 50%;
}
.home-page-wrap .hot-positions .position .position-info .position-detail .position-name {
            font-size: 12px;
            line-height: 17px;
            color: #333333;
}
.home-page-wrap .hot-positions .position .position-info .position-detail .position-salary {
            font-size: 14px;
            line-height: 20px;
            color: #ff5c00;
            margin-left: 8px;
}
.home-page-wrap .hot-positions .position .position-info .img-box {
          width: 22px;
          height: 22px;
          border-radius: 2px;
          flex-shrink: 0;
}
.home-page-wrap .hot-positions .position .position-info .company-box {
          padding: 0 12px;
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between;
}
.home-page-wrap .hot-positions .position .position-info .company-box img {
            width: 15px;
}
.home-page-wrap .hot-positions .position .position-info .company-name2 {
          max-width: 150px;
          font-size: 12px;
          line-height: 25px;
          color: #667085;
          margin-left: 6px;
          overflow: hidden;
          width: 100%;
          text-overflow: ellipsis;
          white-space: nowrap;
}
.home-page-wrap .hot-positions .position .position-info .company-type {
          font-size: 12px;
          line-height: 17px;
          color: #aaaaaa;
          display: flex;
          align-items: center;
          max-width: 50%;
          justify-content: flex-end;
          color: #667085;
}
.home-page-wrap .hot-positions .position .position-info .company-type img {
            width: 14px;
            height: 14px;
            margin-right: 3px;
}
.home-page-wrap .hot-positions .position .position-info .company-type .type {
            display: inline-block;
            flex: 1;
            max-width: 90px;
            text-align: right;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
}
.home-page-wrap .hot-positions .position .position-info .company-type .num {
            max-width: 80px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
}
.home-page-wrap .hot-positions .position .el-row .el-col:first-child {
        border-right: 1px solid #d8d8d8;
}
.home-page-wrap .hot-positions .position .company-position {
        margin-left: 16px;
}
.home-page-wrap .hot-positions .position .company-position .first {
          display: flex;
          justify-content: space-between;
}
.home-page-wrap .hot-positions .position .company-position .first .position-name {
            width: 108px;
            height: 20px;
            font-size: 14px;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #000000;
            line-height: 20px;
            word-break: keep-all;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
}
.home-page-wrap .hot-positions .position .company-position .first .position-name:hover {
            cursor: pointer;
            color: #1275fa;
}
.home-page-wrap .hot-positions .position .company-position .first .position-salary {
            margin-right: 0px;
            width: 71px;
            height: 20px;
            font-size: 14px;
            font-family: PingFangSC-Semibold, PingFang SC;
            font-weight: 600;
            color: #d34848;
            line-height: 20px;
}
.home-page-wrap .hot-positions .position .company-position .position-degree {
          margin-top: 2px;
          width: 24px;
          height: 17px;
          font-size: 12px;
          font-family: PingFangSC-Regular, PingFang SC;
          font-weight: 400;
          color: #999999;
          line-height: 17px;
}
.home-page-wrap .hot-positions .position .company-position::after {
        width: 1px;
        height: 36px;
        background: #d8d8d8;
}
.home-page-wrap .hot-positions .gra {
      background-image: url(../img/graduate.663e099a.png);
}
.home-page-wrap .hot-positions .gra .graNmae {
        margin-top: 22px;
        margin-left: 20px;
        width: 120px;
        font-size: 40px;
        font-family: YouSheBiaoTiHei;
        color: #ffffff;
        text-shadow: 3px 6px 16px rgba(5, 16, 144, 0.2);
}
.home-page-wrap .foot-bg {
    height: 224px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url(../img/footer-bg.85a56c7c.png);
}
.home-page-wrap .gra-color {
    background-color: #f5f5f5;
}
.home-page-wrap .create-resume {
    height: 120px;
    text-align: center;
    line-height: 120px;
    background-size: 100% 100%;
}
.home-page-wrap .create-resume span:first-child {
      font-size: 16px;
      font-weight: 400;
      color: #333333;
      margin-right: 20px;
}
.home-page-wrap .create-resume span:last-child {
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      color: #1273f9;
      border-bottom: 1px solid;
      padding-bottom: 10px;
}
.home-page-wrap .create-resume .home_img7 {
      width: 5px;
      margin-left: 10px;
}
.home-page-wrap .recent-recruitment-wrap {
    padding: 32px 0;
    height: 397px;
    background-color: #f8f8f8;
    position: relative;
}
.home-page-wrap .recent-recruitment-wrap img.bg {
      width: 25vw;
      height: auto;
      position: absolute;
      bottom: 0;
}
.home-page-wrap .recent-recruitment-wrap img.bg.left {
        left: 16px;
}
.home-page-wrap .recent-recruitment-wrap img.bg.right {
        right: 16px;
}
.home-page-wrap .recent-recruitment-wrap .main-content {
      text-align: center;
}
.home-page-wrap .recent-recruitment-wrap .main-content .title {
        width: 100%;
        text-align: center;
}
.home-page-wrap .recent-recruitment-wrap .main-content .title .el-divider--horizontal .el-divider__text {
          padding: 0 40px;
          background-color: #f8f8f8;
}
.home-page-wrap .recent-recruitment-wrap .main-content .body {
        display: inline-block;
}
.home-page-wrap .recent-recruitment-wrap .main-content .body .el-col:nth-child(1) {
          padding-left: 0 !important;
}
.home-page-wrap .recent-recruitment-wrap .main-content .body .el-col:nth-child(6) {
          padding-right: 0 !important;
}
.home-page-wrap .recent-recruitment-wrap .main-content .body .el-card {
          height: 238px;
          padding: 10px;
}
.home-page-wrap .recent-recruitment-wrap .main-content .body .el-card .el-card__body {
            height: 100%;
}
.home-page-wrap .recent-recruitment-wrap .main-content .body .el-card .el-card__body .image {
              width: 100%;
              height: calc(100% - 108px);
              display: block;
}
.home-page-wrap .recent-recruitment-wrap .main-content .body .el-card .el-card__body .decs-content {
              margin-top: 10px;
}
.home-page-wrap .recent-recruitment-wrap .main-content .body .el-card .el-card__body .decs-content p {
                margin: 0 0;
                font-size: 16px;
}
.home-page-wrap .recent-recruitment-wrap .main-content .body .el-card .el-card__body .decs-content p.name {
                  line-height: 24px;
                  color: #101513;
}
.home-page-wrap .recent-recruitment-wrap .main-content .body .el-card .el-card__body .decs-content p.time {
                  margin-top: 15px;
                  height: 24px;
                  line-height: 24px;
                  color: #d6ae52;
}
.home-page-wrap .hot-school-wrap {
    padding: 40px 0;
}
.home-page-wrap .hot-school-wrap .main-content {
      text-align: center;
}
.home-page-wrap .hot-school-wrap .main-content .title {
        width: 100%;
        text-align: center;
}
.home-page-wrap .hot-school-wrap .main-content .title .el-divider--horizontal .el-divider__text {
          padding: 0 50px;
          background-color: #fff;
}
.home-page-wrap .hot-school-wrap .main-content .body {
        display: inline-block;
}
.home-page-wrap .hot-school-wrap .main-content .body .el-col:nth-child(1) {
          padding-left: 0 !important;
}
.home-page-wrap .hot-school-wrap .main-content .body .el-col:nth-child(6) {
          padding-right: 0 !important;
}
.home-page-wrap .hot-school-wrap .main-content .body .el-card {
          height: 208px;
          margin-bottom: 24px;
}
.home-page-wrap .hot-school-wrap .main-content .body .el-card .el-card__body {
            height: 100%;
}
.home-page-wrap .hot-school-wrap .main-content .body .el-card .el-card__body .image {
              width: 90px;
              height: 90px;
              display: inline-block;
              margin-top: 12px;
}
.home-page-wrap .hot-school-wrap .main-content .body .el-card .el-card__body .decs-content {
              margin-top: 10px;
}
.home-page-wrap .hot-school-wrap .main-content .body .el-card .el-card__body .decs-content p {
                margin: 0 0;
                font-size: 16px;
}
.home-page-wrap .hot-school-wrap .main-content .body .el-card .el-card__body .decs-content p.name {
                  line-height: 24px;
                  color: #101513;
}
.home-page-wrap .hot-school-wrap .main-content .body .el-card .el-card__body .decs-content .counts {
                display: inline-block;
                margin-top: 16px;
                font-size: 12px;
                width: 182px;
                height: 36px;
                line-height: 36px;
                border: 1px solid #e3e7ed;
                text-align: center;
}
.home-page-wrap .hot-school-wrap .main-content .body .el-card .el-card__body .decs-content .counts span {
                  color: #17b575;
}
.home-page-wrap .hot-company-wrap {
    padding: 0 0 40px;
}
.home-page-wrap .hot-company-wrap .main-content {
      text-align: center;
}
.home-page-wrap .hot-company-wrap .main-content .title {
        width: 100%;
        text-align: center;
}
.home-page-wrap .hot-company-wrap .main-content .title .el-divider--horizontal .el-divider__text {
          padding: 0 50px;
          background-color: #fff;
}
.home-page-wrap .hot-company-wrap .main-content .body {
        display: inline-block;
}
.home-page-wrap .hot-company-wrap .main-content .body .title-image {
          height: 320px;
          display: flex;
          justify-content: center;
          align-items: center;
}
.home-page-wrap .hot-company-wrap .main-content .body .title-image .text p {
            font-size: 24px;
            color: #fff;
            margin: 0 0;
            text-align: center;
            line-height: 35px;
}
.home-page-wrap .hot-company-wrap .main-content .body .lt-card {
          margin-bottom: 12px;
}
.home-page-wrap .hot-company-wrap .main-content .body .lt-card:nth-child(5), .home-page-wrap .hot-company-wrap .main-content .body .lt-card:nth-child(6) {
            margin-bottom: 0;
}
.home-page-wrap .hot-company-wrap .main-content .body .lt-card .el-card__body {
            height: 97px;
            width: 100%;
            display: flex;
            align-items: center;
}
.home-page-wrap .hot-company-wrap .main-content .body .lt-card .el-card__body .image {
              width: 76px;
              height: 76px;
              margin-left: 10px;
}
.home-page-wrap .hot-company-wrap .main-content .body .lt-card .el-card__body .decs-content {
              margin-left: 15px;
              text-align: left;
}
.home-page-wrap .hot-company-wrap .main-content .body .lt-card .el-card__body .decs-content p {
                margin: 0 0;
                font-size: 16px;
                line-height: 24px;
                color: #101513;
}
.home-page-wrap .hot-company-wrap .main-content .body .lt-card .el-card__body .decs-content p.desc {
                  line-height: 20px;
                  font-size: 14px;
                  color: #6e7874;
                  margin-top: 8px;
}
.home-page-wrap .footer-front-wrap {
    height: 288px;
    background-color: #17b575;
}
.home-page-wrap .footer-front-wrap .inner {
      position: relative;
      height: 100%;
}
.home-page-wrap .footer-front-wrap .inner img {
        height: 231px;
        width: auto;
        position: absolute;
        bottom: 0;
}
.home-page-wrap .footer-front-wrap .inner .action-wrap {
        position: absolute;
        right: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 20px;
}
.home-page-wrap .footer-front-wrap .inner .action-wrap p {
          margin-bottom: 40px;
}
.home-page-wrap .footer-front-wrap .inner .action-wrap .btn {
          width: 300px;
          height: 80px;
          background-color: #fff;
          border-color: #fff;
          color: #17b575;
          font-size: 20px;
          border-radius: 100px;
}
.customer-center-container {
  padding: 28px 0 80px 0;
  width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.customer-center-container .empty-box {
    display: block;
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
    color: #999;
    background-color: #fff;
}
.customer-center-container .apply-list .empty-box {
    padding-top: 30px;
}
.customer-center-container .basic-info {
    width: 100%;
    height: 55px;
    padding: 20px;
    background-size: cover;
    border-top-left-radius: 8px;
    background-color: #fff;
}
.customer-center-container .basic-info .logo {
      width: 235px;
}
.customer-center-container .basic-info .pic-content {
      position: relative;
      margin-top: 20px;
}
.customer-center-container .basic-info .pic-content img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
}
.customer-center-container .basic-info .pic-content .gender-ico {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 0;
        right: -2px;
}
.customer-center-container .basic-info .name {
      font-size: 16px;
      display: inline-block;
      height: 24px;
      line-height: 24px;
      font-weight: 500;
      color: #333;
}
.customer-center-container .basic-info .other-info {
      margin-top: 8px;
      margin-bottom: 0;
      padding-left: 0;
}
.customer-center-container .basic-info .other-info li {
        display: inline-block;
        height: 20px;
        line-height: 20px;
        font-size: 13px;
        color: #555;
}
.customer-center-container .basic-info .other-info li:nth-child(1)::after, .customer-center-container .basic-info .other-info li:nth-child(2)::after {
          content: '';
          display: inline-block;
          width: 1px;
          height: 12px;
          background-color: #ccc;
          margin: -1px 14px;
}
.customer-center-container .basic-info .user-type {
      margin-top: 18px;
}
.customer-center-container .basic-info .user-type .el-input--small .el-input__inner {
        height: 38px;
        line-height: 38px;
        border-radius: 0;
        border-color: #ECECEC;
        color: #555;
        background: rgba(255, 255, 255, 0.6);
        text-align: center;
}
.customer-center-container .left-nav {
    border-bottom-left-radius: 8px;
    padding: 24px 16px 12px;
    background-color: #fff;
    margin-top: 0px;
    position: relative;
}
.customer-center-container .left-nav .nav-item {
      padding-left: 20px;
      height: 44px;
      line-height: 48px;
      margin-bottom: 18px;
      font-size: 14px;
      color: #667085;
      border-radius: 4px;
      cursor: pointer;
      background-size: 240px 100%;
      background-repeat: no-repeat;
      background-position-x: 0px;
}
.customer-center-container .left-nav .nav-item .nav-ico {
        width: 16px;
        height: 16px;
        margin-right: 8px;
        color: #ccc;
}
.customer-center-container .left-nav .nav-item:hover {
        color: rgba(46, 31, 136, 0.9);
}
.customer-center-container .left-nav .nav-item.common {
        background-image: none !important;
}
.customer-center-container .left-nav .nav-item.active {
        background: rgba(46, 31, 136, 0.9);
        color: #fff;
}
.customer-center-container .left-nav .nav-item.active .nav-ico {
          color: #fff;
}
.customer-center-container .left-nav .nav-footer {
      width: 169px;
      height: 100px;
      position: absolute;
      bottom: 0;
}
.customer-center-container .left-activity {
    margin-top: 16px;
    background-color: #fff;
    padding: 24px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.customer-center-container .left-activity .msg-title {
      font-size: 20px;
      font-weight: 700;
      line-height: 30px;
      color: #333333;
      margin-bottom: 15px;
}
.customer-center-container .left-activity .block .el-timeline {
      padding-left: 0px;
}
.customer-center-container .left-activity .block .el-timeline-item {
      padding-bottom: 27px;
}
.customer-center-container .left-activity .block .el-timeline-item__node--normal {
      left: 3px;
      width: 5px;
      height: 5px;
}
.customer-center-container .left-activity .block .el-timeline-item__timestamp.is-top {
      padding-top: 0px;
      color: #666666;
}
.customer-center-container .left-activity .block .area-title {
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      color: #333333;
      margin-bottom: 10px;
}
.customer-center-container .left-activity .block .area {
      font-size: 12px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-weight: 400;
      color: #666666;
      letter-spacing: 0em;
}
.customer-center-container .left-activity .block .location {
      margin-right: 4px;
}
.customer-center-container .customer-body-wrap {
    padding: 0 0 0 28px;
    overflow-x: hidden;
}
.customer-center-main .personal-msg {
  height: 78px;
  width: 100%;
  padding: 10px 20px;
  border-radius: 16px;
  background-color: #fff;
  margin-bottom: 16px;
}
.customer-center-main .personal-msg .info-cter {
    display: flex;
    margin-bottom: 16px;
}
.customer-center-main .personal-msg .img-body {
    width: 54px;
    height: 54px;
    margin-right: 16px;
}
.customer-center-main .personal-msg .img-body img {
      width: 54px;
      height: 54px;
      border-radius: 50%;
}
.customer-center-main .personal-msg .info-body {
    width: 100%;
}
.customer-center-main .personal-msg .info-body .name {
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      color: #333;
      margin-bottom: 5px;
}
.customer-center-main .personal-msg .info-body .exp {
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      color: #828A9C;
      white-space: nowrap;
}
.customer-center-main .personal-msg .info-status {
    padding-top: 13px;
}
.customer-center-main .interview-container {
  margin-bottom: 16px;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 20px;
}
.customer-center-main .interview-container .in-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
}
.customer-center-main .interview-container .in-list .recruit-info {
    cursor: pointer;
    width: 430px;
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 8px;
}
.customer-center-main .interview-container .in-list .recruit-info .info-box {
      position: relative;
      z-index: 2;
}
.customer-center-main .interview-container .in-list .recruit-info .info-box .pos-title {
        display: flex;
        justify-content: space-between;
}
.customer-center-main .interview-container .in-list .recruit-info .info-box .pos-title .company-name {
          flex: 1;
          font-size: 18px;
          line-height: 20px;
          font-weight: 700;
          color: #333333;
          margin-bottom: 13px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
}
.customer-center-main .interview-container .in-list .recruit-info .info-box .pos-title .tag {
          margin: 0 10px;
}
.customer-center-main .interview-container .in-list .recruit-info .info-box .pos-title .tag span {
            border: 1px solid #f94b0f;
            color: #f94b0f;
}
.customer-center-main .interview-container .in-list .recruit-info .info-box .pos-time {
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        margin-bottom: 22px;
}
.customer-center-main .interview-container .in-list .recruit-info .info-box .img-box {
        width: 22px;
        height: 22px;
        border-radius: 2px;
}
.customer-center-main .interview-container .in-list .recruit-info .info-box .company-name2 {
        max-width: 210px;
        font-size: 12px;
        line-height: 26px;
        color: #333333;
        margin-left: 6px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.customer-center-main .interview-container .in-list .recruit-info .info-box .company-name1 {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #333333;
        margin-left: 8px;
}
.customer-center-main .interview-container .in-list .recruit-info .info-box .company-type {
        font-size: 12px;
        line-height: 17px;
        color: #aaaaaa;
        margin-left: 10px;
        display: flex;
}
.customer-center-main .interview-container .in-list .recruit-info .info-box .company-type .type {
          display: inline-block;
          flex: 1;
          max-width: 100px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
}
.customer-center-main .interview-container .in-list .recruit-info .info-box .company-type .num {
          max-width: 80px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
}
.customer-center-main .interview-container .in-list .recruit-info .info-box .company-box {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
}
.customer-center-main .interview-container .in-list .recruit-info .info-box .onStatus {
        margin-left: 8px;
        height: 24px;
        padding: 3px 7px;
        line-height: 20px;
        font-size: 12px;
        width: 50px;
        border-radius: 2px;
        background: #DFFAF0;
        color: #00C27C;
}
.customer-center-main .interview-container .in-list .recruit-info .info-box .onStatus span {
          margin-right: 4px;
}
.customer-center-main .interview-container .in-list .recruit-info .pos-title {
      display: flex;
      justify-content: space-between;
}
.customer-center-main .interview-container .in-list .recruit-info .pos-title .company-name {
        flex: 1;
        font-size: 18px;
        line-height: 20px;
        font-weight: 600;
        color: #333333;
        margin-bottom: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.customer-center-main .interview-container .in-list .recruit-info .pos-title .tag {
        margin-left: 20px;
}
.customer-center-main .interview-container .in-list .recruit-info .pos-title .tag span {
          border: 1px solid #f94b0f;
          color: #f94b0f;
}
.customer-center-main .interview-container .in-list .recruit-info .pos-time {
      font-size: 12px;
      font-weight: 400;
      color: #999999;
      margin-bottom: 22px;
}
.customer-center-main .interview-container .in-list .recruit-info .img-box {
      width: 22px;
      height: 22px;
      border-radius: 2px;
}
.customer-center-main .interview-container .in-list .recruit-info .company-name2 {
      max-width: 150px;
      font-size: 12px;
      line-height: 26px;
      color: #333333;
      margin-left: 6px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.customer-center-main .interview-container .in-list .recruit-info .company-name1 {
      max-width: 240px;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: #333333;
      margin-left: 8px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.customer-center-main .interview-container .in-list .recruit-info .company-type {
      font-size: 12px;
      line-height: 17px;
      color: #aaaaaa;
      margin-left: 10px;
      display: flex;
}
.customer-center-main .interview-container .in-list .recruit-info .company-type .type {
        display: inline-block;
        flex: 1;
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.customer-center-main .interview-container .in-list .recruit-info .company-type .num {
        max-width: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.customer-center-main .interview-container .in-list .recruit-info .company-box {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
}
.customer-center-main .interview-container .in-list .recruit-info .onStatus {
      margin-left: 8px;
      height: 24px;
      padding: 3px 7px;
      line-height: 20px;
      font-size: 12px;
      width: 50px;
      border-radius: 2px;
      background: #DFFAF0;
      color: #00C27C;
}
.customer-center-main .interview-container .in-list .recruit-info .onStatus span {
        margin-right: 4px;
}
.customer-center-main .interview-container .in-list .recruit-info .mapMask {
      position: absolute;
      right: 0;
      top: 0;
}
.customer-center-main .interview-container .in-list .recruit-info .mapMask img {
        width: 100px;
        height: 75px;
}
.customer-center-main .interview-container .in-list .recruit-info .enterBtn {
      position: absolute;
      right: 0px;
      top: 10px;
}
.customer-center-main .interview-container .in-list .recruit-info .enterBtn img {
        cursor: pointer;
        width: 48px;
        height: 48px;
}
.customer-center-main .interview-container .in-list .recruit-info .hr-info {
      display: flex;
      justify-content: space-between;
      height: 24px;
}
.customer-center-main .interview-container .in-list .recruit-info .line {
      border-bottom: 1px solid #EEEEEE;
      margin-right: 16px;
      margin-top: 11px;
      margin-bottom: 11px;
}
.customer-center-main .interview-container .in-list .recruit-info .btn1 {
      height: 24px;
      font-size: 12px;
      width: 90px;
      border-radius: 2px;
      padding: 2px 21px;
      background-color: #FFF;
      color: #2E1F88;
}
.customer-center-main .interview-container .in-list .recruit-info .btn2 {
      height: 24px;
      font-size: 12px;
      width: 90px;
      padding: 2px 21px;
      border-radius: 2px;
      color: #fff;
      background: #2E1F88;
}
.customer-center-main .interview-container .in-list .recruit-info .btn2-disabled {
      height: 24px;
      font-size: 12px;
      width: 90px;
      padding: 2px 21px;
      border-radius: 2px;
      color: #999;
      background: #ccc;
}
.customer-center-main .interview-container .in-list .delivery {
    margin-bottom: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 16px;
    padding: 24px 20px;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box {
      display: flex;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .process-line {
        width: 100%;
        height: 4px;
        border-radius: 20px;
        background: rgba(46, 31, 136, 0.2);
        position: relative;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .process-line .node-time {
          position: absolute;
          bottom: 15px;
          left: 92px;
          font-size: 12px;
          color: #828A9C;
          width: 67px;
          text-align: center;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .process-line .time-two {
          left: 225px;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .process-line .time-three {
          left: 350px;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .process-line .node-status {
          position: absolute;
          bottom: -30px;
          left: 103px;
          font-size: 12px;
          font-weight: 600;
          color: #101828;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .process-line .status-two {
          left: 235px;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .process-line .status-three {
          right: 0;
          width: 169px;
          text-align: center;
          left: 360px;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .process-line .process-node {
          width: 25%;
          height: 4px;
          position: absolute;
          border-radius: 20px;
          left: 0;
          top: 0;
          background: transparent;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .process-line .process-node::after {
            content: '';
            height: 16px;
            width: 16px;
            border: 4px solid rgba(46, 31, 136, 0.2);
            background: #fff;
            border-radius: 50%;
            position: absolute;
            right: -17px;
            bottom: -7px;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .process-line .greenline {
          width: 25%;
          height: 4px;
          position: absolute;
          border-radius: 20px;
          left: 0;
          top: 0;
          background: rgba(46, 31, 136, 0.8);
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .process-line .greenline::after {
            content: '';
            height: 16px;
            width: 16px;
            border: 4px solid #2E1F88;
            background: #fff;
            border-radius: 50%;
            position: absolute;
            right: -17px;
            bottom: -7px;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .process-line .redline {
          width: 25%;
          height: 4px;
          position: absolute;
          border-radius: 20px;
          left: 0;
          top: 0;
          background: #d92d20;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .process-line .redline::after {
            content: '';
            height: 16px;
            width: 16px;
            border: 4px solid #d92d20;
            background: #fff;
            border-radius: 50%;
            position: absolute;
            right: -17px;
            bottom: -7px;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .process-line .noSecond {
          width: 28%;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .process-line .noSecond::after {
            content: '';
            height: 0;
            width: 0;
            border: 0;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .process-line .one {
          left: 0;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .process-line .two {
          left: 28%;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .process-line .three {
          left: 55%;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .process-line .four {
          left: 75%;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .process-line .four::after {
            content: '';
            height: 0;
            width: 0;
            border: 0;
            background: #fff;
            border-radius: 50%;
            position: absolute;
            right: -17px;
            bottom: -7px;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .position-info-box {
        width: 244px;
        border-right: 1px dashed #DCDFE5;
        padding: 10px 0;
        cursor: pointer;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .position-info-box .name-salary-box {
          width: 244px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding-right: 25px;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .position-info-box .name-salary-box .name {
            color: #101828;
            font-size: 18px;
            font-weight: 600;
            min-width: 100px;
            max-width: 115px;
            height: 25px;
            line-height: 25px;
            overflow: hidden;
            word-break: normal;
            text-overflow: ellipsis;
            display: inline-block;
            word-break: keep-all;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .position-info-box .name-salary-box .salary {
            color: #C3A062;
            font-size: 16px;
            font-weight: 600;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .position-info-box .tags-box {
          color: #828A9C;
          font-size: 12px;
          margin-top: 9px;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .position-info-box .tags-box span {
            padding: 0 8px;
            border-right: 1px solid #DCDFE5;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .position-info-box .tags-box span:nth-child(1) {
            padding-left: 0;
}
.customer-center-main .interview-container .in-list .delivery .position-process-box .position-info-box .tags-box span:last-child {
            border-right: 0;
}
.customer-center-main .interview-container .in-list .delivery .company-info-box {
      display: flex;
      align-items: center;
      color: #101828;
      font-size: 14px;
      padding: 6px 10px;
      margin-top: 12px;
      box-sizing: border-box;
      border-radius: 8px;
      background: #F8F9FA;
      justify-content: space-between;
}
.customer-center-main .interview-container .in-list .delivery .company-info-box img {
        width: 32px;
        height: 32px;
        border-radius: 2.4px;
        overflow: hidden;
        margin-right: 8px;
}
.customer-center-main .interview-container .in-list .delivery .company-info-box .logo-name {
        display: flex;
        align-items: center;
}
.customer-center-main .interview-container .in-list .delivery .company-info-box .tag-box {
        color: #828A9C;
}
.customer-center-main .interview-container .in-list .delivery .company-info-box .tag-box span {
          padding: 0 6px;
          height: 10px;
          line-height: 10px;
          border-right: 1px solid #DCDFE5;
}
.customer-center-main .interview-container .in-list .delivery .company-info-box .tag-box span:last-child {
          border-right: 0;
          padding-right: 0;
}
.customer-center-main .interview-container .in-list .delivery .img-box {
      width: 48px;
      height: 48px;
      margin-right: 12px;
      border-radius: 2px;
}
.customer-center-main .interview-container .in-list .delivery .name1 {
      width: 142px;
      font-size: 14px;
      font-weight: 700;
      line-height: 21px;
      color: #333333;
      margin-bottom: 9px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.customer-center-main .interview-container .in-list .delivery .name2 {
      width: 142px;
      font-size: 10px;
      font-weight: 400;
      line-height: 15px;
      color: #AAAAAA;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.customer-center-main .interview-container .in-list .delivery .process {
      width: 468px;
      position: relative;
      margin-left: 20px;
}
.customer-center-main .interview-container .in-list .delivery .process .bg-img {
        position: absolute;
        top: 11px;
        z-index: 1;
        width: 468px;
}
.customer-center-main .interview-container .in-list .delivery .process .line-img {
        position: absolute;
        top: 13px;
        z-index: 2;
}
.customer-center-main .interview-container .in-list .delivery .process .small {
        width: 86px;
        height: 4px;
}
.customer-center-main .interview-container .in-list .delivery .process .big {
        width: 181px;
        height: 4px;
}
.customer-center-main .interview-container .in-list .delivery .process .circle-img {
        z-index: 2;
}
.customer-center-main .interview-container .in-list .delivery .process .statusItem {
        width: 100px;
        height: 60px;
        font-size: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
}
.customer-center-main .interview-container .in-list .delivery .process .statusItem .time {
          font-size: 12px;
          font-weight: 500;
          color: #999999;
}
.customer-center-main .interview-container .in-list .delivery .process .statusItem .name {
          font-size: 12px;
          font-weight: 500;
          color: #333333;
}
.customer-center-main section {
  margin-bottom: 20px;
}
.customer-center-main .title {
  width: 100%;
  height: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #333333;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
}
.customer-center-main .title .extra {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    margin-left: 8px;
}
.customer-center-main .title .extra .num {
      color: #FB8602;
}
.customer-center-main .title .btn {
    margin-left: auto;
    font-size: 14px;
    color: #999999;
}
.customer-center-main .invite-box {
  background-image: none !important;
  background: transparent !important;
  padding: 0;
}
.customer-center-main .invite-box .in-title {
    color: #101828 !important;
}
.customer-center-main .invite-box .in-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.customer-center-main .invite-box .in-list-item {
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    color: #101828;
    display: flex;
    align-items: center;
}
.customer-center-main .invite-box .in-list-item .list-item-left {
      width: 175px;
      border-right: 1px solid #E8EAEE;
      padding: 20px 15px 20px 0;
}
.customer-center-main .invite-box .in-list-item .list-item-right {
      padding-left: 15px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
}
.customer-center-main .invite-box .in-list-item .list-item-right .time {
        color: #C3A062;
        font-weight: 700;
        font-size: 18px;
}
.customer-center-main .invite-box .in-list-item .list-item-right .date {
        color: #828A9C;
        font-size: 14px;
        margin: 5px 0 10px;
}
.customer-center-main .invite-box .in-list-item .list-item-right .enter-btn {
        background: #2E1F88;
        color: #fff;
        border-radius: 4px;
        width: 62px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        font-size: 12px;
        cursor: pointer;
}
.customer-center-main .invite-box .in-list-item .list-item-right .nostart-btn {
        opacity: 0.6;
}
.customer-center-main .invite-box .in-list-item .list-item-right .end-btn {
        color: #828A9C;
        width: 62px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        font-size: 12px;
}
.customer-center-main .invite-box .in-list-item .position-name {
      display: flex;
      align-items: center;
      width: 100%;
}
.customer-center-main .invite-box .in-list-item .position-name .name {
        width: 60%;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: keep-all;
}
.customer-center-main .invite-box .in-list-item .position-name .type1 {
        width: 56px;
        height: 20px;
        font-size: 12px;
        background: #E4EFFF;
        color: #0B4DA2;
        text-align: center;
        line-height: 20px;
        border-radius: 4px;
}
.customer-center-main .invite-box .in-list-item .position-name .type2 {
        width: 56px;
        height: 20px;
        font-size: 12px;
        background: #FFEABF;
        color: #EB8000;
        text-align: center;
        line-height: 20px;
        border-radius: 4px;
}
.customer-center-main .invite-box .in-list-item .company-name {
      color: #667085;
      font-size: 12px;
      margin-top: 10px;
}
.customer-center-main .invite-box .position {
    padding: 16px 0 0;
    border: none;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.02);
    margin: 5px;
}
.customer-center-main .invite-box .position .company-info {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-radius: 8px;
      background: #ffffff;
      padding: 0 16px;
}
.customer-center-main .invite-box .position .company-info .position_name_info {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 250px;
        font-size: 17px;
        color: #101828;
        font-weight: 600;
        height: 27px;
        line-height: 27px;
        word-break: keep-all;
}
.customer-center-main .invite-box .position .company-info .img-box {
        width: 46px;
        height: 46px;
}
.customer-center-main .invite-box .position .company-info .contact-btn {
        width: 104px;
        height: 29px;
        border-radius: 4px;
        color: #fff;
        background: rgba(46, 31, 136, 0.9);
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
}
.customer-center-main .invite-box .position .position-tag {
      padding: 0 0 16px 0;
      border-bottom: 1px solid #EEEEEE;
      display: flex;
}
.customer-center-main .invite-box .position .position-tag .posTag {
        width: 42px;
        height: 20px;
        font-size: 12px;
        color: #FFFFFF;
        background-color: #FF5151;
        font-weight: 400;
        padding: 4px 10px;
        border-radius: 4px;
        margin-right: 6px;
}
.customer-center-main .invite-box .position .position-tag .tag {
        padding: 4px 8px;
        background: #f1f1f1;
        border-radius: 2px;
        font-size: 12px;
        line-height: 17px;
        color: #999999;
        margin-right: 8px;
}
.customer-center-main .invite-box .position .position-name2 {
      font-size: 16px;
      line-height: 24px;
      color: #333333;
      cursor: pointer;
}
.customer-center-main .invite-box .position .salary {
      font-size: 14px;
      line-height: 24px;
      color: #C3A062;
}
.customer-center-main .invite-box .position .tag {
      font-size: 12px;
      color: #667085;
      padding: 0 8px;
      height: 12px;
      line-height: 12px;
}
.customer-center-main .invite-box .position .company-name {
      max-width: 250px;
      font-weight: 700;
      font-size: 14px;
      line-height: 20px;
      color: #333333;
}
.customer-center-main .invite-box .position .company-name .color-999 {
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        color: #999999;
        margin-top: 4px;
}
.customer-center-main .invite-box .position .company-name:hover {
      cursor: pointer;
      color: #1275fa;
}
.customer-center-main .invite-box .position .position-info {
      display: flex;
      align-items: center;
      padding: 0 16px;
      justify-content: space-between;
      height: 38px;
      background: #FAFAFA;
      margin-top: 12px;
}
.customer-center-main .invite-box .position .position-info .position-detail:first-child {
        border-right: 1px solid #ddd;
}
.customer-center-main .invite-box .position .position-info .position-detail {
        display: flex;
        align-items: center;
        padding: 0 12px;
        width: 50%;
}
.customer-center-main .invite-box .position .position-info .position-detail .position-name {
          font-size: 12px;
          line-height: 17px;
          color: #333333;
}
.customer-center-main .invite-box .position .position-info .position-detail .position-salary {
          font-size: 14px;
          line-height: 20px;
          color: #ff5151;
          margin-left: 8px;
}
.customer-center-main .invite-box .position .position-info .img-box {
        width: 22px;
        height: 22px;
}
.customer-center-main .invite-box .position .position-info .company-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
}
.customer-center-main .invite-box .position .position-info .company-box .logo-wrap {
          width: 22px;
          height: 22px;
}
.customer-center-main .invite-box .position .position-info .company-name2 {
        max-width: 150px;
        font-size: 12px;
        line-height: 25px;
        color: #333333;
        margin-left: 6px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.customer-center-main .invite-box .position .position-info .company-hr {
        color: #344054;
        font-weight: 500;
        font-size: 12px;
        display: flex;
        align-items: center;
        line-height: 20px;
}
.customer-center-main .invite-box .position .position-info .company-hr img {
          width: 20px;
          height: 20px;
          margin-right: 8px;
          border: 1px solid #D9D9D9;
          border-radius: 50%;
          overflow: hidden;
}
.customer-center-main .invite-box .position .el-row .el-col:first-child {
      border-right: 1px solid #d8d8d8;
}
.customer-center-main .invite-box .position .company-position {
      margin-left: 16px;
}
.customer-center-main .invite-box .position .company-position .first {
        display: flex;
        justify-content: space-between;
}
.customer-center-main .invite-box .position .company-position .first .position-name {
          width: 108px;
          height: 20px;
          font-size: 14px;
          font-family: PingFangSC-Regular, PingFang SC;
          font-weight: 400;
          color: #000000;
          line-height: 20px;
          word-break: keep-all;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
}
.customer-center-main .invite-box .position .company-position .first .position-name:hover {
          cursor: pointer;
          color: #1275fa;
}
.customer-center-main .invite-box .position .company-position .first .position-salary {
          margin-right: 0px;
          width: 71px;
          height: 20px;
          font-size: 14px;
          font-family: PingFangSC-Semibold, PingFang SC;
          font-weight: 600;
          color: #d34848;
          line-height: 20px;
}
.customer-center-main .invite-box .position .company-position .position-degree {
        margin-top: 2px;
        width: 24px;
        height: 17px;
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 17px;
}
.customer-center-main .invite-box .position .company-position::after {
      width: 1px;
      height: 36px;
      background: #d8d8d8;
}
.customer-center-main .interview-list .list-wrap {
  padding: 30px;
  padding-bottom: 0;
  background-color: #fff;
}
.customer-center-main .interview-list .list-wrap .item {
    margin-bottom: 30px;
    display: flex;
}
.customer-center-main .interview-list .list-wrap .item .time-info {
      width: 124px;
      height: 48px;
      background-size: cover;
      display: flex;
      color: #fff;
      font-size: 18px;
      margin-right: 12px;
}
.customer-center-main .interview-list .list-wrap .item .time-info .day,
      .customer-center-main .interview-list .list-wrap .item .time-info .time {
        display: flex;
        flex: 0.5;
        align-items: center;
        justify-content: center;
}
.customer-center-main .interview-list .list-wrap .item .time-info .day {
        flex-direction: column;
        font-size: 12px;
        padding-left: 12px;
        align-items: flex-start;
}
.customer-center-main .interview-list .list-wrap .item .time-info .day span {
          height: 17px;
          line-height: 14px;
}
.customer-center-main .interview-list .list-wrap .item .other-info .name {
      height: 24px;
      font-size: 16px;
      line-height: 24px;
      color: #333333;
      margin-bottom: 4px;
      display: flex;
      align-items: center;
}
.customer-center-main .interview-list .list-wrap .item .other-info .name span {
        flex-shrink: 0;
}
.customer-center-main .interview-list .list-wrap .item .other-info .name span:not(.type-flag) {
          max-width: 200px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          flex-shrink: 0;
}
.customer-center-main .interview-list .list-wrap .item .other-info .company {
      height: 20px;
      font-size: 14px;
      line-height: 20px;
      color: #555555;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 278px;
      display: block;
}
.customer-center-main .interview-list .list-wrap .item .other-info .type-flag {
      width: 72px;
      height: 16px;
      line-height: 16px;
      background: #FFFFFF;
      border: 1px solid;
      opacity: 1;
      border-radius: 8px;
      padding: 0px 8px;
      font-size: 10px;
      margin-left: 8px;
      text-align: center;
}
.customer-center-main .interview-list .list-wrap .item .other-info .type-flag.ground {
        border-color: #637DEB;
        color: #637DEB;
}
.customer-center-main .interview-list .list-wrap .item .other-info .type-flag.online {
        border-color: #FA732B;
        color: #FA732B;
}
.customer-center-main .resume-list .pagination-wrap .el-pagination {
  margin-right: auto;
}
.common-info-font /deep/ span {
  font-family: "NotoSansHans-Regular", "NotoSansHans", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif !important;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.commonBlueTxt {
  color: #17b575;
}
.font-l {
  font-size: 24px;
}
.font-s {
  font-size: 14px;
}
.font-red {
  color: rgba(231, 57, 14, 0.68) !important;
}
.font-strong {
  font-weight: 600;
}
.txt-common-blue {
  color: #17b575 !important;
}
.cursorPointer,
.btn {
  cursor: pointer;
}
.middle-content {
  width: 1190px;
  margin: 0 auto;
  position: relative;
}
.searchBar-wrap {
  height: 180px;
  padding-top: 30px;
  padding-bottom: 40px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.searchBar-wrap .search-bar {
    height: 110px;
}
.searchBar-wrap .search-bar .el-row {
      border: 1px solid rgba(221, 221, 221, 0.960784);
      height: 100%;
      cursor: pointer;
}
.searchBar-wrap .search-bar .el-row .el-col {
        height: 100%;
        position: relative;
}
.searchBar-wrap .search-bar .el-row .el-col.bordered::after {
          content: "";
          width: 1px;
          height: 100px;
          border-left: 1px dashed #dddddd;
          position: absolute;
          right: 0;
          top: 4px;
}
.searchBar-wrap .search-bar .el-row:hover {
        border-color: #2E1F88;
}
.searchBar-wrap .search-bar .search-item {
      padding-top: 18px;
      padding-left: 40px;
      padding-right: 40px;
}
.searchBar-wrap .search-bar .search-item .search-title {
        margin-bottom: 10px;
        color: #555555;
        font-size: 18px;
}
.searchBar-wrap .search-bar .search-item .el-input {
        padding-right: 30px;
}
.searchBar-wrap .search-bar .search-btn {
      padding-top: 30px;
}
.searchBar-wrap .search-bar .search-btn .el-button {
        width: 120px;
        height: 50px;
        background: linear-gradient(315deg, #2498fc 0%, #0e44f8 100%);
        color: #ffffff;
        font-size: 20px;
        border-radius: 0px;
        font-weight: 500;
        border: none;
}
.searchBar-wrap .search-bar .search-btn .reset-btn {
        margin-left: 20px;
        color: #999999;
        font-size: 14px;
        cursor: pointer;
}
.searchBar-wrap .search-bar .search-btn .reset-btn .reset {
          width: 10px;
          margin-right: 4px;
}
.searchBar-wrap .el-input .el-input__inner {
    background-color: #ffffff;
    border: none;
    padding: 0px;
}
.searchBar-wrap .el-cascader {
    width: 100%;
}
.btnBefore {
  left: 0;
  width: 100%;
  bottom: 0;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  transform: scaleX(0);
  background: #ffffff;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: center right;
}
.btnHover {
  transform: scaleX(1);
  transform-origin: center left;
}
.table-body {
  margin-bottom: 15px;
}
.el-container {
  border-top: none !important;
  width: 100%;
}
.left-aside {
  width: 300px !important;
  background-color: #f8f9ff;
  border-right: 1px solid rgba(102, 123, 163, 0.2);
  z-index: 200;
  overflow: visible;
}
.doc-content {
  max-width: calc(100vw - 300px);
  min-height: 100%;
  background-color: #fff;
  flex-grow: 1;
  overflow: hidden;
  padding-right: 200px;
}
.doc-page-body {
  padding: 28px 40px 52px;
  width: 100%;
  max-width: 1200px;
  font-size: 14px;
  color: #5e6d82;
}
.doc-page-body .content-body {
    width: 99%;
}
.doc-page-body .content-body section {
      margin-bottom: 20px;
}
.doc-page-body .content-body section h4 {
        font-weight: 600;
}
.doc-page-body .content-body section .intro {
        color: #333;
        margin-bottom: 12px;
}
.doc-page-body .content-body section .paragraph {
        line-height: 28px;
        margin-bottom: 12px;
}
.doc-page-body .content-body section .el-table {
        margin-bottom: 5px;
}
.doc-page-body .content-body section .el-tabs__nav-wrap {
        border-bottom: 1px solid #eaeefb;
}
.doc-page-body .content-body section .el-tabs__nav-wrap .el-tabs__nav-scroll {
          padding-left: 0;
}
.doc-page-body .content-body section .el-tabs__content {
        padding-top: 16px;
}
.doc-page-body .content-body section .title-lt {
        font-weight: 600;
        color: #333;
}
.doc-page-body .content-body .common-info-section .common-info {
      list-style-type: disc;
      margin-left: 16px;
}
.doc-page-body .content-body .common-info-section .common-info li {
        line-height: 26px;
}
.doc-text {
  color: #5e6d82;
}
@media (max-width: 1440px) {
.left-aside,
  .nav-content {
    width: 260px !important;
}
.doc-content {
    max-width: calc(100vw - 240px);
}
.doc-page-body {
    padding: 20px 32px;
}
}
.doc-title {
  width: 100%;
  position: relative;
  color: #1f2f3d;
}
.doc-title .txt-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.doc-title .txt-content h3 {
      font-size: 24px;
      font-weight: 500;
}
.doc-title .txt-content .tips {
      color: #fff;
      height: 24px;
      line-height: 24px;
      padding: 0 10px;
      margin-left: 12px;
}
.doc-title .txt-content .download-page {
      margin-left: 9px;
      color: #355dc6;
      cursor: pointer;
}
.doc-title .sub-content {
    display: flex;
    align-items: flex-end;
}
.doc-title .sub-content .update-time {
      color: rgba(94, 109, 130, 0.44);
      font-size: 14px;
      display: inline-block;
      margin-top: 26px;
}
.doc-title .sub-content .download-page {
      margin-left: auto;
      color: #355dc6;
      cursor: pointer;
      position: absolute;
      right: 0;
      bottom: 16px;
}
.doc-title .custom-divider {
    margin: 16px 0;
    background-color: #ebebeb;
}
.doc-title.sub-title {
    margin-bottom: 16px;
}
.doc-title.sub-title .txt-content h3 {
      font-size: 18px;
      font-weight: 500;
}
.atention-content {
  padding: 12px 16px;
  background: #ecf8ff;
  border-radius: 4px;
  border-left: 5px #50bfff solid;
  margin-bottom: 12px;
}
.atention-content .el-col {
    font-size: 14px;
    font-weight: 400;
    color: #43556f;
    line-height: 26px;
}
.atention-content.red {
    background: rgba(252, 221, 201, 0.25);
    border-left: 5px rgba(231, 57, 14, 0.68) solid;
}
.atention-content .atention-title {
    font-weight: 600;
    line-height: 30px;
}
.atention-content.single {
    height: 40px;
    line-height: 20px;
}
.anchor-wrap {
  width: calc(100vw - 1600px);
  min-width: 180px;
  max-width: 500px;
  position: fixed;
  right: 0;
  margin-top: 116px;
}
.anchor-wrap .ant-anchor-wrapper {
    background-color: #fff;
}
.anchor-wrap .ant-anchor-wrapper .ant-anchor {
      font-size: 12px;
}
.anchor-wrap .ant-anchor-wrapper .ant-anchor .ant-anchor-link:nth-child(2) {
        font-size: 14px;
        font-weight: 600;
}
.ant-anchor-ink::before {
  background-color: #ebebeb;
}
.ant-anchor-ink-ball {
  margin-top: -8px;
  width: 2px;
  height: 24px;
  background-color: #17b575;
  border: none;
  border-radius: 0;
}
.ant-anchor-link-active > .ant-anchor-link-title {
  color: #17b575;
}
a.link,
.link {
  text-decoration: underline;
  color: #355dc6;
  cursor: pointer;
}
.copy-code-wrap {
  position: relative;
}
.copy-code-wrap .copy-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
    background-color: #eaeefb;
    border-radius: 0 4px 0 0;
    cursor: pointer;
}
.copy-code-wrap .copy-btn.common-text-btn {
      border: none;
      height: 32px;
      line-height: 32px;
      width: -moz-max-content;
      width: max-content;
      background: none;
      color: #355dc6;
      padding: 0;
}
.copy-code-wrap .copy-btn.common-text-btn span {
        font-size: 13px;
        line-height: 20px;
}
.copy-code-wrap .code-wrap {
    background-color: #fafafa;
    border: 1px solid #eaeefb;
    border-radius: 4px;
    margin-top: 16px;
    padding: 16px 24px;
    width: 100%;
    overflow-x: auto;
    position: relative;
    z-index: 100;
}
.copy-code-wrap .code-wrap code {
      background-color: #fafafa;
      padding: 0;
      min-height: 164px;
      word-wrap: break-word;
      /* Internet Explorer 5.5+ */
      white-space: pre-wrap;
      /* Firefox */
}
.copy-code-wrap.inline {
    display: inline-block;
    background-color: #fafafa;
    border: 1px solid #eaeefb;
    border-radius: 4px;
    padding: 0 28px 0 16px;
    border-right: none;
    margin: 0 10px;
}
.copy-code-wrap.inline span {
      margin-right: 24px;
}
.readProtocol {
  color: #17b575;
  cursor: pointer;
}
.expand-btn {
  display: flex;
  color: #17b575;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.expand-btn .ico {
    margin-left: 9px;
    transition: transform 0.3s;
}
.expand-btn .ico.up {
      transform: rotate(180deg);
}
.list-style {
  list-style: disc;
  list-style-position: inside;
}
.strong-tip {
  font-weight: 600;
}
.deep-text {
  color: #333;
}
.el-table__empty-text {
  line-height: unset;
}
.el-table__empty-text .empty-list-wrap {
    min-height: 266px;
    text-align: center;
    z-index: 100;
    padding: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
}
.el-table__empty-text .empty-list-wrap p {
      color: #8c8e9c;
      margin-top: 16px;
      font-size: 12px;
      margin-left: 8px;
}
.step-line .line-inner {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 12px;
}
.step-line .line-inner .point {
    display: inline-block;
    margin: 0 4px;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #c1c3cd;
}
code {
  font-size: 13px;
}
.code .sendCode {
  height: 42px;
  line-height: 42px;
}
.code .sendCode /deep/ span {
    border-left: 1px #e0e5ed solid;
    line-height: 16px;
    display: block;
    font-size: 14px;
    color: #003c8d;
}
.code .el-input {
  border-radius: 0px;
  float: left;
  display: inline-block;
  position: relative;
}
.code .el-button {
  width: 40%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0px;
  float: left;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  top: 1px;
  position: absolute;
  right: 1px;
  border: none;
}
.codeInput /deep/ .el-input__inner {
  padding-right: 40%;
}
.no-line-height {
  line-height: initial;
}
.no-line-height:only-child {
    line-height: initial;
}
.dialog-body-content section {
  margin-bottom: 16px;
}
.dialog-body-content section .dg-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 32px;
}
.common-text-btn {
  border: none;
  background: none;
}
.common-text-btn span {
    color: #17b575;
}
.common-text-btn:hover, .common-text-btn:focus {
    border: none;
    background: none;
}
.dark-blue {
  color: #355dc6;
}
.dark-red {
  color: #ce6b6b;
}
.underline {
  text-decoration: underline;
}
.common-blue {
  color: #43556f;
}
.trace-info /deep/ .el-step__line {
  background-color: #e1eaf5;
  left: 17px !important;
}
.trace-info /deep/ .el-step__title {
  font-size: 12px;
  line-height: 20px;
}
.trace-info /deep/ .el-step__head.is-finish,
.trace-info /deep/ .el-step__title.is-finish,
.trace-info /deep/ .el-step__description.is-finish {
  color: #8891a2;
}
.trace-info /deep/ .el-step__icon {
  width: unset;
  height: unset;
  left: 6px;
  border: none;
  top: -5px;
  color: #e1eaf5;
}
.trace-info /deep/ .el-step__main {
  top: -5px;
  position: relative;
  margin-bottom: 24px;
  width: 320px;
}
.el-popper /deep/ .trace-info .el-step__icon {
  left: 13px;
}
.el-popper /deep/ .empty-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.alert-dialog .el-dialog__body {
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.alert-dialog .el-dialog__footer {
  padding-bottom: 40px;
}
.alert-dialog .el-dialog__footer .el-button {
    font-size: 16px;
    height: 38px;
}
.status-line {
  padding: 20px 20px 0 20px;
}
.status-line .el-timeline {
    padding-left: 0;
}
.status-line .el-timeline .time {
      height: 15px;
      font-size: 10px;
      line-height: 15px;
      color: #999999;
      margin-left: 8px;
}
.status-line .el-timeline .desc {
      height: 17px;
      font-size: 12px;
      line-height: 17px;
      color: #999999;
      margin-top: 2px;
}
.status-line .empty-box {
    display: block;
    margin-bottom: 20px;
    color: #999;
    width: 100%;
    text-align: center;
}
.el-dialog__title {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
}
.flex-line {
  display: flex !important;
  align-items: center;
  width: 100%;
}
.flex-line .suffix {
    margin-left: auto;
}
.el-pagination {
  text-align: center !important;
}
.recruit-page-wrap {
  position: relative;
  z-index: 99 !important;
  padding-bottom: 80px;
}
.recruit-page-wrap .recruit-page-backImg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.recruit-page-wrap .recruit-page-backImg img {
      width: 100%;
}
.recruit-page-wrap .clear-box {
    display: flex;
    justify-content: flex-end;
}
.recruit-page-wrap .clear-filter {
    display: flex;
    align-items: center;
    color: #667085;
    font-size: 14px;
    cursor: pointer;
}
.recruit-page-wrap .searchBar-wrap {
    height: auto;
    padding: 90px 0;
    box-shadow: none;
}
.recruit-page-wrap .searchBar-wrap .search-item {
      width: 1190px;
      height: 52px;
      margin: auto;
      position: relative;
      margin-bottom: 5px;
}
.recruit-page-wrap .searchBar-wrap .search-item /deep/.el-input__inner {
        height: 52px;
        background-color: #fff;
        border: 1px solid #c9cdd6;
        border-right: none;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        padding: 14px 21px;
}
.recruit-page-wrap .searchBar-wrap .search-item /deep/.el-input-group__append {
        border: 1px solid #C3A062 !important;
}
.recruit-page-wrap .searchBar-wrap .search-item .search-btn {
        background: #C3A062;
        color: #fff;
        width: 120px;
        font-size: 20px;
}
.recruit-page-wrap .recruitment-wrap {
    padding-top: 24px;
    padding-bottom: 80px;
}
.recruit-page-wrap .recruitment-wrap .tab {
      width: 100%;
      padding: 22px 20px 0;
      background-color: #ffffffff;
      border-radius: 8px;
      display: flex;
      justify-content: space-between;
}
.recruit-page-wrap .recruitment-wrap .tab .select-filter {
        margin-top: -8px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        width: 70%;
}
.recruit-page-wrap .recruitment-wrap .tab .select-filter .w_150 {
          width: 160px;
}
.recruit-page-wrap .recruitment-wrap .tab .select-filter .w_140 {
          width: 140px;
}
.recruit-page-wrap .recruitment-wrap .tab .select-filter /deep/.el-select .el-input__inner, .recruit-page-wrap .recruitment-wrap .tab .select-filter /deep/.el-date-editor .el-input__inner {
          border: 1px solid #bbb;
          border-radius: 2px;
}
.recruit-page-wrap .recruitment-wrap .tab .tab-content {
        width: 30%;
        display: flex;
        justify-content: flex-start;
}
.recruit-page-wrap .recruitment-wrap .tab .tab-content .tabName {
          font-size: 17px;
          font-weight: bold;
          margin-right: 32px;
          text-align: center;
          padding-bottom: 20px;
          cursor: pointer;
          color: #344054;
          font-family: Source Han Sans CN;
          font-weight: 400;
}
.recruit-page-wrap .recruitment-wrap .tab .tab-content .active {
          border-bottom: 2px solid #433594;
          color: #433594;
          font-weight: 550;
}
.recruit-page-wrap .recruitment-wrap .recruit_card {
      background: #ffffff;
      border-radius: 8px;
      overflow: hidden;
      margin-top: 20px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .recruit-list-box {
        min-height: 500px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content {
        display: flex;
        justify-content: space-between;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .left {
          flex: 1;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .left .title {
            line-height: 24px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .left .title .s1 {
              font-size: 18px;
              cursor: pointer;
              font-weight: 700;
              margin-right: 14px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .left .title .s2 {
              height: 20px;
              width: 56px;
              font-size: 12px;
              margin-right: 12px;
              background-color: #cff1e4;
              padding: 4px;
              color: #00c27c;
              border-radius: 4px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .left .title .s21 {
              height: 20px;
              width: 56px;
              font-size: 12px;
              margin-right: 12px;
              background-color: #e4efff;
              padding: 4px;
              color: #1878e0;
              border-radius: 4px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .left .title .s22 {
              height: 20px;
              width: 56px;
              font-size: 12px;
              margin-right: 12px;
              background-color: #ffe9e1;
              padding: 4px;
              color: #f94b0f;
              border-radius: 4px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .left .title .tab {
              width: 100%;
              height: 60px;
              background-color: #FFFFFFFF;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .left .title .tab .tab-content {
                width: 1190px;
                margin: auto;
                height: 60px;
                display: flex;
                justify-content: flex-start;
                line-height: 60px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .left .title .tab .tab-content .tabName {
                  font-size: 16px;
                  font-weight: bold;
                  margin-right: 60px;
                  text-align: center;
                  margin-bottom: 4px;
                  cursor: pointer;
                  color: #333333;
                  font-family: Source Han Sans CN;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .left .title .tab .tab-content .s3 {
                  font-size: 12px;
                  padding: 4px;
                  border-radius: 4px;
                  margin-right: 12px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .left .title .tab .tab-content .green {
                  border: 1px solid #00bb61;
                  color: #00bb61;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .left .title .tab .tab-content .yellow {
                  border: 1px solid #ffa800;
                  color: #ffa800;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .left .label {
            font-size: 12px;
            font-weight: 400;
            color: #999999;
            margin-bottom: 10px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .left .re-address {
            margin-right: 5px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .left .address {
            margin-top: 70px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .left .time {
            margin-top: 10px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .right {
          display: flex;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .right .recruit-oper {
            margin-right: 20px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .right .recruit-oper .be-end {
              padding-left: 35px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .right .recruit-oper .be-end .end-title {
                font-size: 12px;
                font-weight: 400;
                color: #666666;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .right .recruit-oper .be-end .time {
                margin-top: 7px;
                margin-bottom: 25px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .right .recruit-oper .be-end .time .ss {
                  margin-right: 6px;
                  font-family: Source Han Sans SC;
                  font-size: 16px;
                  font-weight: 400;
                  color: #aaaaaa;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .right .recruit-oper .be-end .time .num {
                  margin-right: 6px;
                  width: 40px;
                  height: 40px;
                  background-color: #f2f2f2;
                  padding: 5px;
                  border-radius: 4px;
                  font-family: DIN;
                  font-size: 22px;
                  font-weight: 700;
                  color: #2E1F88;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .right .recruit-oper .be-end .off {
                color: #999999;
                font-size: 18px;
                font-weight: 500;
                text-align: right;
                margin-top: 115px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .right .recruit-oper .btn {
              text-align: right;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .right .recruit-oper .btn .yellow {
                height: 34px;
                width: 126px;
                border-radius: 4px;
                color: #ffffff;
                background: #ff922d;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .right .recruit-oper .btn .blue {
                height: 34px;
                width: 126px;
                border-radius: 4px;
                color: #ffffff;
                background: #148eff;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .right .img-conetent {
            background-size: cover;
            height: 140px;
            width: 280px;
            border-radius: 8px;
            background: #dee7f0;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            position: relative;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .content .right .img-conetent img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 99;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .recruitment-newCard-content {
      display: flex;
      justify-content: space-between;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .newCardLeft {
      display: flex;
      width: 100%;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .newCardLeft .newCard-imgBox {
        width: 321px;
        height: 180px;
        border-radius: 8px;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .newCardLeft .newCard-imgConetent {
        cursor: pointer;
        width: 321px;
        height: 180px;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .newCardLeft .newCard-imgConetent img {
          width: 321px;
          height: 180px;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .newCardLeft .newCard-textBox-firstLine {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .newCardLeft .newCard-textBox-firstLine .way-icon {
          width: 60px;
          height: 22px;
          margin-right: 12px;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .newCardLeft .newCard-textBox-firstLine .info-left {
          width: 90%;
          display: flex;
          align-items: center;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .newCardLeft .newCard-textBox-firstLine .info-right {
          font-weight: 550;
          width: -moz-fit-content;
          width: fit-content;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .newCardLeft .newCard-textBox-firstLine .info-right .starting {
            color: #C3A062;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .newCardLeft .newCard-textBox-firstLine .info-right .joining {
            color: #433594;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .newCardLeft .newCard-textBox-firstLine .info-right .unstart {
            color: #999999;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .newCardLeft .newCard-recruitmentName {
        font-family: Source Han Sans CN;
        font-size: 20px;
        font-weight: 550;
        color: #101828;
        max-width: 70%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        line-height: 22px;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .newCardLeft .newCard-recruitTag {
        padding: 3px 12px;
        border-radius: 4px;
        margin-left: 12px;
        font-family: Source Han Sans CN;
        font-size: 12px;
        font-weight: 500;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .newCardLeft .recruitTag-yellow {
        background: #fff6e3;
        color: #ffa800;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .newCardLeft .recruitTag-blue {
        background: #e8f1ff;
        color: #0066ff;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .newCardLeft .newCard-textBox {
        margin-left: 20px;
        width: 72%;
        padding: 20px 24px 20px 0;
        cursor: pointer;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .newCardLeft .newCard-textBox-secondLine {
        color: #667085;
        font-family: Source Han Sans CN;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .newCardLeft .newCard-textBox-secondLine img {
          margin-right: 5px;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .newCardLeft .newCard-textBox-areaLine {
        background-image: url(../img/recruitment-areaBack.1a889078.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        font-family: Source Han Sans CN;
        font-size: 14px;
        font-weight: 500;
        color: #c3a062;
        padding: 5px 8px;
        border-radius: 4px;
        min-width: 500px;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .newCardRight {
      margin-top: 36px;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .newCardRight .el-button {
        padding: 8px 28px !important;
        background-color: #2E1F88;
        border-radius: 4px;
        font-family: Source Han Sans CN;
        font-size: 16px;
        font-weight: 500;
        color: white;
        border-color: #2E1F88;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .recruitment-newCard-position {
      margin-top: 28px;
      display: flex;
      justify-content: space-between;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .recruitment-newCard-position .newCard-position-item {
        width: 24%;
        padding: 8px 16px;
        background-color: #f9f9f9;
        border-radius: 8px;
        display: flex;
        justify-content: space-between;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .recruitment-newCard-position .newCard-position-item .position-item-left {
          width: 65%;
          font-family: Source Han Sans CN;
          font-size: 16px;
          font-weight: 600;
          color: #344054;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
}
.recruit-page-wrap .recruitment-wrap .recruitment-newCard .recruitment-newCard-position .newCard-position-item .position-item-right {
          font-family: Source Han Sans CN;
          font-size: 16px;
          font-weight: 600;
          color: #00aca9;
}
.recruit-page-wrap .recruitment-wrap .seeMore {
      margin-top: 50px;
      text-align: center;
}
.recruit-page-wrap .recruitment-wrap .seeMore .el-button {
        width: 200px;
        height: 50px;
        color: #999999;
        font-size: 16px;
        border: 1px solid #dddddd;
        background: linear-gradient(180deg, #f8f8f8 0%, #f5f5f5 100%);
}
.recruit-page-wrap .recruitment-wrap .seeMore .recruit4 {
        width: 5px;
        height: 10px;
        margin-left: 13px;
        margin-bottom: 3px;
}
.recruit-page-wrap .el-input .el-input__inner {
    background-color: #ffffff;
    border: none;
}
.linkColor {
  padding: 0 5px;
  font-size: 14px;
  color: #2E1F88;
  cursor: pointer;
}
.linkColorDie {
  padding: 0 5px;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}
.start_ {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  padding-bottom: 20px;
}
.flex_count {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.flex_count .flex_left {
    flex: 0.7;
}
.flex_count .flex_left .tag_ {
      padding: 4px 5px;
      background: #f1f1f1;
      border-radius: 2px;
      font-size: 12px;
      line-height: 17px;
      color: #999999;
      margin-right: 8px;
}
.flex_count .flex_right {
    flex: 0.3;
    display: flex;
    justify-content: right;
}
.flex_count .flex_right .appointment {
      width: 42px;
      height: 20px;
      background: #ff5151;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      color: #ffffff;
}
.flex_count .flex_right .appointment_ {
      width: 42px;
      height: 20px;
      background: #142cff;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      color: #ffffff;
      margin-left: 8px;
}
.flex_ {
  display: flex;
  justify-content: space-between;
}
.flex_left {
  flex: 1;
}

@charset "UTF-8";
.position[data-v-ca23d858] {
  height: 130px !important;
}
.position-tag[data-v-ca23d858] {
  display: flex;
  justify-content: space-between;
}
.flex_left[data-v-ca23d858] {
  flex: 1;
}
.flex_[data-v-ca23d858] {
  display: flex;
  justify-content: space-between;
}
.appointment[data-v-ca23d858] {
  width: 42px;
  height: 20px;
  background: #ff5151;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #ffffff;
}
.appointment_[data-v-ca23d858] {
  width: 42px;
  height: 20px;
  background: #142cff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #ffffff;
  margin-left: 8px;
}
.img_box[data-v-ca23d858] {
  width: 120px;
  height: 120px;
  background: #ffffff;
  /* Drop Shadow */
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-right: 30px;
}
.left_name[data-v-ca23d858] {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-top: 10px;
}
.rig_btn[data-v-ca23d858] {
  width: 140px;
  height: 34px;
  /* 主色 */
  background: #2E1F88;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  /* identical to box height */
  color: #ffffff;
  text-align: center;
  line-height: 34px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.province[data-v-ca23d858] {
  display: inline-block;
  margin-left: 8px;
  border: 0.5px solid #707070;
  border-radius: 12px;
  padding: 0 9px;
  color: #777777;
  font-size: 12px;
  height: 19px;
  line-height: 19px;
}


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