.join-company-item[data-v-c28870ac] {
  width: 100%;
  min-height: 120px;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px #0000000d;
  background: #ffffff;
  transition: all 0.3s;
}
.join-company-item .top-container[data-v-c28870ac] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.join-company-item .top-container .company-info[data-v-c28870ac] {
      flex: 1;
      display: flex;
      align-items: center;
      gap: 24px;
}
.join-company-item .top-container .company-info .ci-left[data-v-c28870ac] {
        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-c28870ac] {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
}
.join-company-item .top-container .company-info .ci-right[data-v-c28870ac] {
        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-c28870ac] {
          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-c28870ac] {
          display: flex;
          align-items: center;
          gap: 8px;
}
.join-company-item .top-container .company-info .ci-right .tags .tag[data-v-c28870ac] {
            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-c28870ac] {
      width: 172px;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: space-between;
}
.join-company-item .top-container .company-count .count[data-v-c28870ac] {
        height: 64px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
}
.join-company-item .top-container .company-count .count div[data-v-c28870ac] {
          font-weight: 550;
          font-size: 40px;
          font-family: Source Han Sans CN;
          height: 40px;
          line-height: 100%;
          color: #3f73ff;
          text-align: center;
}
.join-company-item .top-container .company-count .count span[data-v-c28870ac] {
          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-c28870ac] {
        font-weight: 400;
        font-size: 20px;
        font-family: Source Han Sans CN;
        line-height: 100%;
        color: #3f73ff;
}
.join-company-item .top-container .company-count .expand .svgIcon[data-v-c28870ac] {
        font-size: 24px;
        margin-left: 4px;
        transition: 0.3s;
}
.join-company-item .top-container .company-count .expand .active svg[data-v-c28870ac] {
        transform: rotate(180deg);
}
.join-company-item .company-position[data-v-c28870ac] {
    margin-top: 20px;
}
.join-company-item .company-position .list[data-v-c28870ac] {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 10px;
}

.recruit-activity-item[data-v-ee36947a] {
  min-height: 285px;
  border-radius: 8px;
}
.recruit-activity-item .ri-top[data-v-ee36947a] {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.recruit-activity-item .ri-top .status[data-v-ee36947a] {
      z-index: 10;
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 68px;
      height: 26px;
      font-weight: 700;
      font-size: 12px;
      font-family: Source Han Sans CN;
      padding: 4px 16px;
      border-top-left-radius: 8px;
      border-bottom-right-radius: 8px;
      line-height: 18px;
      color: #fff;
}
.recruit-activity-item .ri-top .status-1[data-v-ee36947a] {
      background: #FFB82B;
}
.recruit-activity-item .ri-top .status1[data-v-ee36947a] {
      background: #3F73FF;
}
.recruit-activity-item .ri-top .status2[data-v-ee36947a] {
      background: #F97251;
}
.recruit-activity-item .ri-top .status0[data-v-ee36947a] {
      background: #D6E0E9;
      color: #8D939A;
}
.recruit-activity-item .ri-top img[data-v-ee36947a] {
      border-radius: 8px 8px 0 0;
      z-index: 9;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}
.recruit-activity-item .ri-top .living[data-v-ee36947a] {
      z-index: 10;
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(1, 53, 84, 0.32) -10.94%, rgba(102, 102, 102, 0) 102.19%);
      backdrop-filter: blur(3px);
      border-radius: 8px 8px 0 0;
}
.recruit-activity-item .ri-bottom[data-v-ee36947a] {
    padding: 16px;
    width: 100%;
    background: #ffffff;
}
.recruit-activity-item .ri-bottom .rb-title[data-v-ee36947a] {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
}
.recruit-activity-item .ri-bottom .rb-title .rt-item[data-v-ee36947a] {
        display: flex;
        align-items: center;
}
.recruit-activity-item .ri-bottom .rb-title img[data-v-ee36947a] {
        max-width: 100%;
        height: 24px;
}
.recruit-activity-item .ri-bottom .rb-title .title[data-v-ee36947a] {
        max-width: 240px;
        font-weight: 700;
        font-size: 20px;
        font-family: Source Han Sans CN;
        color: #101828;
        line-height: 24px;
}
.recruit-activity-item .ri-bottom .rb-time[data-v-ee36947a] {
      margin-top: 8px;
      font-weight: 350;
      font-size: 14px;
      font-family: Source Han Sans CN;
      vertical-align: middle;
      color: #666666;
      line-height: 21px;
}

.job-fair-detail[data-v-70ce6cf0] {
  background: linear-gradient(180.04deg, #ddecff -10.48%, #f5f9ff 94.06%);
  padding-bottom: 100px;
}
.job-fair-detail .background[data-v-70ce6cf0] {
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}
.job-fair-detail .container[data-v-70ce6cf0] {
    width: 1190px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.job-fair-detail .top-leader[data-v-70ce6cf0] {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
    gap: 8px;
    margin-bottom: 20px;
}
.job-fair-detail .top-leader span[data-v-70ce6cf0] {
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
}
.job-fair-detail .top-leader span[data-v-70ce6cf0]:last-child {
      color: #3f73ff;
}
.job-fair-detail .intro[data-v-70ce6cf0] {
    padding: 20px;
    display: flex;
    gap: 20px;
    min-height: 228px;
    background: linear-gradient(180deg, #f2ffff -10.45%, #ffffff 20.55%), linear-gradient(0deg, #ffffff, #ffffff);
    border-radius: 20px;
}
.job-fair-detail .intro .left[data-v-70ce6cf0] {
      width: 320px;
      height: 180px;
      position: relative;
      border: 1px solid #0000001a;
      border-radius: 8px;
}
.job-fair-detail .intro .left .status[data-v-70ce6cf0] {
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 68px;
        height: 26px;
        font-weight: 700;
        font-size: 12px;
        font-family: Source Han Sans CN;
        padding: 4px 16px;
        border-top-left-radius: 8px;
        border-bottom-right-radius: 8px;
        line-height: 18px;
        color: #fff;
}
.job-fair-detail .intro .left .status-1[data-v-70ce6cf0] {
        background: #ffb82b;
}
.job-fair-detail .intro .left .status1[data-v-70ce6cf0] {
        background: #3f73ff;
}
.job-fair-detail .intro .left .status2[data-v-70ce6cf0] {
        background: #f97251;
}
.job-fair-detail .intro .left .status0[data-v-70ce6cf0] {
        background: #d6e0e9;
        color: #8d939a;
}
.job-fair-detail .intro .left img[data-v-70ce6cf0] {
        border-radius: 8px;
        z-index: 9;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
}
.job-fair-detail .intro .right[data-v-70ce6cf0] {
      flex: 1;
      overflow: hidden;
}
.job-fair-detail .intro .right .r-top .title[data-v-70ce6cf0] {
        font-weight: 700;
        font-size: 24px;
        font-family: Source Han Sans CN;
        line-height: 100%;
        color: #101828;
        white-space: pre-line;
}
.job-fair-detail .intro .right .r-top .time[data-v-70ce6cf0] {
        min-height: 16px;
        margin-top: 12px;
        font-weight: 400;
        font-size: 16px;
        font-family: Source Han Sans CN;
        line-height: 100%;
        color: #101828cc;
}
.job-fair-detail .intro .right .r-bottom[data-v-70ce6cf0] {
        margin-top: 8px;
}
.job-fair-detail .intro .right .r-bottom .show-btn[data-v-70ce6cf0] {
          font-size: 14px;
          -webkit-user-select: none;
             -moz-user-select: none;
                  user-select: none;
          cursor: pointer;
          color: #3f73ff;
          width: 100%;
          justify-content: flex-end;
          display: flex;
          margin-top: 15px;
}
.job-fair-detail .intro .right .r-bottom .desc[data-v-70ce6cf0] {
          padding: 8px;
          border-radius: 8px;
          background: #f4f6f8cc;
          overflow: hidden;
          position: relative;
}
.job-fair-detail .intro .right .r-bottom .desc span[data-v-70ce6cf0] {
            font-weight: 550;
            font-size: 14px;
            font-family: Source Han Sans CN;
            line-height: 100%;
            color: #101828;
}
.job-fair-detail .intro .right .r-bottom .desc > div[data-v-70ce6cf0] {
            margin-top: 8px;
            font-weight: 350;
            font-size: 12px;
            font-family: Source Han Sans CN;
            line-height: 1.5em;
            color: #666666;
}
.job-fair-detail .intro .right .r-bottom .other[data-v-70ce6cf0] {
          margin-top: 8px;
          display: flex;
          align-items: center;
          gap: 40px;
          height: 36px;
}
.job-fair-detail .intro .right .r-bottom .other .svgIcon[data-v-70ce6cf0] {
            font-size: 32px;
}
.job-fair-detail .intro .right .r-bottom .other .o-item[data-v-70ce6cf0] {
            display: flex;
            align-items: center;
            gap: 4px;
            max-width: 50%;
}
.job-fair-detail .intro .right .r-bottom .other .o-item .brief[data-v-70ce6cf0] {
              display: flex;
              flex-direction: column;
              gap: 4px;
              flex: 1;
              overflow: hidden;
}
.job-fair-detail .intro .right .r-bottom .other .o-item .brief span[data-v-70ce6cf0] {
                display: inline-block;
}
.job-fair-detail .intro .right .r-bottom .other .o-item .brief span[data-v-70ce6cf0]:first-child {
                font-weight: 400;
                font-size: 12px;
                font-family: Source Han Sans CN;
                line-height: 100%;
                color: #666666;
}
.job-fair-detail .intro .right .r-bottom .other .o-item .brief span[data-v-70ce6cf0]:last-child {
                font-weight: 550;
                font-size: 12px;
                font-family: Source Han Sans CN;
                line-height: 100%;
                color: #3f73ff;
}
.job-fair-detail .join-company[data-v-70ce6cf0] {
    margin-top: 20px;
}
.job-fair-detail .join-company .title[data-v-70ce6cf0] {
      font-weight: 700;
      font-size: 20px;
      font-family: Source Han Sans CN;
      line-height: 100%;
      color: #000000;
      margin-bottom: 20px;
}
.job-fair-detail .join-company .join-list .data-container[data-v-70ce6cf0] {
      display: flex;
      flex-direction: column;
      gap: 20px;
}
.job-fair-detail .recruitment[data-v-70ce6cf0] {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.job-fair-detail .recruitment .title[data-v-70ce6cf0] {
      text-align: center;
}
.job-fair-detail .recruitment .title span[data-v-70ce6cf0] {
        display: inline-block;
        font-weight: 700;
        font-size: 32px;
        font-family: Source Han Sans CN;
        line-height: 100%;
        color: #000000;
}
.job-fair-detail .recruitment .recruit-list .data-container[data-v-70ce6cf0] {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
}
.job-fair-detail .recruitment .load-more[data-v-70ce6cf0] {
      text-align: center;
}
.job-fair-detail .recruitment .load-more span[data-v-70ce6cf0] {
        display: inline-block;
        border-radius: 8px;
        background: #ffffff;
        padding: 16px 32px;
        font-weight: 700;
        font-size: 18px;
        font-family: Source Han Sans CN;
        line-height: 27px;
        color: #3f73ff;
}


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