.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;
}

.player-box[data-v-133c4bfe] {
  background-color: #fff;
}
.player-box .title[data-v-133c4bfe] {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  box-sizing: border-box;
}
.player-box .video-box[data-v-133c4bfe] {
  width: 100%;
  position: relative;
}
.player-box .video-box .status-top[data-v-133c4bfe] {
  width: inherit;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.player-box .video-box .status-top span[data-v-133c4bfe] {
  margin-right: 20px;
}
.player-box .video-box .status-top[data-v-133c4bfe] .el-switch__label {
  color: #fff;
}
.player-box .video-box:hover .control-top[data-v-133c4bfe] {
  display: block;
}
.player-box .video-box .control-top[data-v-133c4bfe] {
  width: 200px;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -30px;
  z-index: 99;
  transition: all 0.5s;
}
.player-box .video-box .control-top-none[data-v-133c4bfe] {
  display: none;
}
.player-box .video-box .status-bottom[data-v-133c4bfe] {
  width: inherit;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.player-box .video-box .status-bottom .live[data-v-133c4bfe] {
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.player-box .video-box .remote-video[data-v-133c4bfe] {
  width: 100%;
  height: 600px;
  line-height: 600px;
  text-align: center;
  color: #ccc;
  font-weight: bold;
  font-size: 20px;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
}
.player-box .video-box .replay-video[data-v-133c4bfe] {
  width: 100%;
  height: 600px;
  line-height: 600px;
  text-align: center;
  color: #ccc;
  font-weight: bold;
  font-size: 20px;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
}
.player-box .video-box .video-status[data-v-133c4bfe] {
  width: 100%;
  height: 600px;
  line-height: 600px;
  text-align: center;
  color: #ccc;
  font-weight: bold;
  font-size: 20px;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
}

.barrage-container[data-v-2f04e680] {
  position: absolute;
  content: '';
  left: 0;
  display: inline-block;
  pointer-events: none;
  height: inherit;
  width: inherit;
  overflow: hidden;
}
.baberrage-msg[data-v-2f04e680] {
  width: auto;
  background: rgba(17, 17, 17, 0.7);
  border-radius: 100px;
  color: #fff;
  line-height: 30px;
  padding-left: 8px;
  white-space: nowrap;
  transform: translateX(500%);
  padding: 5px 5px 5px 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: left;
  white-space: nowrap;
}
.msg-hr[data-v-2f04e680] {
  background-color: rgba(85, 239, 196, 0.7);
}
.baberrage-show[data-v-2f04e680] {
  width: 100%;
  height: 100%;
  color: #fff !important;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
}
.baberrage-avatar[data-v-2f04e680] {
  display: none !important;
}

iframe[data-v-53929bba] {
  border: 1px solid #eee;
}
.chat-room[data-v-53929bba] {
  width: inherit;
  height: inherit;
  display: flex;
  flex-direction: column;
  vertical-align: top;
  border: 1px solid #eee;
}
.chat-room .message-head[data-v-53929bba] {
  height: 40px;
  width: inherit;
  line-height: 40px;
  background-color: #fff;
  text-align: center;
}
.chat-room .message-head span[data-v-53929bba] {
  font-size: 16px;
}
.chat-room .message-box[data-v-53929bba] {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #fbfcff;
  padding-right: 2px;
}
.chat-room .message-box .message-list[data-v-53929bba] {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f5f5f5;
}
.chat-room .message-box .message-list .message-item .self-message[data-v-53929bba] {
  text-align: right;
  color: #333;
}
.chat-room .message-box .message-list .message-item .other-message[data-v-53929bba] {
  text-align: left;
  color: red;
}
.chat-room .message-box .input-div[data-v-53929bba] {
  width: 300px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #e8e8e8;
  padding-left: 10px;
}
.chat-room .message-box .input-div input[data-v-53929bba] {
  flex: 1;
  height: 40px;
  border: 0;
  outline: none;
}
.chat-room .message-box .input-div div[data-v-53929bba] {
  display: inline-block;
  width: 40px;
  height: 20px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.chat-room .message-box .title[data-v-53929bba] {
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  border-bottom: 1px solid #edeff3;
}
.chat-room .message-box .message-list[data-v-53929bba] {
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
  overflow: auto;
  flex-grow: 1;
}
.chat-room .message-box .message-list[data-v-53929bba]::-webkit-scrollbar {
  width: 4px;
}
.chat-room .message-box .message-list[data-v-53929bba]::-webkit-scrollbar-track {
  padding-right: 2px;
}
.chat-room .message-box .message-list[data-v-53929bba]::-webkit-scrollbar-thumb {
  background-color: rgba(177, 180, 188, 0.5);
  border-radius: 2px;
}
.chat-room .message-box .message-list .item[data-v-53929bba] {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
}
.chat-room .message-box .message-list .item .name[data-v-53929bba] {
  margin-bottom: 1px;
  line-height: 18px;
  color: #ccc;
  text-align: left;
}
.chat-room .message-box .message-list .item .text-box[data-v-53929bba] {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.chat-room .message-box .message-list .item .text-item[data-v-53929bba] {
  display: flex;
  align-items: center;
}
.chat-room .message-box .message-list .item .text[data-v-53929bba] {
  margin: 4px 0;
  padding: 9px 12px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 181px;
  background-color: #fff;
  color: #333;
  line-height: 18px;
  border-radius: 2px 16px 16px 16px;
  word-break: break-all;
}
.chat-room .message-box .message-list .item .text p[data-v-53929bba] {
  margin: 0;
}
.chat-room .message-box .message-list .item.isMe[data-v-53929bba] {
  position: relative;
}
.chat-room .message-box .message-list .item.isMe .name[data-v-53929bba] {
  text-align: right;
}
.chat-room .message-box .message-list .item.isMe .text-box[data-v-53929bba] {
  align-items: flex-end;
}
.chat-room .message-box .message-list .item.isMe .text[data-v-53929bba] {
  margin: 4px 0;
  padding: 9px 12px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 181px;
  background-color: #00c27c;
  color: #333;
  line-height: 18px;
  border-radius: 16px 2px 16px 16px;
  word-break: break-all;
}
.chat-room .message-box .message-list .item.isMe .icon[data-v-53929bba] {
  margin-right: 6px;
}
.chat-room .message-box .message-list .state-item[data-v-53929bba] {
  padding: 7px 0;
  text-align: center;
  line-height: 12px;
}
.chat-room .message-box .message-list .state-item .name[data-v-53929bba] {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  max-width: 145px;
}
.chat-room .message-box .message-list .state-item .text[data-v-53929bba] {
  display: inline-block;
}
.chat-room .message-box .send[data-v-53929bba] {
  padding: 14px 0;
  padding-right: 2px;
  box-sizing: border-box;
  border-top: 1px solid #edeff3;
}
.chat-room .message-box .send .send-textarea[data-v-53929bba] {
  width: 100%;
  height: 70%;
  padding: 0 14px;
  resize: none;
  background-color: transparent;
  border: none;
  word-break: break-all;
}
.chat-room .message-box .send .send-textarea[data-v-53929bba]::-webkit-scrollbar {
  width: 4px;
}
.chat-room .message-box .send .send-textarea[data-v-53929bba]::-webkit-scrollbar-track {
  padding-right: 2px;
}
.chat-room .message-box .send .send-textarea[data-v-53929bba]::-webkit-scrollbar-thumb {
  background-color: rgba(177, 180, 188, 0.5);
  border-radius: 2px;
}
.chat-room .message-box .send .send-textarea[data-v-53929bba]:focus {
  outline: none;
}
.chat-room .message-box .send .send-textarea[data-v-53929bba]:disabled::-webkit-input-placeholder {
  color: #505458;
}
.chat-room .message-box .send .send-tool-box[data-v-53929bba] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-room .message-box .send .send-tool-box .input-warn[data-v-53929bba] {
  display: flex;
}
.chat-room .message-box .send .send-tool-box .input-warn-tip[data-v-53929bba] {
  display: flex;
  height: 12px;
  margin-left: 14px;
  line-height: 12px;
}
.chat-room .message-box .send .send-tool-box .input-warn-tip .icon[data-v-53929bba] {
  margin-right: 4px;
}
.chat-room .message-box .send .send-tool-box .btn[data-v-53929bba] {
  padding: 0;
  border: 0;
  text-align: center;
  width: 44px;
  height: 24px;
  font-size: 24px;
  color: #edf1fa;
  border-radius: 4px;
  background-color: #0044ff;
  line-height: 24px;
}
.chat-room .message-box .send .send-tool-box .btn[data-v-53929bba]:hover {
  cursor: pointer;
  background-color: #0030ff;
}
.chat-room .message-box .send .send-tool-box .btn[data-v-53929bba]:active {
  background-color: #0044ff;
}
.chat-room .message-box .send .send-tool-box .btn[data-v-53929bba]:focus {
  outline: none;
}
.chat-room .message-box .send .send-tool-box .btn[data-v-53929bba]:disabled {
  cursor: not-allowed;
  background-color: #9ab0f9;
  color: #ffffff;
}
.text[data-v-53929bba] {
  margin: 4px 0;
  background-color: #0044ff;
  border-radius: 16px 2px 16px 16px;
  color: #fff;
  padding: 9px 12px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 18px;
  word-break: break-all;
}
.textcolor[data-v-53929bba] {
  background-color: #0044ff !important;
  color: #fff !important;
}

.live-wrap[data-v-204c4e9c] {
  display: flex;
}
.live-wrap .live[data-v-204c4e9c] {
  flex: 1;
  min-width: 600px;
  position: relative;
}
.live-wrap .live .video-barrage[data-v-204c4e9c] {
  position: absolute;
  width: 100%;
  height: 600px;
  bottom: 0;
  z-index: 3000;
}
.live-wrap .chat[data-v-204c4e9c] {
  height: 615px;
  margin-left: 20px;
}
.live-wrap .chat .no-login-txt[data-v-204c4e9c] {
  height: 615px;
  line-height: 615px;
}
.live-wrap .chat .no-login-txt span[data-v-204c4e9c] {
  color: #2244F9;
  cursor: pointer;
  font-weight: 600;
}

.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: 632px;
    background-image: url(../img/zphBg.39d99a80.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -520px;
}
.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: #f1f1f1;
    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: #fff;
}
.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: 33%;
}
.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=33.1774862596341.css.map*/