.fair-online.detail {
  width: 1150px;
  margin: 0 auto 20px auto;
}

.poster {
  position: relative;
  display: flex;
  overflow: hidden;
  width: inherit;
}
.poster > img {
  width: 100%;
  display: table;
}
.poster .NOT_STARTED,
.poster .IN_PROGRESS,
.poster .OVERED {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 4px;
  padding: 6px 10px;
  z-index: 9;
}
.poster .NOT_STARTED {
  background-color: rgba(255, 255, 255, 0.4);
  color: rgba(0, 0, 0, 0.8);
}
.poster .NOT_STARTED:after {
  content: '未开始';
}
.poster .IN_PROGRESS {
  background-color: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.8);
}
.poster .IN_PROGRESS:after {
  content: '进行中';
}
.poster .OVERED {
  background-color: rgba(255, 255, 255, 0.4);
  color: rgba(0, 0, 0, 0.8);
}
.poster .OVERED:after {
  content: '已结束';
}

.fair-head {
  display: flex;
  padding: 34px 20px;
  background-color: white;
}
.fair-head .intro {
  flex: 1;
  color: #666;
  margin: 0;
  font-family: inherit;
  border: 0;
  background: unset;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.fair-head .intro ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
.fair-head .intro ul li {
  list-style-type: disc;
}
.fair-head .intro ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
.fair-head .intro ol li {
  list-style-type: decimal;
}
.fair-head .apply {
  margin-left: 90px;
}
.fair-head .apply-btn {
  border-radius: 100px;
  border: 0;
  outline: none;
  padding: 14px 25px;
  background-color: #4a88f7;
  color: white;
}

.company-list {
  margin-top: 10px;
}
.fair-top {
  display: flex;
  background-color: white;
}
.fair-details {
  color: #666;
  line-height: 36px;
  flex: 1;
  margin: 10px;
}
.fair-details .detail {
  display: inline-block;
}
.fair-details .detail + .detail {
  margin-left: 50px;
}
.fair-details .detail > img {
  height: 14px;
  margin-right: 5px;
}
.fair-details .detail span {
  font-weight: bold;
}
.fair-details .detail.company > span {
  color: #ff8a00;
}
.fair-details .detail.job > span {
  color: #0486fe;
}
.fair-details .detail.company > span:after {
  content: ' 家';
  font-weight: 400;
}
.fair-details .detail.job > span:after {
  content: ' 个';
  font-weight: 400;
}

.no-data {
  padding: 50px 0;
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
  color: #999999;
}
.no-data > img {
  max-width: 240px;
  max-height: 300px;
  pointer-events: none;
  margin-bottom: 30px;
}
.no-data .resume-empty{
  max-width: 120px;
  max-height: 120px;
}

.search-box {
  border-radius: 4px;
  border: 1px solid rgba(228, 231, 237, 1);
  display: flex;
  margin: 10px 20px 10px 0px;
}
.search-box > select {
  background: none;
  outline: none;
  padding: 0 10px;
  height: 36px;
  margin: 0;
  border: 0;
}
.search-box > input {
  background: none;
  outline: none;
  padding: 0 10px;
  height: 36px;
  margin: 0;
  border: 0;
  flex: 1;
  width: 140px;
}
.search-box > button {
  outline: none;
  background: none;
  border: 0;
  padding: 0 9px;
  color: #333;
}
.search-box > button > img {
  width: 18px;
  height: 18px;
  pointer-events: none;
  margin: 9px 0;
  display: table;
}

.fair-tags {
  position: relative;
  background-color: white;
  height: 56px;
}

/* .fair-tags .tags-body {
  position: relative;
  margin: 0 50px;
  max-width: calc(100% - 90px);
  overflow: auto;
  white-space: nowrap;
}
.fair-tags .tags-body::-webkit-scrollbar {
  display: none;
}
.fair-tags .tags-more {
  position: absolute;
  display: none;
  top: 0;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  color: #999;
  background-color: #fff;
}
.fair-tags .tags-more:hover {
  color: #0486fe;
}
.tags-more.tags-more-prev {
  left: 0;
}
.tags-more.tags-more-next {
  right: 0;
}
.fair-tags .tag {
  display: inline-flex;
  position: relative;
  height: 56px;
  padding: 0 10px;
  white-space: nowrap;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}
.fair-tags .tag > a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.fair-tags .active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0486fe;
}

.fair-tags .active > a {
  color: #0486fe;
} */

/* 职位表格 */
.fair-jobs-table{
  background-color: white;
  padding: 20px;
}
.fair-jobs tr {
  padding: 0 10px;
}
.fair-jobs td {
  height: 40px !important;
  vertical-align: middle !important;
}
.fair-jobs .job > a,
.fair-jobs .company > a {
  width: auto;
  font-size: 16px;
  color: #333;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 300px !important;
}
.fair-jobs .job {
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  max-width: 430px;
}
.fair-jobs .job > a:hover {
  color: #ec6334;
}
.fair-jobs .job > small {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
}
.fair-jobs .company {
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  max-width: 300px;
}
.fair-jobs .company > a:hover {
  color: #4a88f7;
}
.fair-jobs .auth {
  color: #6e86b1;
}
.fair-jobs .region {
}
.fair-jobs .salary {
  color: #ec6334;
  font-weight: 500;
}
.fair-jobs .timeago {
  color: #999;
}

/* 企业网格 */
.fair-company {
  margin: 10px -11px 0px 0px;
}
.fair-company .item {
  width: 376px;
  /* padding: 10px; */
  float: left;
  background-color: white;
  margin: 0px 11px 11px 0px;
}
.fair-company .item:hover {
  transform: scale(1);
  box-shadow: 0 0 11px 0px rgba(109, 109, 109, 0.26);
}
.fair-company .video_interview_apply {
  display: flex;
  position: absolute;
  width: 320px;
  height: 40px;
  bottom: 22px;
  left: 17px;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #f1f8ff;
  border-radius: 2px;
  border: 1px solid rgba(0, 120, 255, 0.2);
}
.fair-company .video_interview_desc {
  margin-left: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #0078ff;
  line-height: 14px;
}

.company-info {
  display: block;
  border-radius: 2px;
  padding: 20px;
  margin: 10px;
  transform: scale(1);
  transition: all 0.2s ease-in;
  min-height: 225px;
  height: 280px;
}
.company-info .basic {
  display: flex;
}
.company-info .basic .logo {
  display: flex;
  vertical-align: middle;
  width: 60px;
  height: 60px;
}
.company-info .basic .logo > img {
  max-width: 60px;
  max-height: 60px;
  display: block;
  margin: auto;
}
.company-info .basic .details {
  max-width: 240px;
  margin-left: 10px;
  flex: 1;
  color: #999;
}
.company-info .basic .details .name {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.company-info .basic .details .contact {
  font-size: 12px;
  margin-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.company-info .basic .details .address {
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.is-top {
  float: right;
  color: #fe8c35;
  padding: 4px 8px;
  background-color: rgba(254,140,53,.3);
  border-radius: 0 0 0 5px;
  /* flex: 0 0 30px; */
}
.company-info .basic ~ .jobs {
  margin-top: 9px;
}
.company-info .jobs {
  border-top: 1px solid #f5f5f5;
  padding-top: 7.5px;
  height: 80px;
  color: #333;
}
.company-info .jobs .job {
  line-height: 20px;
  display: flex;
}
.company-info .jobs .job + .job {
  margin-top: 5px;
}
.company-info .jobs .job .job-name {
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.company-info .jobs .job .job-salary {
  font-weight: bold;
  color: #ff5159;
  margin-left: 10px;
}
.company-info .job-total {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin-top: 13px;
  line-height: 20px;
  color: #999999;
}
.company-info .job-more {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 20px;
  color: #0486fe;
}
.company-info .job-more > img {
  height: 12px;
  margin-left: 2px;
}

/* 报名弹框内容 */
#apply-dialog {
  min-height: 320px;
}
#apply-dialog .content {
}
#apply-dialog .content .s_line {
  display: flex;
  color: #666;
}
#apply-dialog .content .s_line + .s_line {
  margin-top: 20px;
}
#apply-dialog .content .s_line .s_label {
  text-align-last: justify;
  width: 90px;
  margin-right: 20px;
}
#apply-dialog .content .s_line .s_input {
  flex: 1;
}
#apply-dialog .apply-warning {
  background-color: rgba(255, 251, 247, 1);
  color: #666;
  border: 1px solid rgba(241, 224, 207, 1);
  box-shadow: none;
  border-radius: 4px;
  padding: 15px 10px;
}
#apply-dialog .apply-warning span {
  color: #ef6c20;
  font-weight: bold;
}

/* 轮播图 */
.banner-poster {
  position: relative;
  height: 280px;
}
.banner-poster .banner-posters-item {
  position: absolute;
  height: inherit;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}
.banner-poster .banner-posters-item._active {
  opacity: 1;
  pointer-events: all;
}
.banner-poster .banner-posters-item:hover .ad-report {
  display: block;
}
.banner-poster .banner-posters-dots {
  position: absolute;
  z-index: 9;
  bottom: 7px;
  right: 7px;
  display: inline-flex;
}
.banner-poster .banner-posters-dots .dot {
  width: 10px;
  height: 10px;
  opacity: .4;
  transition: opacity .3s ease;
  background: white;
  cursor: pointer;
}
.banner-poster .banner-posters-dots .dot:hover,
.banner-poster .banner-posters-dots .dot._active {
  opacity: 1;
}
.banner-poster .banner-posters-dots .dot + .dot {
  margin-left: 5px;
}

.video-interview-modal {
  background: #fff;
  border-radius: 4px !important;
}
.video-interview-modal .video-interview-modal-header {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 30px;
  background: #f8f9fb;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.video-interview-modal-body .jobs {
  height: 375px;
  overflow-y: auto;
}
.video-interview-modal-body .jobs .job-item {
  display: flex;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #f1f2f6;
  margin: 0 30px;
  cursor: pointer;
}

.video-interview-modal-body .jobs .job-item:hover .job-title {
  color: #999;
}
.video-interview-modal-body .jobs .job-item .job-title {
  flex: 1;
  color: #262626;
  font-size: 14px;
}

.video-interview-modal-body .jobs .job-item .job-checked {
  display: none;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url(../images/icon_checked.svg) no-repeat;
  background-size: contain;
}

.video-interview-modal-body .jobs .job-item.active .job-title {
  color: #0078ff;
}

.video-interview-modal-body .jobs .job-item.active .job-checked {
  display: block;
}

.video-interview-modal .video-interview-modal-footer {
  padding: 30px;
  text-align: right;
}
.video-interview-modal .video-interview-modal-footer .cancel-btn,
.video-interview-modal .video-interview-modal-footer .submit-btn {
  display: inline-block;
  width: 100px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  border-radius: 2px;
}
.video-interview-modal .video-interview-modal-footer .cancel-btn {
  background: #ffffff;
  color: #4d4d4d;
  border: 1px solid #dcdfe6;
}
.video-interview-modal .video-interview-modal-footer .submit-btn {
  margin-left: 20px;
  background: #0078ff;
  color: #ffffff;
  border: solid 1px;
}

.video-interview-modal .video-interview-modal-footer .submit-btn[disabled] {
  background-color: #eee;
  color: #262626;
  border-color: #eee;
  cursor: not-allowed;
}

.switch-tabbar{
  padding: 0 20px;
  width: 100%;
  height: 52px;
  background: #FFFFFF;
  border-bottom: 1px solid #EBEEF5;
  border-top: 1px solid #EBEEF5;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.switch-tabbar .tabbar-item{
  cursor: pointer;
  font-weight: bold;
  color: #262626;
  line-height: 50px;
}
.switch-tabbar a + a{
  margin-left: 40px;
}
.switch-tabbar .tabbar-item.active{
  color: #0078FF;
  border-bottom: 2px solid #0078FF;
}
.tag-wrap{
  padding: 12px 20px 4px 20px;
  background: #fff;
}
.tag-wrap .tag{
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  background: #FFFFFF;
  font-size: 13px;
  color: #666666;
  line-height: 1;
  padding: 7px 11px;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}
.tag-wrap .tag a{
  color: #666666;
}
.tag-wrap .tag.active{
  border: 1px solid rgba(0,120,255,0.2);
  color: #0078FF;
  background: #F1F8FF;
}
.tag-wrap .tag.active a{
  color: #0078FF;
}
.tag-wrap .tags-body{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.fair-resume{
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.fair-resume .resume-info img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.fair-resume .item{
  cursor: pointer;
  width: 280px;
  background: #FFFFFF;
  padding: 20px 20px 24px 20px;
}
.fair-resume .item:hover{
  box-shadow: 0 0 16px 0 rgb(228, 228, 228);
}
.fair-resume .resume-info{
  display: flex;
  flex-direction: row;
}
.fair-resume .user-info{
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 10px;
}
.fair-resume .user-status{
  display: flex;
  font-size: 14px;
  color: #808080;
}
.fair-resume .user-status .status-item + .status-item::before{
  content: '·';
  margin: 0 4px;
}
.fair-resume .position-info{
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.fair-resume .position-row{
  margin: 5px 0;
  display: flex;
  flex-direction: row;
  line-height: 1;
}
.position-row .p-label{
  color: #999999;
}
.position-row .p-value{
  width: 70%;
  color: #4D4D4D;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.position-row .p-value.highlight{
  color: #E84C3D;
}