@charset "UTF-8";
.region-box[data-v-29bc0b34] {
  height: 400px;
  overflow-y: scroll;
}
.region-box[data-v-29bc0b34]::-webkit-scrollbar {
    width: 10px;
    /* 设置滚动条的宽度 */
}
.region-box[data-v-29bc0b34]::-webkit-scrollbar-thumb {
    background-color: #ccc;
    /* 设置滚动条滑块的颜色 */
    border-radius: 5px;
    /* 设置滚动条滑块的圆角 */
}
.region-box[data-v-29bc0b34]::-webkit-scrollbar-thumb:hover {
    background-color: #999;
    /* 设置滚动条滑块在悬停时的颜色 */
}
.region-item-box[data-v-29bc0b34] {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.region-item-box .left[data-v-29bc0b34] {
    width: 70px;
    padding-left: 20px;
    text-align: left;
    color: #3F73FF;
}
.region-item-box .right[data-v-29bc0b34] {
    width: 87%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.region-item-box .right div[data-v-29bc0b34] {
      min-width: 60px;
      font-size: 15px;
      text-align: left;
      cursor: pointer;
}
.region-item-box .right-hot[data-v-29bc0b34] {
    width: 100%;
}

.component-list-wrapper[data-v-17b8704e] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}
.component-list-wrapper .recruitment-item[data-v-17b8704e] {
    width: 357px;
    height: 350px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: pointer;
    background: #FFF;
}
.component-list-wrapper .recruitment-item .status-ico[data-v-17b8704e] {
      position: absolute;
      left: 0;
      top: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 75px;
      height: 28px;
      line-height: 28px;
      text-align: center;
      color: white;
      font-family: Source Han Sans CN;
      font-size: 12px;
      font-weight: 500;
}
.component-list-wrapper .recruitment-item .starting[data-v-17b8704e] {
      background: linear-gradient(102.15deg, #A970FF 3.43%, #C59FFF 87.04%);
      border-top-left-radius: 8px;
      border-bottom-right-radius: 8px;
}
.component-list-wrapper .recruitment-item .unstart[data-v-17b8704e] {
      background: linear-gradient(97.97deg, #3A9CFA 5.71%, #5BBDE6 95.61%);
      border-top-left-radius: 8px;
      border-bottom-right-radius: 8px;
}
.component-list-wrapper .recruitment-item .end[data-v-17b8704e] {
      background: linear-gradient(270deg, #BFBFBF 0%, #868686 100%);
      border-top-left-radius: 8px;
      border-bottom-right-radius: 8px;
}
.component-list-wrapper .recruitment-item img[data-v-17b8704e] {
      width: 100%;
      height: 200px;
}
.component-list-wrapper .recruitment-item .info[data-v-17b8704e] {
      width: 100%;
      padding: 15px 16px;
}
.component-list-wrapper .recruitment-item .info .name[data-v-17b8704e] {
        font-size: 20px;
        font-weight: bold;
        color: #333333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
}
.component-list-wrapper .recruitment-item .info .info-line[data-v-17b8704e] {
        font-size: 14px;
        color: #2A0A02;
        display: flex;
        line-height: 21px;
        margin-bottom: 5px;
}
.component-list-wrapper .recruitment-item .info .info-line span[data-v-17b8704e] {
          color: #667085;
          word-break: keep-all;
}
.component-list-wrapper .recruitment-item .info .info-line div[data-v-17b8704e] {
          overflow: hidden;
          text-overflow: ellipsis;
          word-break: keep-all;
}
.component-list-wrapper .recruitment-item .info .time[data-v-17b8704e] {
        margin-top: 10px;
        color: #777777;
        font-size: 15px;
}
.component-list-wrapper .recruitment-item .info .way[data-v-17b8704e] {
        display: inline-block;
        padding: 4px 8px;
        color: #1FBDCB;
        position: relative;
        background: #D3FBFF;
        border-radius: 4px;
        transform: skewX(-5deg);
        font-size: 15px;
        font-weight: 550;
        margin: 5px 0 15px;
}
.component-list-wrapper .recruitment-item .info .way1[data-v-17b8704e] {
        background: #FFEDCA;
        color: #FFA800;
}
.component-list-wrapper .recruitment-item .info .way2[data-v-17b8704e] {
        background: #D3FBFF;
        color: #1FBDCB;
}
.component-list-wrapper .recruitment-item .info .way3[data-v-17b8704e] {
        background: rgba(91, 189, 230, 0.2);
        color: #3A9CFA;
}

.position-detail-item[data-v-f4c39d40] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px #005a5826;
  border-radius: 8px;
  padding: 20px 0;
}
.position-detail-item .padding[data-v-f4c39d40] {
    padding: 0 20px;
}
.position-detail-item .padding .top[data-v-f4c39d40] {
      display: flex;
      align-items: center;
      justify-content: space-between;
}
.position-detail-item .padding .top .name[data-v-f4c39d40] {
        display: flex;
        align-items: center;
        gap: 2px;
        max-width: 220px;
}
.position-detail-item .padding .top .name .ellipse[data-v-f4c39d40] {
          font-weight: 550;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: keep-all;
}
.position-detail-item .padding .top .name span[data-v-f4c39d40]:first-child {
          font-weight: 550;
          font-size: 16px;
          font-family: Source Han Sans CN;
          line-height: 100%;
          color: #101828;
}
.position-detail-item .padding .top .name span[data-v-f4c39d40] {
          display: inline-block;
          font-weight: 550;
          font-size: 16px;
          font-family: Source Han Sans CN;
          line-height: 100%;
          color: #101828;
}
.position-detail-item .padding .top .name .emergency[data-v-f4c39d40] {
          width: 23px;
          height: 20px;
}
.position-detail-item .padding .top .name .highSalary[data-v-f4c39d40] {
          width: 35px;
          height: 20px;
}
.position-detail-item .padding .top .name img[data-v-f4c39d40] {
          width: 100%;
          height: 100%;
}
.position-detail-item .padding .top .salary[data-v-f4c39d40] {
        font-weight: 550;
        font-size: 16px;
        font-family: Source Han Sans CN;
        line-height: 100%;
        color: #e7280f;
}
.position-detail-item .padding .center[data-v-f4c39d40] {
      margin-top: 13px;
      display: flex;
      justify-content: space-between;
      align-items: center;
}
.position-detail-item .padding .center .tags[data-v-f4c39d40] {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
        flex: 1;
}
.position-detail-item .padding .center .tags span[data-v-f4c39d40] {
          background: #f2f5f9;
          font-weight: 400;
          font-size: 12px;
          font-family: Source Han Sans CN;
          text-align: center;
          color: #667085;
          padding: 4px 12px;
          border-radius: 2px;
}
.position-detail-item .padding .center .chat[data-v-f4c39d40] {
        display: flex;
        align-items: center;
        gap: 4px;
}
.position-detail-item .padding .center .chat .panel[data-v-f4c39d40] {
          padding: 4px;
          background: #ffffff;
          border-radius: 4px;
          border: 1px solid #cccccc66;
          display: flex;
          align-items: center;
}
.position-detail-item .padding .center .chat .panel .avatar-back[data-v-f4c39d40] {
            background: #a4d8c5;
            border-radius: 50%;
            width: 14px;
            height: 14px;
}
.position-detail-item .padding .center .chat .panel .avatar-back img[data-v-f4c39d40] {
              width: 14px;
              height: 14px;
}
.position-detail-item .padding .center .chat .panel .hr-name[data-v-f4c39d40] {
            font-weight: 400;
            font-size: 12px;
            font-family: Source Han Sans CN;
            max-width: 120px;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 14px;
            line-height: 14px;
            word-break: keep-all;
}
.position-detail-item .padding .center .chat .panel span[data-v-f4c39d40]:last-child {
            margin-left: 4px;
}
.position-detail-item .padding .center .chat .now[data-v-f4c39d40] {
          background: #dce5ff;
}
.position-detail-item .padding .center .chat .now span[data-v-f4c39d40] {
            color: #667085;
}
.position-detail-item .padding .center .chat .now .svgIcon[data-v-f4c39d40] {
            font-size: 16px;
}
.position-detail-item .company[data-v-f4c39d40] {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fafafa;
    padding: 0 20px;
    height: 38px;
    gap: 4px;
}
.position-detail-item .company .tags-box[data-v-f4c39d40] {
      display: flex;
      align-items: center;
      gap: 4px;
}
.position-detail-item .company .tags-box .line[data-v-f4c39d40] {
        display: inline-block;
        width: 1px;
        height: 12px;
        background-color: rgba(102, 112, 133, 0.2);
}
.position-detail-item .company .tags-box div[data-v-f4c39d40] {
        font-family: Source Han Sans CN;
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        color: #999999;
        word-break: keep-all;
}
.position-detail-item .company .tags-box div[data-v-f4c39d40]:first-child {
        max-width: 110px;
        flex: 1;
}
.position-detail-item .company .tags-box div[data-v-f4c39d40]:last-child {
        max-width: 60px;
}
.position-detail-item .company .title[data-v-f4c39d40] {
      display: flex;
      align-items: center;
      gap: 4px;
}
.position-detail-item .company .title .logo-wrap[data-v-f4c39d40] .img-logo {
        border-radius: 2px;
}
.position-detail-item .company .title .avatar[data-v-f4c39d40] {
        display: inline-block;
        width: 22px;
        height: 22px;
        border-radius: 2px;
        background-color: #ffffff;
}
.position-detail-item .company .title .avatar img[data-v-f4c39d40] {
          height: 7px;
          max-width: 100%;
}
.position-detail-item .company .title .name[data-v-f4c39d40] {
        font-weight: 550;
        font-size: 12px;
        font-family: Source Han Sans CN;
        line-height: 100%;
        color: #344054;
        max-width: 160px;
}
.position-detail-item .company .tags span[data-v-f4c39d40] {
      font-weight: 400;
      font-size: 12px;
      line-height: 100%;
      color: #999999;
}
.position-detail-item .company .tags .line[data-v-f4c39d40] {
      margin: 0 8px;
      width: 1px;
      height: 8px;
      display: inline-block;
      background: #cccccc;
}

.join-company-item[data-v-e53cd0cc] {
  width: 100%;
  min-height: 120px;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px #0000000d;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  background: #FFF;
}
.join-company-item[data-v-e53cd0cc]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    width: 100%;
    background: radial-gradient(113.96% 63.11% at 50.18% -12.3%, #FFE2D5 0%, #FFFFFF 100%);
}
.join-company-item .top-container[data-v-e53cd0cc] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.join-company-item .top-container .company-info[data-v-e53cd0cc] {
      flex: 1;
      display: flex;
      align-items: center;
      gap: 24px;
}
.join-company-item .top-container .company-info .ci-left[data-v-e53cd0cc] {
        width: 80px;
        height: 80px;
        border-radius: 8px;
        background: #f4f6f8;
        border: 1px solid #0000001a;
        overflow: hidden;
}
.join-company-item .top-container .company-info .ci-left img[data-v-e53cd0cc] {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
}
.join-company-item .top-container .company-info .ci-right[data-v-e53cd0cc] {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 80px;
}
.join-company-item .top-container .company-info .ci-right .title[data-v-e53cd0cc] {
          font-weight: 550;
          font-size: 24px;
          font-family: Source Han Sans CN;
          color: #333333;
          height: 36px;
          line-height: 36px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          word-break: keep-all;
          max-width: 780px;
}
.join-company-item .top-container .company-info .ci-right .tags[data-v-e53cd0cc] {
          display: flex;
          align-items: center;
          gap: 8px;
}
.join-company-item .top-container .company-info .ci-right .tags .tag[data-v-e53cd0cc] {
            border-radius: 2px;
            padding: 4px 12px;
            background: #f2f5f9;
            color: #666666;
            font-weight: 350;
            font-size: 12px;
            font-family: Source Han Sans CN;
            line-height: 100%;
}
.join-company-item .top-container .company-count[data-v-e53cd0cc] {
      width: 172px;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: space-between;
}
.join-company-item .top-container .company-count .count[data-v-e53cd0cc] {
        height: 64px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
}
.join-company-item .top-container .company-count .count div[data-v-e53cd0cc] {
          font-weight: 550;
          font-size: 40px;
          font-family: Source Han Sans CN;
          height: 40px;
          line-height: 100%;
          color: #FF592F;
          text-align: center;
}
.join-company-item .top-container .company-count .count span[data-v-e53cd0cc] {
          font-weight: 400;
          font-size: 16px;
          font-family: Source Han Sans CN;
          line-height: 100%;
          color: #666666;
}
.join-company-item .top-container .company-count .expand span[data-v-e53cd0cc] {
        font-weight: 400;
        font-size: 20px;
        font-family: Source Han Sans CN;
        line-height: 100%;
        color: #FF592F;
}
.join-company-item .top-container .company-count .expand .svgIcon[data-v-e53cd0cc] {
        font-size: 24px;
        margin-left: 4px;
        transition: 0.3s;
}
.join-company-item .top-container .company-count .expand .active svg[data-v-e53cd0cc] {
        transform: rotate(180deg);
}
.join-company-item .company-position[data-v-e53cd0cc] {
    margin-top: 20px;
}
.join-company-item .company-position .list[data-v-e53cd0cc] {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 10px;
}

@charset "UTF-8";
.home-page-wrap {
  min-width: 1190px;
  font-family: PingFangSC-Regular, PingFang SC;
}
.home-page-wrap .middle-content {
    width: 1190px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.home-page-wrap .main-body {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
.home-page-wrap .main-body .home-one {
      width: 100%;
      height: 838px;
      position: relative;
      background-image: url(../img/home_top_bg1.3058642e.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
}
.home-page-wrap .main-body .home-two {
      padding-top: 40px;
      width: 100%;
      height: 686px;
      background-color: #ffffff;
      position: relative;
}
.home-page-wrap .main-body .home-three {
      width: 100%;
      height: 888px;
      padding: 60px 0;
      background-color: #ffffff;
      background-image: url(../img/home_top_bg2.18f06f5c.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      position: relative;
}
.home-page-wrap .main-body .home-three .tag-select-wrapper {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        border-bottom: 1px solid #c3c3c3;
}
.home-page-wrap .main-body .home-three .tag-select-wrapper .all-ico {
          width: 24px;
          height: 24px;
          cursor: pointer;
}
.home-page-wrap .main-body .home-three .tag-select-wrapper .tag-select {
          display: flex;
          gap: 45px;
          width: 1060px;
          overflow: hidden;
          position: relative;
}
.home-page-wrap .main-body .home-three .tag-select-wrapper .tag-select::after {
            position: absolute;
            right: 0;
            top: 0;
            height: 90%;
            width: 50px;
            content: "";
            background: linear-gradient(to right, transparent, #fff);
}
.home-page-wrap .main-body .home-three .tag-select-wrapper .tag-select .tag-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            -webkit-user-select: none;
               -moz-user-select: none;
                    user-select: none;
            cursor: pointer;
}
.home-page-wrap .main-body .home-three .tag-select-wrapper .tag-select .tag-item div {
              word-break: keep-all;
              white-space: nowrap;
              color: #777777;
              font-size: 16px;
}
.home-page-wrap .main-body .home-three .tag-select-wrapper .tag-select .tag-item .line {
              height: 2px;
              width: 50%;
              border-radius: 2px;
              background: #fff;
}
.home-page-wrap .main-body .home-three .tag-select-wrapper .tag-select .tag-item .line_active {
              height: 2px;
              width: 100%;
              border-radius: 2px;
              background: #ff592f;
}
.home-page-wrap .main-body .home-four {
      width: 100%;
      height: 988px;
      padding: 60px 0;
      background-color: #ffffff;
      position: relative;
}
.home-page-wrap .main-body .home-four .tag-select-wrapper {
        width: 1190px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        border-bottom: 1px solid #c3c3c3;
}
.home-page-wrap .main-body .home-four .tag-select-wrapper .all-ico {
          width: 24px;
          height: 24px;
          cursor: pointer;
}
.home-page-wrap .main-body .home-four .tag-select-wrapper .tag-select {
          display: flex;
          gap: 45px;
          width: 1060px;
          overflow: hidden;
          position: relative;
}
.home-page-wrap .main-body .home-four .tag-select-wrapper .tag-select::after {
            position: absolute;
            right: 0;
            top: 0;
            height: 90%;
            width: 50px;
            content: "";
            background: linear-gradient(to right, transparent, #fff);
}
.home-page-wrap .main-body .home-four .tag-select-wrapper .tag-select .tag-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            -webkit-user-select: none;
               -moz-user-select: none;
                    user-select: none;
            cursor: pointer;
}
.home-page-wrap .main-body .home-four .tag-select-wrapper .tag-select .tag-item div {
              word-break: keep-all;
              white-space: nowrap;
              color: #777777;
              font-size: 16px;
}
.home-page-wrap .main-body .home-four .tag-select-wrapper .tag-select .tag-item .line {
              height: 2px;
              width: 50%;
              border-radius: 2px;
              background: #fff;
}
.home-page-wrap .main-body .home-four .tag-select-wrapper .tag-select .tag-item .line_active {
              height: 2px;
              width: 100%;
              border-radius: 2px;
              background: #ff592f;
}
.home-page-wrap .main-body .home-five {
      width: 100%;
      height: 767px;
      position: relative;
      background: #fff;
      padding-top: 60px;
      z-index: 1;
}
.home-page-wrap .search-input {
    width: 1190px;
    margin: 0 auto;
    padding: 40px 0 21px 0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-page-wrap .search-input .logo {
      height: auto;
      margin: 0 20px 0 0;
}
.home-page-wrap .search-input .search {
      width: 1190px;
      height: 58px;
      margin: auto;
      position: relative;
}
.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 #c72800;
        border-left: none;
}
.home-page-wrap .search-input .search .el-input-group__prepend .el-input__inner {
        border: 2px solid #c72800;
        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: 2px;
}
.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: linear-gradient(111.55deg, #b3cc55 -31.95%, #04abab 91.64%);
        border-radius: 8px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
}
.home-page-wrap .search-input .search-btn {
      color: #fff;
      width: 120px;
      font-size: 18px;
      font-weight: 400;
}
.home-page-wrap .middle-body {
    width: 1190px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 398px;
    position: relative;
    z-index: 1;
    border-radius: 8px 8px 8px 8px;
}
.home-page-wrap .middle-body .right {
      height: 398px;
      padding: 0px 16px;
      background: #fff;
      border-radius: 4px;
      min-width: 150px;
      color: #000;
      font-size: 12px;
      width: 280px;
      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: 398px;
      width: 900px;
      background-color: #fff;
      position: absolute;
      z-index: 3;
      font-size: 14px;
      padding: 30px;
      overflow-y: scroll;
}
.home-page-wrap .middle-body .left span {
        font-size: 18px;
        color: #ff592f;
}
.home-page-wrap .middle-body .left .rowDiv {
        display: flex;
        flex-wrap: wrap;
        margin: 10px 0 20px;
}
.home-page-wrap .middle-body .banner-wrap {
      width: 610px;
      height: 398px;
      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: 20px;
}
.home-page-wrap .middle-body .login-info {
      width: 280px;
      background-image: url(../img/loginBox.1c7c4541.png);
      background-repeat: no-repeat;
      height: 398px;
      padding: 28px 20px 0;
      border-radius: 4px;
      position: relative;
}
.home-page-wrap .middle-body .login-info .ip {
        position: absolute;
        right: -25px;
        top: -29px;
}
.home-page-wrap .middle-body .login-info .title {
        font-size: 20px;
        color: #333333;
        font-weight: 600;
        line-height: 28px;
}
.home-page-wrap .middle-body .login-info .center-info {
        justify-content: center;
        flex-wrap: wrap;
}
.home-page-wrap .middle-body .login-info .info-cter {
        display: flex;
        margin-bottom: 20px;
}
.home-page-wrap .middle-body .login-info .info-cter .company-name {
          width: 100%;
          text-align: center;
          margin-top: 4px;
          margin-bottom: 4px;
}
.home-page-wrap .middle-body .login-info .info-cter .img-body {
          width: 44px;
          height: 44px;
          border-radius: 50%;
          border: 1px solid #eee;
          overflow: hidden;
          margin-right: 10px;
}
.home-page-wrap .middle-body .login-info .info-cter .img-body img {
            width: 44px;
            height: 44px;
}
.home-page-wrap .middle-body .login-info .info-cter .info-body {
          flex: 1;
}
.home-page-wrap .middle-body .login-info .info-cter .info-body .name {
            font-size: 16px;
            font-weight: 700;
            line-height: 24px;
            color: #333;
}
.home-page-wrap .middle-body .login-info .info-cter .info-body .companyName {
            text-align: center;
}
.home-page-wrap .middle-body .login-info .info-cter .info-body .exp {
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            color: #84766F;
            white-space: nowrap;
}
.home-page-wrap .middle-body .login-info .info-cter .info-status {
          padding-top: 13px;
}
.home-page-wrap .middle-body .login-info .btn-green {
        width: 100%;
        background: #FFF1EC;
        color: #FF6131;
        height: 40px;
        border: 1px solid rgba(255, 89, 47, 0.6);
        border-radius: 10px;
        margin-bottom: 10px;
        margin-top: 16px;
}
.home-page-wrap .middle-body .login-info .btn-white {
        width: 100%;
        color: #fff;
        height: 40px;
        background: radial-gradient(68.13% 422.59% at 42.82% 50%, #FF592F 16.72%, #FD963F 80.43%);
        border-radius: 10px;
}
.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: #FEF8F6;
        height: 77px;
        width: 100%;
        padding: 10px 0;
        border-radius: 4px;
}
.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: 40px;
        background: linear-gradient(180deg, #FF8C00 27.38%, #FF6145 83.33%);
        -webkit-background-clip: text;
        color: transparent;
}
.home-page-wrap .middle-body .login-info .text-title {
        font-size: 14px;
        font-weight: 400;
        color: #333;
}
.home-page-wrap .middle-body .login-info .invitation-interview {
        font-weight: 700;
        font-size: 28px;
        line-height: 30px;
        color: #0236bf;
        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 {
        margin-top: 17px;
}
.home-page-wrap .middle-body .login-info .login-content .login-title {
          width: 136px;
          display: flex;
          align-items: center;
          justify-content: space-around;
          font-size: 14px;
          line-height: 28px;
}
.home-page-wrap .middle-body .login-info .login-content .login-title span {
            cursor: pointer;
            padding-bottom: 5px;
            color: #333;
            width: 70px;
            text-align: center;
}
.home-page-wrap .middle-body .login-info .login-content .login-title .active {
            color: #ff592f;
            font-weight: bold;
            position: relative;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType .el-form-item__label {
          font-size: 12px;
          line-height: 32px;
}
.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: 38px;
          line-height: 38px;
          font-size: 14px;
          background-color: #ffffff;
          border-radius: 4px;
          padding: 8px;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType .el-form-item {
          margin-bottom: 10px;
}
.home-page-wrap .middle-body .login-info .login-content .LoginType .login-btn {
          width: 100%;
          color: #ffffff;
          line-height: 9px;
          height: 28px;
          background: radial-gradient(68.13% 422.59% at 42.82% 50%, #ff592f 16.72%, #fd963f 80.43%);
          border-radius: 2px;
}
.home-page-wrap .middle-body .login-info .login-content .login-footer {
          display: flex;
          align-items: center;
          justify-content: space-between;
}
.home-page-wrap .middle-body .login-info .login-content .login-footer div {
            color: #868686;
            font-size: 14px;
            cursor: pointer;
            margin-top: 20px;
            text-decoration: underline;
}
.home-page-wrap .middle-body .login-info .login-content .login-btn {
          width: 100%;
          margin-top: 10px;
          height: 44px;
          background: radial-gradient(68.13% 422.59% at 42.82% 50%, #ff592f 16.72%, #fd963f 80.43%);
          color: #fff;
          border-radius: 10px;
          font-size: 18px;
          font-weight: 700;
}
.home-page-wrap .middle-body .login-info .login-content .reg-btn {
          width: 100%;
          margin-top: 10px;
          margin-left: 0;
          color: #04abab;
          background: linear-gradient(91.53deg, #b3cc55 0.27%, #04abab 100%);
          position: relative;
          height: 38px;
          border-radius: 4px;
          overflow: hidden;
}
.home-page-wrap .middle-body .login-info .login-content .reg-btn div {
            position: absolute;
            left: 1px;
            top: 1px;
            border-radius: 2px;
            background: #fff;
            line-height: 35px;
            width: calc(100% - 2px);
            height: calc(100% - 2px);
}
.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 .middle-body .is-login {
      background-image: url(../img/loginBox_1.ab4d30c8.png);
      overflow: hidden;
}
.home-page-wrap .middle-body .is-login::before {
        content: '';
        position: absolute;
        right: -30px;
        top: -20px;
        width: 150px;
        height: 140px;
        background-image: url(../img/login_right.d7b95ef6.png);
        background-repeat: no-repeat;
        background-size: contain;
}
.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: 20px;
    margin-bottom: 40px;
    height: 200px;
}
.home-page-wrap .hot-recruitment-wrap .content {
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
      border-radius: 8px 8px 8px 8px;
      overflow: hidden;
}
.home-page-wrap .hot-recruitment-wrap .content .message-menu {
        position: relative;
        border-bottom: 1px solid #d7d7d7;
        display: flex;
        align-items: center;
        justify-content: space-between;
}
.home-page-wrap .hot-recruitment-wrap .content .message-menu .viewMore {
          position: absolute;
          right: 5px;
          top: 20px;
          cursor: pointer;
          font-size: 14px;
          line-height: 18px;
          color: #999999;
}
.home-page-wrap .hot-recruitment-wrap .content .message-menu .viewMore .home_img2 {
            width: 5px;
            height: 13px;
            margin-left: 12px;
}
.home-page-wrap .hot-recruitment-wrap .content .message-list {
        display: flex;
        flex-direction: column;
        padding-top: 11px;
}
.home-page-wrap .hot-recruitment-wrap .content .message-list ul {
          padding: 0 18px;
          margin-top: 0px;
          margin-bottom: 0px;
}
.home-page-wrap .hot-recruitment-wrap .content .message-list ul li {
            cursor: pointer;
            line-height: 20px;
            padding: 14px 0;
            border-top: 1px dashed #dddddd;
}
.home-page-wrap .hot-recruitment-wrap .content .message-list ul li .el-row {
              display: flex;
              justify-content: space-between;
}
.home-page-wrap .hot-recruitment-wrap .content .message-list ul li .zhaokao {
              width: 50px;
              height: 20px;
              background-image: url(data:image/png;base64,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);
              background-repeat: no-repeat;
}
.home-page-wrap .hot-recruitment-wrap .content .message-list ul li .zhengce {
              width: 50px;
              height: 20px;
              background-image: url(data:image/png;base64,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);
              background-repeat: no-repeat;
              text-align: center;
}
.home-page-wrap .hot-recruitment-wrap .content .message-list ul li .new {
              font-size: 10px;
              font-weight: 700;
              color: #333333;
              display: inline;
}
.home-page-wrap .hot-recruitment-wrap .content .message-list ul li .new span {
                border: 1px solid #ffa800;
                height: 22px !important;
                width: 35px !important;
                border-radius: 4px;
                font-size: 12px;
                padding: 2px 6px;
                color: #ffa800;
                margin-right: 10px;
                display: inline-block;
}
.home-page-wrap .hot-recruitment-wrap .content .message-list ul li .hot {
              font-size: 10px;
              font-weight: 700;
              color: #333333;
              display: inline;
}
.home-page-wrap .hot-recruitment-wrap .content .message-list ul li .hot span {
                border: 1px solid #fb5454;
                height: 15px !important;
                width: 35px !important;
                border-radius: 4px;
                font-size: 10px;
                padding: 0 7px;
                color: #fb5454;
                margin-right: 10px;
                display: inline-block;
}
.home-page-wrap .hot-recruitment-wrap .content .message-list ul li .name {
              max-width: 250px;
              color: #333333;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              font-size: 14px;
}
.home-page-wrap .hot-recruitment-wrap .content .message-list ul li .name:hover {
              color: #ff592f;
}
.home-page-wrap .hot-recruitment-wrap .content .message-list ul li .time {
              color: #999999;
              font-size: 12px;
              text-align: right;
}
.home-page-wrap .hot-recruitment-wrap .content .message-list ul li:first-child {
            margin-top: 10px;
            border-top: 0;
}
.home-page-wrap .hot-recruitment-wrap .main-content {
      display: flex;
      align-items: center;
      background: #fff;
      border-radius: 4px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .left-content {
        padding: 20px;
        height: 228px;
        width: 390px;
}
.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 .message-menu {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-menu .title_txt {
          font-family: Alimama ShuHeiTi;
          font-weight: 700;
          font-style: Bold;
          font-size: 14px;
          color: #ff592f;
}
.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: #0236bf;
          height: 2px;
          margin-top: 14px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-menu .viewMore {
          cursor: pointer;
          font-size: 14px;
          color: #999999;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-menu .viewMore .home_img2 {
            width: 5px;
            height: 13px;
            margin-left: 4px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .el-divider--horizontal {
        margin: 16px 0px;
        width: 350px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list {
        display: flex;
        flex-direction: column;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul {
          padding: 0px;
          margin-top: 0px;
          margin-bottom: 0px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li {
            cursor: pointer;
            line-height: 20px;
            padding-bottom: 10px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .el-row {
              display: flex;
              justify-content: space-between;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .zhaokao {
              width: 50px;
              height: 20px;
              background-image: url(data:image/png;base64,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);
              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,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);
              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 #fb5454;
                height: 15px;
                width: 60px;
                border-radius: 4px;
                font-size: 12px;
                padding: 0 7px;
                color: #fb5454;
                margin-right: 10px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .name {
              flex: 1;
              color: #333333;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              font-size: 14px;
              margin-right: 10px;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .name:hover {
              color: #ff592f;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li .time {
              color: #999999;
              font-size: 12px;
              text-align: right;
}
.home-page-wrap .hot-recruitment-wrap .main-content .message-list ul li:first-child {
            border-top: 0;
}
.home-page-wrap .home-recruitment {
    width: 100% !important;
}
.home-page-wrap .home-recruitment .recruitment-list {
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding-top: 5px;
}
.home-page-wrap .home-recruitment .recruitment-list .recruitment-item {
        width: 372px;
        height: 350px;
        background: #fff;
        border-radius: 8px;
        border: 1px solid #bebebe;
        overflow: hidden;
        position: relative;
        -webkit-user-select: none;
           -moz-user-select: none;
                user-select: none;
        cursor: pointer;
}
.home-page-wrap .home-recruitment .recruitment-list .recruitment-item .status-ico {
          position: absolute;
          left: 0;
          top: 0;
          border-top-left-radius: 8px;
          border-bottom-right-radius: 8px;
          background: linear-gradient(270deg, #BFBFBF 0%, #868686 100%);
          color: #FFF;
          width: 68px;
          height: 26px;
          line-height: 26px;
          font-size: 12px;
          font-weight: 700;
          text-align: center;
}
.home-page-wrap .home-recruitment .recruitment-list .recruitment-item .reporting {
          background: linear-gradient(278.02deg, #FFD539 5.84%, #FFAF0F 100%);
}
.home-page-wrap .home-recruitment .recruitment-list .recruitment-item .unstart {
          background: linear-gradient(97.97deg, #3A9CFA 5.71%, #5BBDE6 95.61%);
}
.home-page-wrap .home-recruitment .recruitment-list .recruitment-item .starting {
          background: linear-gradient(102.15deg, #A970FF 3.43%, #C59FFF 87.04%);
}
.home-page-wrap .home-recruitment .recruitment-list .recruitment-item .end {
          background: linear-gradient(270deg, #BFBFBF 0%, #868686 100%);
}
.home-page-wrap .home-recruitment .recruitment-list .recruitment-item .img {
          width: 100%;
          height: 200px;
}
.home-page-wrap .home-recruitment .recruitment-list .recruitment-item .img img {
            width: 100%;
            height: 100%;
}
.home-page-wrap .home-recruitment .recruitment-list .recruitment-item .newCard-way {
          font-family: Alimama ShuHeiTi;
          padding: 0 8px;
          border-radius: 4px;
          font-size: 16px;
          font-weight: 550;
          width: -moz-fit-content;
          width: fit-content;
          transform: skewX(-5deg);
          height: 24px;
          line-height: 24px;
}
.home-page-wrap .home-recruitment .recruitment-list .recruitment-item .newCard-way1 {
          color: #FFA800;
          background: #FFEDCA;
}
.home-page-wrap .home-recruitment .recruitment-list .recruitment-item .newCard-way2 {
          color: #1FBDCB;
          background: #D3FBFF;
}
.home-page-wrap .home-recruitment .recruitment-list .recruitment-item .newCard-way4 {
          color: #2b85e4;
          background: rgba(91, 189, 230, 0.3);
}
.home-page-wrap .home-recruitment .recruitment-list .recruitment-item .btn {
          position: absolute;
          right: 20px;
          bottom: 26px;
          cursor: pointer;
}
.home-page-wrap .home-recruitment .recruitment-list .recruitment-item .btn img {
            width: 38px;
}
.home-page-wrap .home-recruitment .recruitment-list .recruitment-item .name-time {
          position: relative;
          height: 132px;
          background: #ffffff;
          padding: 10px 16px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          gap: 8px;
}
.home-page-wrap .home-recruitment .recruitment-list .recruitment-item .name-time .name {
            font-size: 20px;
            font-weight: 500;
            line-height: 25px;
            width: 340px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
}
.home-page-wrap .home-recruitment .recruitment-list .recruitment-item .name-time .name span {
              color: #2a0a02;
}
.home-page-wrap .home-recruitment .recruitment-list .recruitment-item .name-time .time {
            color: #667085;
            font-size: 14px;
}
.home-page-wrap .home-recruitment .recruitment-list .recruitment-item:hover {
        box-shadow: 0px 2px 10px #BEBEBE;
}
.home-page-wrap .getMore {
    text-align: center;
    width: 1190px;
    margin: 25px auto 0;
}
.home-page-wrap .getMore .btn_more {
      height: 50px;
      width: 220px;
      letter-spacing: 1px;
      background-color: #FD963F;
      border-color: #FD963F;
      font-weight: 600;
      color: #ffffff;
      font-size: 16px;
      border-radius: 8px;
}
.home-page-wrap .part-title {
    width: 1190px;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-page-wrap .part-title .main-title {
      width: 310px;
      height: 46px;
      background-image: url(../img/Stars.8063bb86.png);
      background-size: contain;
      background-repeat: no-repeat;
      text-align: center;
      font-weight: 700;
      font-style: Bold;
      font-size: 40px;
      color: #2a0a02;
}
.home-page-wrap .part-title .subtitle {
      text-align: center;
      background: linear-gradient(90deg, #eb2f00 42.28%, #ff7500 57.77%);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      font-family: Source Han Sans CN;
      font-weight: 700;
      font-style: Bold;
      font-size: 20px;
      line-height: 100%;
}
.home-page-wrap .part-title img {
      width: 310px;
}
.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: 142px;
}
.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-radius: 8px;
    padding: 24px 16px 12px;
    background-color: #fff;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}
.customer-center-container .left-nav .nav-item {
      padding-left: 20px;
      height: 44px;
      line-height: 48px;
      margin-bottom: 18px;
      font-size: 14px;
      color: #333;
      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: #002928;
        transition: color 0.5s ease;
}
.customer-center-container .left-nav .nav-item:hover .nav-ico {
          color: #002928;
          transition: color 0.5s ease;
}
.customer-center-container .left-nav .nav-item.common {
        background-image: none !important;
}
.customer-center-container .left-nav .nav-item.active {
        background: #002928;
        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: 8px;
  background-color: #fff;
  margin-bottom: 16px;
}
.customer-center-main .personal-msg .info-cter {
    display: flex;
}
.customer-center-main .personal-msg .info-cter .img-body {
      width: 54px;
      height: 54px;
      border-radius: 50%;
      border: 1px solid #eee;
      overflow: hidden;
      margin-right: 10px;
}
.customer-center-main .personal-msg .info-cter .img-body img {
        width: 54px;
        height: 54px;
}
.customer-center-main .personal-msg .info-cter .info-body {
      flex: 1;
}
.customer-center-main .personal-msg .info-cter .info-body .name {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        color: #333;
        margin-bottom: 5px;
}
.customer-center-main .personal-msg .info-cter .info-body .exp {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        color: #aaaaaa;
        white-space: nowrap;
}
.customer-center-main .personal-msg .info-cter .info-status {
      padding-top: 13px;
}
.customer-center-main .interview-container {
  width: 100%;
  border-radius: 8px;
  padding: 16px 0px 0;
}
.customer-center-main .interview-container .in-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #333333;
    margin-bottom: 20px;
}
.customer-center-main .interview-container .in-list .recruit-info {
    padding: 12px 0 7px 12px;
    margin-bottom: 15px;
    height: 110px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}
.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 .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 .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: #0236bf;
}
.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: #0236bf;
}
.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: 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    padding: 21px 28px;
}
.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: 555px;
      padding-left: 20px;
      border-left: 1px dashed #e3efee;
}
.customer-center-main .interview-container .in-list .delivery .process .bg-img {
        position: absolute;
        top: 11px;
        z-index: 1;
}
.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 .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;
}
.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;
  height: 100%;
}
.searchBar-wrap {
  height: 180px;
  padding-top: 20px;
  padding-bottom: 40px;
}
.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: #ff592f;
}
.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;
}
.navigation {
  width: 1190px;
  margin: auto;
  height: 50px;
  display: flex;
  align-items: center;
}
.col-right {
  text-align: right;
}
.footerTextBox {
  display: flex;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
}
.footerText {
  display: flex;
  width: 100%;
  justify-content: space-around;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  margin-top: -35px;
  margin-bottom: 30px;
}
.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;
    width: 100%;
    height: 260px;
}
.recruit-page-wrap .recruit-page-backImg img {
      width: 100%;
      height: 100%;
}
.recruit-page-wrap .searchBar-wrap {
    height: auto;
    padding: 162px 0 23px !important;
}
.recruit-page-wrap .searchBar-wrap .search-item {
      width: 943px;
      height: 58px;
      border-radius: 26px;
      overflow: hidden;
      margin: auto;
      position: relative;
      margin-bottom: 5px;
}
.recruit-page-wrap .searchBar-wrap .search-item /deep/.el-input-group {
        padding-right: 4px;
        background: white;
}
.recruit-page-wrap .searchBar-wrap .search-item /deep/.el-input__inner {
        height: 58px;
        border: 0;
        padding: 14px 21px;
        color: #777777;
        border: none;
        border-right: 0;
}
.recruit-page-wrap .searchBar-wrap .search-item /deep/.el-input__inner::-moz-placeholder {
        color: #777;
}
.recruit-page-wrap .searchBar-wrap .search-item /deep/.el-input__inner::placeholder {
        color: #777;
}
.recruit-page-wrap .searchBar-wrap .search-item /deep/.el-input__inner:active {
        border: 0;
}
.recruit-page-wrap .searchBar-wrap .search-item .search-btn {
        color: #fff;
        width: 120px;
        height: 52px;
        font-size: 18px;
        border-radius: 0 4px 4px 0;
}
.recruit-page-wrap .tab {
    width: 100%;
    margin-top: 30px;
}
.recruit-page-wrap .tab .tab-content {
      width: 1190px;
      height: 54px;
      margin: auto;
      display: flex;
      justify-content: flex-start;
      background-color: white;
      border-radius: 4px;
}
.recruit-page-wrap .tab .tab-content .tabName {
        width: 166px;
        cursor: pointer;
        font-family: Source Han Sans CN;
        font-weight: 500;
        font-style: Medium;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #868686;
        text-align: center;
        line-height: 54px;
        transition: all 0.5s;
}
.recruit-page-wrap .tab .tab-content .active {
        font-family: Alimama ShuHeiTi;
        font-weight: 700;
        font-style: Bold;
        font-size: 16px;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #ff592f;
        position: relative;
}
.recruit-page-wrap .tab .tab-content .active::after {
          content: "";
          position: absolute;
          bottom: 0;
          width: 100%;
          left: 0;
          height: 3px;
          background: radial-gradient(68.13% 422.59% at 42.82% 50%, #ff592f 16.72%, #fd963f 80.43%);
          border-bottom-right-radius: 26px;
          border-bottom-left-radius: 26px;
}
.recruit-page-wrap .tab .tab-content .active .chooseTab-backImg {
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          text-align: center;
          font-family: Source Han Sans CN;
          font-weight: 900;
          font-style: Heavy;
          font-size: 33px;
          line-height: 20px;
          letter-spacing: 0%;
          vertical-align: middle;
          background: linear-gradient(0deg, rgba(255, 89, 47, 0.04) 0%, rgba(255, 89, 47, 0.26) 100%);
          -webkit-background-clip: text;
          color: transparent;
}
.recruit-page-wrap .recruitment-wrap {
    min-height: 500px;
}
.recruit-page-wrap .recruitment-wrap /deep/.empty-wrap {
      padding: 110px 0;
}
.recruit-page-wrap .recruitment-wrap .recruit_card {
      margin-top: 20px;
      padding: 24px 20px;
      border-radius: 8px;
      position: relative;
      border: 1px solid;
      border-image-source: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(180deg, rgba(255, 177, 111, 0.64) -103.05%, #ffedde -11.39%, #ffffff 32%, rgba(255, 255, 255, 0) 157.93%);
}
.recruit-page-wrap .recruitment-wrap .recruit_card .recruitment-newCard .recruitment-newCard-content {
        display: flex;
        justify-content: space-between;
        position: relative;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .recruitment-newCard .newCardLeft {
        display: flex;
        width: 80%;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .recruitment-newCard .newCardLeft .newCard-imgConetent {
          position: relative;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .recruitment-newCard .newCardLeft .newCard-imgConetent img {
            width: 280px;
            height: 160px;
            border-radius: 8px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .recruitment-newCard .newCardLeft .status-ico {
          position: absolute;
          left: -3px;
          top: -4px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          width: 75px;
          height: 28px;
          line-height: 28px;
          text-align: center;
          color: white;
          font-family: Source Han Sans CN;
          font-size: 12px;
          font-weight: 500;
          border-top-left-radius: 10px;
          border-bottom-right-radius: 10px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .recruitment-newCard .newCardLeft .starting {
          background-image: url(data:image/png;base64,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);
}
.recruit-page-wrap .recruitment-wrap .recruit_card .recruitment-newCard .newCardLeft .unstart {
          background-image: url(data:image/png;base64,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);
}
.recruit-page-wrap .recruitment-wrap .recruit_card .recruitment-newCard .newCardLeft .end {
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAfCAYAAAC7xK7qAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAU5SURBVHgBfZnBdeU2DEUB+Z9je5cOkhJcQrz0Kukk6WCclddJJZkKZkqYEqaEWXhtjKQvUBeP5Oc5tiiJBAHw4QHUd5P29vb2++Vy+WNZlj/d/df10Xrx7Z+tz4L3x197tr7fZWzj9gfXF8O/bczafJszGbPLSPmUmXps/bu7OzvWaeOPaz4v+lzS0NfX118eHx8/rS//2t5tyuSEbNuzQwHeN+HrfTOEhqfS6lw4MA5Zu4yjNZ/J2qnX3t/Gc9ypWqSTcu4+7pLG3t/ff1m7T7kglRFhWz/ojDT03FRPj1IhoiHg0GYsZVL5NF6c4pPxfJ76pw2xY/Dh4WHb2afcPSo0ac0YuNSPP8PVBooa3qWTiJoG6zRMdt4GzomZonDOddfXmP1tvfk7rq3Bh4bI5LYAYpix0px2OK4YcurszUl0XhqXDsk+JqaeIRtwLBPlCn2vPLN2PglEgjBhzNKzFJzPPz4+3AaxSudRHhvDA/0Mj+kODuQ047hudjeGeQIrNjjKonsXAhpU7didyS60nU6lb4UKd5VooCw7Hcr4pGGFb9JpGWrbDj8RdlzcBBKyaIEsDKUyjO2ZoUVpKqwGDXR0rsXxqT84ZNd3obAZ4zFm0G9UD5LxkeIwbNYcqOF4OllbiFM7WeifqVKw3kGwSanOSEekYl2astMpwTlch/eyVkPRCBl+5mCH8TZqDIMd0uoBXtUZaGRfp4eTDxIJE4WJBmcaIo+MdOKV8vCckO44aRkZByFdbCFGrwKuBYoyd74v8SioKYrp2pLyZswe3leF5A/j/BLDcSb8NvgGnJQZCVOyIueorKZkoEjB2gUFVDz7ErulLKXjjIXHIJYKow52Jam/GEEoWi0/W807yAYhioXGN1vUclRllabOS10XE88rDEgMaqAYOyM2VkUucxkmHX9IbDfLjgKnW3NEXC7l5xK1pqXhalynHNh4ZrRpLEN+63Iu4nLG3oU3FA2y86HOXLyWdIqPUlyMHGNnfKghw1o4WyqNsab3CXOGRSrvZwwQQUp0rjovhtQxovuYHCQglAVCG+q1wjFtQkglG4C0TIwquVzkGeS1x1YLkR3SDm9OCUPedenK68HCB9CfNRYZ+72fxY8s79P5XsvcxhkhFdxC2Pl5GFfCMrkvRQXhrJCW+SYWBCE5QJSuEQPZrrFt1h04WltooA3IJWE7Sk9eqyPNk8MQcSlAQGoaFmlMyRgjBI4c7/JlJGUvPmFRGLa/j/5g0MgBC/gI9n5WbbljZdcGRuSxrhUg6vAtNXktgrqUqSlpa4tZR+VM8H6DqMpYvQ+Uq/C0n8POZ5pKROliUDI0EORiVHCNqBXblaVt0gYw5Q5pldVBNianr+hr9x0xEgaB3TWzchwsaqZMXlNfWfestAYwoIGlz0Vlxzuyi/EHgFuZYJS3YyBjNI+OTPQwC30rhwdeVSklBpdPMF6PaCwAbKxfH7cpf6L8LGVyXpcV4MBN4G5wDJgzE3a30GQHaEkpOgQJRRlchwJFYYv56a0YDz0aoR7v/lkIOQwqhoYcAWXXgrDWEPBJTjfrvpGpoSHyy5BzaP2FJB2oX1DX+3+fn5+/6ycev6XkNjZPKnycRDaCIeYGvS7zTdchCU3CJDTtBEvI84CxGf9t/Q3qdX8+Y1JVVJQ55NcP5rlo1EN5QrtDUo45fo/iHCVPHgZMMkVDiJ9n6vbZaTX2v/f393Vzn39sLy/qZRIGPc1f7PA7UjdeYrg4zs5d12/fnYG5g2JgkXPMG4XK9/Xd/6uxn19eXr7y5U8SbLwOnUpYCAAAAABJRU5ErkJggg==);
}
.recruit-page-wrap .recruitment-wrap .recruit_card .recruitment-newCard .newCardLeft .newCard-textBox-firstLine {
          display: flex;
          align-items: center;
          margin-bottom: 10px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .recruitment-newCard .newCardLeft .newCard-recruitmentName {
          cursor: pointer;
          font-family: Source Han Sans CN;
          font-size: 24px;
          font-weight: 700;
          color: #101828;
          max-width: 75%;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .recruitment-newCard .newCardLeft .newCard-recruitmentName:hover {
          color: #ff592f;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .recruitment-newCard .newCardLeft .newCard-way {
          font-family: Alimama ShuHeiTi;
          background: linear-gradient(90deg, #FEE3AC 1.47%, #FEF3DE 52.59%, #F9E0AB 98.53%);
          padding: 7px 12px;
          border-radius: 29px;
          color: #59400C;
          font-weight: 700;
          font-size: 14px;
          margin-left: 12px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .recruitment-newCard .newCardLeft .newCard-textBox {
          margin-left: 20px;
          width: 78%;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .recruitment-newCard .newCardLeft .newCard-textBox-secondLine {
          color: #6f5a58;
          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 .recruit_card .recruitment-newCard .newCardLeft .newCard-textBox-secondLine img {
            width: 16px;
            height: 16px;
            margin-right: 2px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .recruitment-newCard .newCardLeft .newCard-textBox-secondLine span {
            min-width: 86px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .recruitment-newCard .newCard-timeBox {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 18px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .recruitment-newCard .newCard-timeBox .txt {
          font-family: Source Han Sans CN;
          font-weight: 400;
          font-style: Regular;
          font-size: 16px;
          line-height: 100%;
          letter-spacing: 0%;
          vertical-align: middle;
          color: #6f5a58;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .recruitment-newCard .newCard-timeBox .count-time {
          display: flex;
          align-items: center;
          color: #777777;
          font-size: 16px;
          gap: 8px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .recruitment-newCard .newCard-timeBox .count-time div {
            padding: 7px 9px;
            color: #352b2a;
            background: #fff3ea;
            font-size: 22px;
            font-weight: 700;
            border-radius: 4px;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .recruitment-newCard .newCardRight {
        position: absolute;
        right: 0;
        bottom: 0;
}
.recruit-page-wrap .recruitment-wrap .recruit_card .recruitment-newCard .newCardRight .el-button {
          width: 124px;
          height: 36px;
          padding: 0;
          background: radial-gradient(68.13% 422.59% at 42.82% 50%, #FF592F 16.72%, #FD963F 80.43%);
          border-radius: 4px;
          font-family: Source Han Sans CN;
          font-size: 14px;
          font-weight: 500;
          color: white;
          border-color: #FD963F;
}
.recruit-page-wrap .recruitment-wrap /deep/.newCard-pagination .btn-prev {
      width: 36px;
      height: 36px;
      background-color: white;
}
.recruit-page-wrap .recruitment-wrap /deep/.newCard-pagination .btn-next {
      width: 36px;
      height: 36px;
      background-color: white;
}
.recruit-page-wrap .recruitment-wrap /deep/.newCard-pagination .number {
      width: 36px;
      height: 36px;
      background-color: white;
      line-height: 36px;
}
.recruit-page-wrap .recruitment-wrap /deep/.newCard-pagination .active {
      background: radial-gradient(68.13% 422.59% at 42.82% 50%, #ff592f 16.72%, #fd963f 80.43%);
}
.recruit-page-wrap .el-input .el-input__inner {
    background-color: #ffffff;
    border: none;
    padding: 0px;
}
.recruit-page-wrap {
  position: relative;
  z-index: 99;
  padding-bottom: 80px;
}
.recruit-page-wrap .getMore {
    text-align: center;
    width: 1190px;
    margin: auto;
    margin-top: 40px;
}
.recruit-page-wrap .getMore .btn_more {
      height: 50px;
      width: 220px;
      border-radius: 8px;
      color: #FFF;
      background: #FD963F;
      border: 1px solid #FD963F;
}
.recruit-page-wrap .join-company {
    margin-top: 20px;
}
.recruit-page-wrap .join-company .join-list .data-container {
      display: flex;
      flex-direction: column;
      gap: 20px;
}
.recruit-page-wrap .recruit-wrap {
    width: 1190px;
    margin: auto;
}
.recruit-page-wrap .recruit-wrap .recruit-content {
      margin-bottom: 20px;
      border-radius: 16px;
      padding: 20px;
      background: linear-gradient(180deg, #f2ffff -10.45%, #ffffff 91.5%);
}
.recruit-page-wrap .recruit-wrap .recruit-content .recruit-info-content {
        display: flex;
}
.recruit-page-wrap .recruit-wrap .recruit-content .recruit-desc {
        padding-top: 15px;
}
.recruit-page-wrap .recruit-wrap .recruit-content .recruit-desc .title {
          font-weight: bold;
}
.recruit-page-wrap .recruit-wrap .recruit-content img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
}
.recruit-page-wrap .recruit-wrap .recruit-content .img-conetent {
        background-size: cover;
        width: 280px;
        height: 160px;
        border-radius: 8px;
        background-color: #dee7f0;
        background-repeat: no-repeat;
        position: relative;
        margin-right: 21px;
}
.recruit-page-wrap .recruit-wrap .recruit-content .img-conetent .status-ico {
          position: absolute;
          left: 0;
          top: 0;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          width: 75px;
          height: 28px;
          line-height: 28px;
          text-align: center;
          color: white;
          font-family: Source Han Sans CN;
          font-size: 12px;
          font-weight: 500;
}
.recruit-page-wrap .recruit-wrap .recruit-content .img-conetent .starting {
          background: linear-gradient(102.15deg, #A970FF 3.43%, #C59FFF 87.04%);
          border-top-left-radius: 8px;
          border-bottom-right-radius: 8px;
}
.recruit-page-wrap .recruit-wrap .recruit-content .img-conetent .unstart {
          background: linear-gradient(97.97deg, #3A9CFA 5.71%, #5BBDE6 95.61%);
          border-top-left-radius: 8px;
          border-bottom-right-radius: 8px;
}
.recruit-page-wrap .recruit-wrap .recruit-content .img-conetent .end {
          background: linear-gradient(270deg, #BFBFBF 0%, #868686 100%);
          border-top-left-radius: 8px;
          border-bottom-right-radius: 8px;
}
.recruit-page-wrap .recruit-wrap .recruit-content .recruit-info {
        width: 710px;
}
.recruit-page-wrap .recruit-wrap .recruit-content .recruit-info .recruit-name {
          font-size: 22px;
          font-weight: 700;
          color: #333333;
          margin-bottom: 12px;
}
.recruit-page-wrap .recruit-wrap .recruit-content .recruit-info .introduction {
          font-size: 16px;
          font-weight: 700;
          color: #333333;
          margin-bottom: 10px;
}
.recruit-page-wrap .recruit-wrap .recruit-content .recruit-info .label {
          font-size: 16px;
          line-height: 16px;
          font-weight: 400;
          color: #999999;
          margin-bottom: 10px;
          display: flex;
}
.recruit-page-wrap .recruit-wrap .recruit-content .recruit-info .label div {
            width: 90px;
            padding-right: 10px;
            margin-right: 10px;
            text-align: justify;
            position: relative;
            -moz-text-align-last: justify;
                 text-align-last: justify;
}
.recruit-page-wrap .recruit-wrap .recruit-content .recruit-info .label div::after {
              content: "";
              position: absolute;
              right: 0;
              top: 1px;
              width: 1px;
              height: 12px;
              background: #b7b7b7;
}
.recruit-page-wrap .recruit-wrap .recruit-content .recruit-info .label span {
            max-width: 80%;
}
.recruit-page-wrap .recruit-wrap .recruit-content .recruit-info .label:last-child {
          margin-bottom: 0;
}
.recruit-page-wrap .recruit-wrap .recruit-content .recruit-info .re-address {
          margin-right: 5px;
}
.recruit-page-wrap .recruit-wrap .recruit-content .recruit-oper {
        flex: 1;
        position: relative;
        display: flex;
        justify-content: right;
}
.recruit-page-wrap .recruit-wrap .recruit-content .recruit-oper .company-btn {
          margin-top: 36px;
}
.recruit-page-wrap .recruit-wrap .recruit-content .recruit-oper .company-btn .el-button {
            background-color: #ff592f;
            border-color: #ff592f;
            color: white;
            border-radius: 4px;
}
.recruit-page-wrap .recruit-wrap .recruit-content .recruit-oper .btn .blue {
          height: 34px;
          width: 126px;
          border-radius: 0px;
          color: #ffffff;
          background: #0236bf;
}
.recruit-page-wrap .recruit-wrap .search-input {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 10px;
}
.recruit-page-wrap .recruit-wrap .search-input .el-input {
        padding: 9px 11px;
        background: #fff;
        border-radius: 4px;
}
.recruit-page-wrap .recruit-wrap .search-input .el-input-group {
        width: 90%;
}
.recruit-page-wrap .recruit-wrap .search-input .el-input-group__append {
        border: 0;
        background: transparent;
}
.recruit-page-wrap .recruit-wrap .search-input .el-input-group__append .el-button {
          background: radial-gradient(68.13% 422.59% at 42.82% 50%, #FF592F 16.72%, #FD963F 80.43%);
          color: #FFF;
          border-radius: 4px;
          border-color: #FD963F;
}
.recruit-page-wrap .recruit-wrap .search-input .el-button {
        margin-left: 0;
        border-radius: 4px;
}
.recruit-page-wrap .recruit-wrap .search-input .view-btn {
        height: -webkit-fill-available;
        height: -moz-available;
        height: stretch;
        width: 195px;
        border: 1.5px solid #FF592F;
        color: #FF592F;
        font-size: 18px;
}
.recruit-page-wrap .recruit-wrap .search-input .view-btn span {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 11px;
}
.recruit-page-wrap .recruit-wrap .search-input .view-btn img {
          width: 20px;
}
.recruit-page-wrap .recruit-wrap .search-input .booth-btn {
        height: -webkit-fill-available;
        height: -moz-available;
        height: stretch;
        width: 195px;
        border: 1.5px solid #FF592F;
        color: #FF592F;
        font-size: 18px;
        color: #FFF;
        background: radial-gradient(68.13% 422.59% at 42.82% 50%, #FF592F 16.72%, #FD963F 80.43%);
}
.recruit-page-wrap .recruit-wrap .search-input .booth-btn span {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 11px;
}
.recruit-page-wrap .recruit-wrap .search-input .booth-btn img {
          width: 20px;
}
.recruit-page-wrap .recruit-wrap .search-box {
      background-color: #fff;
      border-radius: 16px;
      padding: 20px;
      width: 1190px;
      margin: 16px auto;
      position: relative;
}
.recruit-page-wrap .recruit-wrap .search-box .searchItem-reset {
        position: absolute;
        right: 20px;
        bottom: 12px;
        color: #667085;
        font-family: Source Han Sans CN;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -0.02em;
        cursor: pointer;
}
.recruit-page-wrap .recruit-wrap .search-box .searchItem-reset i {
          font-weight: 600;
}
.recruit-page-wrap .recruit-wrap .search-box .searchItem-reset:hover {
          color: #ff592f;
}
.recruit-page-wrap .recruit-wrap .search-box .search-item {
        display: flex;
}
.recruit-page-wrap .recruit-wrap .search-box .search-item .searchItem-title {
          width: 70px;
          font-family: Source Han Sans CN;
          font-size: 16px;
          font-weight: 600;
          padding-top: 4px;
          text-align: justify;
          margin-right: 10px;
}
.recruit-page-wrap .recruit-wrap .search-box .search-item .searchItem-title::after {
            content: '';
            display: inline-block;
            width: 100%;
}
.recruit-page-wrap .recruit-wrap .search-box .search-item .searchItem-checkBox {
          flex: 1;
}
.recruit-page-wrap .recruit-wrap .search-box .search-item .el-radio {
          margin-right: 15px;
          margin-bottom: 20px;
          padding: 5px 8px 4px 0;
}
.recruit-page-wrap .recruit-wrap .search-box .search-item .el-radio__label {
          font-family: Source Han Sans CN;
          font-size: 16px;
          font-weight: 500;
}
.recruit-page-wrap .recruit-wrap .search-box .search-item .is-checked {
          background: #ff592f1a;
          border-radius: 4px;
}
.recruit-page-wrap .recruit-wrap .search-box .search-item .is-checked .el-radio__label {
            color: #ff592f;
            font-weight: 600;
}
.recruit-page-wrap .recruit-wrap .search-box .search-item .el-radio__input {
          display: none !important;
}
.recruit-page-wrap .recruit-wrap .search-box .moreSearch-item .searchItem-title {
        line-height: 38px;
}
.recruit-page-wrap .recruit-wrap .search-box .moreSearch-item .el-input__inner {
        background-color: #fff;
        border-radius: 7px;
}
.recruit-page-wrap .recruit-wrap .search-box .moreSearch-item .el-select {
        margin-right: 32px;
        margin-bottom: 20px;
}
.recruit-page-wrap .recruit-wrap .search-box .el-radio .el-radio__input {
        display: none;
}
.recruit-page-wrap .recruit-wrap .search-box .el-radio .el-radio__label {
        font-family: Source Han Sans CN;
        font-size: 16px;
        font-weight: 500;
}
.recruit-page-wrap .recruit-wrap .search-box .is-checked .el-radio__label {
        font-weight: 600;
        color: #ff592f;
}
.recruit-page-wrap .recruit-wrap .recruit-intro {
      border-radius: 4px;
      background: #FFF;
      padding: 5px 0 0;
      width: 100%;
      margin-bottom: 14px;
}
.recruit-page-wrap .recruit-wrap .recruit-intro .part-title {
        color: #101828;
        font-family: YouSheBiaoTiHei;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 5px;
}
.recruit-page-wrap .recruit-wrap .recruit-intro .part-title img {
          width: 89px;
}
.recruit-page-wrap .recruit-wrap .recruit-intro .list-tab-wrap {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 80px;
        font-size: 24px;
        font-weight: 700;
        color: #86a0a6;
}
.recruit-page-wrap .recruit-wrap .recruit-intro .list-tab-wrap .el-tabs__nav-wrap::after {
          background-color: transparent;
}
.recruit-page-wrap .recruit-wrap .recruit-intro .list-tab-wrap .el-tabs__header {
          margin-bottom: 0;
}
.recruit-page-wrap .recruit-wrap .recruit-intro .list-tab-wrap .el-tabs__item {
          height: 45px;
          min-width: 147px;
          font-size: 16px;
          text-align: center;
}
.recruit-page-wrap .recruit-wrap .recruit-intro .mb {
        margin-bottom: 30px;
        color: #666666;
}
.recruit-page-wrap .recruit-wrap .recruit-intro .mbh {
        height: 500px;
        margin-bottom: 30px;
        color: #666666;
}
.recruit-page-wrap .recruit-wrap .recruit-company-list {
      padding: 0;
      background: transparent;
}
.recruit-page-wrap .recruit-titletop {
    width: 216px;
    margin: 0 auto;
    padding: 40px 0;
}
.recruit-page-wrap .recruit-titletop img {
      width: 100%;
}
.recruit-page-wrap .recruit-show {
    width: 100%;
}
.recruit-page-wrap .recruit-live-wrap {
    margin-top: 16px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    color: #333333;
    z-index: 1;
}


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