/*---------------  周一"三点半"  --------------*/

* {
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}
/* banner */
.banner {
  width: 100%;
  position: relative;
  z-index: 10;
  margin-top: 0;
}
.banner .banner-img {
  width: 100%;
  height: auto;
}
.timeout {
  display: none !important;
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: 10;
  height: 140px;
  text-align: center;
}

.timeout-p {
  color: #fff;
  font-size: 18px;
  margin-top: 32px;
}

.time-detail {
  margin-top: 18px;
  box-sizing: content-box;
}
.timeout-tips {
  margin-top: 0;
}
.timeout-tips i {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  font-style: normal;
  background: none;
  color: #fff;
  z-index: 20;
}
.right-1 {
  display: inline-block;
  margin-right: -40px;
}
.right-2 {
  padding-left: 40px;
  margin-right: -40px;
}
.right-0 {
  display: inline-block;
}

.timeout-tips span {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  border-bottom: 2px solid #dadada;
  margin: 0 26px 0 0;
  padding-left: 44px;
  padding-bottom: 5px;
}
.timeout-tips .seconds {
  margin-right: 0;
}
/* 文字轮播 */
.message-tips {
  margin: 16px 0 20px 0;
}
.message-content {
  top: -2px;
  position: relative;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-wrapper {
  position: relative;
  top: 0;
}
.list-wrapper ul {
  list-style: none;
  text-align: left;
  padding: 0 12px;
}
.list-wrapper li {
  width: 290px;
  height: 20px;
  lin-height: 20px;
  color: #3fbe9e;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* banner 简历处理 提示 */
.deal-content {
  width: 480px;
  height: 300px;
  position: absolute;
  top: 230px;
  right: 50px;
  z-index: 30;
  overflow: hidden;
}
.deal-tips {
  position: relative;
  top: 100px;
}
/* 简历处理 item */
.tips-detail {
  position: absolute;
  top: 20px;
  right: 0;
  margin-bottom: 20px;
  width: 372px;
  height: 55px;
  line-height: 20px;
  text-align: left;
  padding: 10px 28px;
  color: #fff;
  behavior: url(PIE.htc);
  border-radius: 38px;
  -pie-background: rgba(0, 0, 0, 0.42);
  background-color: rgba(24, 24, 24, 0.42);
  -webkit-animation: fadeOutUp 1s ease;
  animation: fadeOutUp 1s ease;
  animation-delay: 2s;
  -webkit-animation-delay: 2s; /* Safari 和 Chrome */
  box-sizing: content-box;
}
.company-name {
  display: inline-block;
  vertical-align: middle;
  width: 234px;
  margin-right: 26px;
}
.company-name a {
  color: #3cd5ff;
  text-decoration: none;
}
.company-header {
  display: inline-block;
  vertical-align: middle;
  behavior: url(PIE.htc);
  border: 1px solid transparent;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  margin-right: 16px;
  overflow: hidden;
}
.company-header img {
  width: 54px;
  height: 54px;
  behavior: url(PIE.htc);
  border-radius: 100%;
}
.tips-detail .close {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* 公众号 */
.qrcode {
  position: fixed;
  z-index: 300;
  right: 30px;
  bottom: 40px;
}
.qrcode-content {
  position: relative;
}
.qr-img {
  padding-right: 30px;
}
.qr-close {
  position: absolute;
  top: 24px;
  right: -2px;
  cursor: pointer;
}

/* 内容区 */
.content-bg {
  background-color: #f08240;
  padding-bottom: 140px;
}
.content-monday {
  position: relative;
}

/* 修改默认样式 */
.content-monday .monday-tabs {
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background: #1a99fc;
  margin-bottom: 36px;
}
.content-monday .layui-tab-title {
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.content-monday .layui-tab-title li {
  padding: 16px 52px;
  margin: 0 130px;
  min-width: 0;
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
}

.content-monday .layui-tab-brief > .layui-tab-title .layui-this {
  color: #fff;
  background-color: #3cd5ff;
  padding: 16px 52px;
}
.content-monday .layui-tab-brief > .layui-tab-title .layui-this:after,
.layui-tab-brief > .layui-tab-more li.layui-this:after {
  border-bottom: none;
}

.content-monday .monday-tab-content {
  padding: 0;
  width: 1200px;
  margin: 0 auto;
}
.content-monday .layui-tab {
  margin: 0;
}

/* 左边线条 */
.content-monday .left-line {
  position: absolute;
  left: 14%;
  top: -130px;
  z-index: 30;
}

/* 右边线条 */
.content-monday .right-line {
  position: absolute;
  right: 12%;
  top: -176px;
  z-index: 30;
  transform: rotate(2deg);
}

/*------ 排序 ----------*/

.offer-top {
  position: relative;
  margin: 0 25px;
}

.sort {
  width: 90px;
  height: 46px;
  line-height: 46px;
  display: table-cell;
  position: relative;
}

.sort-title {
  font-size: 16px;
  color: #fff;
}

/* 箭头 */

.sort .angle-top {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 0 5px 5px;
  border-color: transparent transparent #fff;
  position: absolute;
  transform: rotate(180deg);
  bottom: 17px;
  right: 8px;
}

.sort .angle-bottom {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 0 5px 5px;
  border-color: transparent transparent #fff;
  position: absolute;
  top: 17px;
  right: 8px;
}

.offer-bg {
  position: absolute;
  top: 7px;
  left: 96px;
  width: 131px;
  height: 30px;
  line-height: 30px;
  color: #00a1e7;
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  behavior: url(PIE.htc);
  border-radius: 10px;
}

/* 参会企业职位  */

/* 搜索 */

.search-form {
  margin: 0 262px 0 272px;
}
.search-form .select-address {
  width: 160px;
}
.search-form .search-input {
  margin-left: -11px;
  width: 380px !important;
}
.search-form .search-submit {
  width: 116px;
  text-align: center;
}

.pdl-24 {
  padding-left: 24px;
}

/* placeholder 字体颜色修改 */

.search-input input::-webkit-input-placeholder {
  color: #c0c4cc;
}

.search-form .search-submit {
  -web-kit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-image: linear-gradient(#3cd5ff, #3cd5ff),
    linear-gradient(#f08240, #f08240);
  border: none;
  outline: 0;
  color: #fff !important;
  margin-left: -10px;
  padding: 0;
  cursor: pointer;
}

/*------------ layui  -----------*/

/* layui form select */

.monday-tab-content .layui-form-select dl dd.layui-this {
  /* ie8 兼容rgba */
  behavior: url(PIE.htc);
  -pie-background: rgba(0, 161, 231, 0.32);
  background-color: rgba(20, 161, 231, 0.3);
  color: #00a1e7;
  text-align: center;
}

.monday-tab-content .layui-input,
.monday-tab-content .layui-textarea,
.monday-tab-content .layui-select {
  color: #666;
  border-color: #e9e9e9;
  height: 50px;
}

.monday-tab-content .layui-input.layui-unselect {
  line-height: 50px;
}

.monday-tab-content .layui-form-select dl dd {
  color: #666;
  text-align: center;
}

/* 文字居中 */
.monday-tab-content .layui-input.layui-unselect {
  text-align: center;
}

/* 职位详情 */
.card-content {
  margin-top: 20px;
}

.hide {
  display: none;
}
/* 无名单 */
.no-offer {
  text-align: center;
  background-color: #fff;
  behavior: url(PIE.htc);
  border-radius: 10px;
  padding: 42px 0 80px 0;
  margin: 0 25px;
}
.no-offer .no-offer-p {
  line-height: 120px;
  font-size: 28px;
  letter-spacing: 2px;
  color: #999;
}
.no-offer .btn-group {
  margin-top: 20px;
}
/*  有名单 */

/* 无职位 */
.no-offer-content {
  padding: 64px 0;
  text-align: center;
  margin: 0 auto;
  height: 342px;
}

.no-offer-content .no-offer-p {
  padding-top: 32px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #999;
  font-size: 14px;
}

/* 有职位 */
.offer-list {
  padding: 0 23px;
}
.card-content .offer-item {
  width: 342px;
  height: 392px;
  padding: 14px;
  color: #333;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 16px;
  margin-bottom: 20px;
  background-color: #fff;
  behavior: url(PIE.htc);
  border-radius: 10px;
  box-sizing: content-box;
}

.card-content .noright {
  margin-right: 0 !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.card-content .company-a {
  display: inline-block;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

.card-content .company-img {
  width: 72px;
  height: 72px;
  line-height: 66px;
  overflow: hidden;
  border: 2px solid #f0f0f0;
  behavior: url(PIE.htc);
  border-radius: 10px;
}

.card-content .company-img img {
  width: 100%;
  height: auto;
}
.card-content .company-div {
  margin: 6px 16px 0 16px;
}
.card-content .company-p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #333;
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-content .company-address {
  font-size: 14px;
  letter-spacing: 1px;
  color: #aaa;
}

/* 职位 */
.offers {
  font-size: 14px;
  color: #3f3f3f;
  padding: 0 4px;
  height: 198px;
}
.offers .offers-a {
  display: block;
  margin-bottom: 20px;
  min-height: 20px;
}
.offers .offers-a:hover {
  color: #aaa;
}
.offers .offers-a span {
  display: block;
  width: 240px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.offers .offers-a .salary {
  float: right;
  width: 90px;
  text-align: right;
  color: #f08240;
  cursor: default;
  pointer-events: none;
}

/* 更多职位 */
.offer-item .more-offer {
  display: block;
  width: 160px;
  height: 38px;
  line-height: 38px;
  margin: 0 auto;
  behavior: url(PIE.htc);
  border-radius: 4px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(#3cd5ff, #3cd5ff),
    linear-gradient(#ee8248, #ee8248);
  background-blend-mode: normal, normal;
  box-shadow: 0px 4px 16px 0px rgba(0, 161, 231, 0.54);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cd5ff', endColorstr='#ee8248',GradientType=1 );
}

.offer-item .more-offer:hover {
  color: #fff;
}

/* 排名 */
.top-img {
  position: absolute;
  top: 0;
  right: 0;
}

/* 参会须知 */
.meeting-notice {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 25px;
}
.meeting-notice .hold-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding-top: 96px;
}
.meeting-notice .hold-time {
  padding-left: 10px;
  color: #333;
}
.btn-group {
  overflow: hidden;
  width: 348px;
  margin: 64px 426px 42px 426px;
}

.btn-group a:hover {
  color: #fff;
}
.btn-baomingqy {
  width: 137px;
  height: 51px;
  line-height: 51px;
  display: block;
  background-image: linear-gradient(90deg, #5ba1f8 0%, #3d86ea 100%),
    linear-gradient(#169bd5, #169bd5);
  background-blend-mode: normal, normal;
  float: left;
  border-radius: 4px;
  margin-left: 74px;
  color: #fff;
  font-size: 16px;
}
.btn-baoming {
  width: 137px;
  height: 51px;
  line-height: 51px;
  display: block;
  background-image: linear-gradient(90deg, #fdb333 0%, #f39135 100%),
    linear-gradient(#ff9900, #ff9900);
  background-blend-mode: normal, normal;
  float: left;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
}

/* 报名结束 + 已结束 */
.btn-graybg {
  background-image: none;
  background-color: #aaaaaa !important;
  pointer-events: none;
}

/* 活动详情 */
.meeting-notice .event-title {
  text-align: left;
  border-left: 5px solid #00a1e7;
  padding: 0 0 0 16px;
  margin: 0 25px;
  font-size: 18px;
}
.meeting-notice .event-line {
  width: 1150px;
  margin: 18px 25px 36px 25px;
  height: 2px;
  background-color: #00a1e7;
}
.meeting-notice .event-detail {
  padding-bottom: 36px;
}
.meeting-notice .event-detail-img {
  margin-bottom: 44px;
}

/*----- 模态框 ------*/

.div-container {
  position: fixed;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.5) !important;
  /* 兼容ie几不知道，好像ie5 */
  /* ie8 兼容rgba */
  behavior: url(PIE.htc);
  -pie-background: rgba(0, 0, 0, 0.5);
  background: #000;
}

/*设置div-child的父元素主要是将要此元素的父元素透明特性继承过来，故div-child不会半透明，而是不透明，解决了父元素透明，子元素也透明的bug */

/* 确认报名模态框 */
.confirm-register .div-child-container {
  position: relative;
  margin: auto;
  width: 30%;
  top: 35%;
  background: #fff;
  behavior: url(PIE.htc);
  border-radius: 10px;
  z-index: 250;
  /*z-index要放在父元素之上 */
}

.confirm-register .div-child {
  margin: auto;
  z-index: 300;
  /*z-index要放在父元素之上 */
  text-align: center;
  behavior: url(PIE.htc);
  border-radius: 10px;
  padding: 24px 24px 50px 24px;
}

.confirm-register .small-tips {
  color: #666;
  font-size: 18px;
  padding: 0;
}

.confirm-register .btn-box .btn-notips,
.confirm-register .btn-box .btn-phone {
  width: 120px;
  cursor: pointer;
}

/* 报名成功 提示 */
.success-notice .div-child-container {
  position: relative;
  width: 34%;
  margin: auto;
  top: 24%;
  background: #fff;
  behavior: url(PIE.htc);
  border-radius: 10px;
  z-index: 250;
  /*z-index要放在父元素之上 */
}

.success-notice .div-child {
  margin: auto;
  background: #fff;
  z-index: 300;
  /*z-index要放在父元素之上 */
  text-align: center;
  border-radius: 10px;
  padding: 24px 24px 50px 24px;
}

.modal-close {
  cursor: pointer;
}
.modal-close img {
  width: 16px;
}
/* 提示信息 */
.notice-content {
  height: 56px;
  line-height: 56px;
  margin: 40px 0 30px 0;
}
.success-img {
  margin: -10px 20px 0 0;
}
.success-tips {
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.small-tips {
  font-size: 18px;
  color: #666;
  padding: 36px 0 50px 0;
}
/* btn */
.btn-box {
  display: inline-block;
}
.btn-box .btn-phone {
  width: 168px;
  height: 50px;
  line-height: 50px;
  display: block;
  color: #fff !important;
  font-size: 14px;
  float: left;
  text-align: center;
  behavior: url(PIE.htc);
  background-image: linear-gradient(#3cd5ff, #3cd5ff),
    linear-gradient(#ee8248, #ee8248);
  background-blend-mode: normal, normal;
  box-shadow: 0px 4px 16px 0px rgba(0, 161, 231, 0.54);
  border-radius: 10px;
  border: none;
  cursor: pointer;
  margin-right: 30px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb433', endColorstr='#ee8248',GradientType=1 );
}
.btn-box .btn-notips {
  background-color: #fff;
  border: solid 2px #3cd5ff;
  color: #3cd5ff;
  width: 125px;
  height: 50px;
  line-height: 50px;
  behavior: url(PIE.htc);
  border-radius: 10px;
  cursor: pointer;
}

/* 分页 */
.offer-pages {
  margin: 35px 25px 0 25px;
  text-align: center;
}

.offer-pages a {
  font-size: 12px;
  padding: 8px 12px;
  margin: 0 4px;
  color: darkgray;
  background-color: #fff;
  border: solid 1px #d5d5d5;
}
.offer-pages ul li a {
  color: darkgray;
}
.offer-pages a.page-on,
.offer-pages a:hover {
  background-color: #3cd5ff;
  color: #fff;
  border: solid 1px transparent;
}

/* iframe 报名 */
#iframeModal .div-child-container {
  width: 40%;
  height: 470px;
  top: 20%;
}
#iframeModal .modal-close.iframe-close {
  padding: 20px 20px 0 0;
}

/* 活动未开始 */
.offer-content.pos-relative {
  position: relative;
}

.event-notice .div-container {
  position: absolute;
  top: 0;
  left: 0;
}

.offer-content .offer-pages a {
  display: inline-block;
}

.event-notice .div-container .div-child-container {
  position: relative;
  top: 20%;
  behavior: url(PIE.htc);
  margin: 0 auto;
  width: 400px;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  z-index: 100;
}
.event-notice .div-container .div-child {
  padding: 20px;
}

.event-notice .event-notice-div {
  margin: 30px 24px;
}

.event-notice .event-notice-div .small-title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  letter-spacing: 2px;
}
.event-notice .second-tips {
  font-size: 16px;
  color: #666;
  margin-top: 30px;
  line-height: 24px;
}

.event-notice .second-tips .black-color {
  color: #000;
  font-weight: bold;
  padding: 0 2px;
}

.event-notice .btn-phone {
  margin-right: 0;
}

/* 公众号 */
.qrcode {
  z-index: 300;
}

/* 填写手机号 */
.confirm-register .div-child {
  padding: 20px;
}

.confirm-register .div-child-container {
  width: 400px;
}

.phone-modal .notice-content {
  position: relative;
}
.phone-modal .small-title {
  color: #333;
  font-size: 16px;
  line-height: 40px;
}

.phone-modal .phone-span {
  color: #333;
  font-size: 16px;
  margin-top: 2px;
  margin-left: -10px;
  padding-right: 10px;
}
.phone-modal .phone-span .red-dot {
  color: red;
  font-size: 18px;
  font-weight: bold;
  padding-left: 4px;
}
.phone-modal #phoneNumber {
  font-size: 15px;
  color: #333;
  width: 196px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  vertical-align: baseline;
}
.phone-modal .red-tips {
  display: block;
  margin-top: -24px;
  text-align: left;
  margin-left: 110px;
  color: red;
}

.phone-modal .text-del img {
  width: 12px;
  height: 12px;
}
.phone-modal .btn-phone.btn-confirm {
  margin-top: 30px;
  margin-right: 0;
  width: 200px;
}

/* 报名成功 */
.success-notice .btn-phone {
  display: inline-block;
  float: none;
  margin-left: 40px;
  margin-right: 0;
  width: 150px;
}
.success-notice .btn-phone .btn-notips {
  display: inline-block;
  width: 115px;
}

.success-notice .notice-content {
  height: auto;
}
.success-notice .notice-content img {
  width: 70px;
  height: 70px;
  margin: 0;
}

.success-notice .notice-content p {
  font-size: 20px;
  letter-spacing: 1px;
}

/* 添加二维码  */
#successModal .div-child {
  padding: 20px 20px 30px 20px;
}
.success-notice .notice-content.success-top {
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.success-notice .wx-title {
  font-size: 19px;
  font-weight: bold;
  margin: 10px 0 10px 0;
  letter-spacing: 2px;
}
.success-notice .wx-join {
  font-size: 16px;
}
.success-notice img.img-success {
  width: 36px;
  height: 36px;
  padding-right: 6px;
}
#successModal .img-wxcode {
  width: 200px;
  height: 200px;
  margin: 6px 0 12px 0;
}

#successModal.success-notice .div-child-container {
  width: 31%;
  top: 23%;
}
/* 添加二维码  end */

/* 媒体查询 */
@media (min-width: 996px) and (max-width: 1440px) {
  .deal-content {
    margin-top: -110px;
  }
  .timeout-p {
    margin-top: 55px;
  }
  .time-detail {
    margin-top: 2px;
  }

  /* 左边线条 */
  .content-monday .left-line {
    left: 80px;
    top: -104px;
    width: 130px;
    transform: rotate(-6deg);
  }
  /* 右边线条 */
  .content-monday .right-line {
    right: 80px;
    top: -94px;
    width: 140px;
    transform: rotate(-6deg);
  }
}

/* nav css */
a {
  color: #444444;
}
.cluster-header {
  border-bottom: 1px solid #e7e7e7;
  box-shadow: 0 0 3px 3px #f4f4f4;
  width: 100%;
  position: static;
}

.container {
  width: 1190px;
}

.cluster-header {
  height: 55px;
}

.navbar-header > a {
  background: url("//img3.job1001.com/zhuanti/oAlcw/huodongfabu/img/logo.png")
    no-repeat;
}

.nav-button > li > a {
  border: none;
}

.cluster-nav > li > a {
  color: #444444;
  padding: 6px 22px;
}

.a_one {
  background-color: #0082c6;
  color: #ffffff !important;
}
.a_two {
  background-color: #0eabf7;
  color: #ffffff !important;
}
.tx_tuihcu {
  color: #f9f9f9;
  font-size: 14px;
  margin-left: 10px;
}
.touxiang_img {
  width: 35px;
  height: 35px;
  float: left;
  display: block;
  vertical-align: middle;
}
.hover_img {
  background: url("//img3.job1001.com/zhuanti/oAlcw/huodongfabu/img/whover_img.png")
    no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  float: left;
  margin-top: 10px;
  margin-left: 20px;
}
.hover_liebiao {
  position: absolute;
  top: 40px;
  right: 25px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-top: 0px;
  z-index: 9999;
}
.nav-button > li {
  padding-right: 0;
  margin-right: 20px;
  overflow: inherit !important;
}
.nav_latsLI {
  position: relative;
  width: 120px;
  margin-left: 20px;
  padding-bottom: 5px;
}
.hover_ul {
  width: 120px;
}
.hover_ul li {
  height: 40px;
  width: 120px;
  line-height: 40px;
  text-align: center;
  color: #4d4d4d;
  font-size: 14px;
}
.hide {
  display: none;
}

.zhuanchang-wrapper,
.cluster-main .banner {
  margin-top: 0px !important;
}

/* 卡片只显示3条职位数据 */

/* 无职位 */
.no-offer-content.three-data {
  padding: 24px 0;
  height: 150px;
}
.no-offer-content.three-data .no-offer-p {
  padding-top: 24px;
}

/* 卡片高度 */
.offer-item.three-data {
  height: 322px;
}
/* 职位高度 */
.offers.three-data {
  height: 120px;
}

/* 头部样式 */
.offer-item.three-data .company-img {
  width: 64px;
  height: 56px;
  line-height: 48px;
}
.offer-item.three-data .company-div {
  margin: 1px 16px 0 16px;
}
.offer-item.three-data .company-p {
  font-size: 16px;
  width: 242px;
  line-height: 32px;
}
.offer-item.three-data .message-tips {
  margin: 14px 0;
}

/*-------------------   电力三点半  --------------------*/
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
.clearfix:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
/* 登录注册 按钮 */
.a_one.a_one.a_one {
  background-color: #0082c6;
  color: #ffffff;
  font-size: 16px;
}
.a_two.a_two.a_two {
  background-color: #0eabf7;
  color: #ffffff;
  font-size: 16px;
}
.cluster-header.cluster-header.cluster-header {
  height: 55px;
  border-bottom: 1px solid #e7e7e7;
  box-shadow: 0 0 3px 3px #f4f4f4;
  width: 100%;
  position: static;
  padding: 0.8em 0;
}
/* 电力三点半 */
/* 分享 */
.br_share {
  position: absolute;
  width: 200px;
  bottom: 70px;
  right: 180px;
}
.br_share span {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  font-size: 15px;
}
.content-bg.content-bg.content-bg {
  background-color: #00a1e7;
}
.content-monday .dl-ul.monday-tabs {
  margin-bottom: 44px;
  height: 50px;
  line-height: 50px;
  padding-top: 10px;
  background-color: #00a1e7;
}
.content-monday .tab-ul {
  padding: 0;
  width: 1200px;
  margin: 0 auto;
}
.content-monday .dl-ul li {
  float: left;
  padding: 0;
  width: 74px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  border-bottom: 2px solid transparent;
}
#comingSoon {
  margin: 0 444px 0 308px;
}
#comingSoon.li-active {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid #fff;
}
#reviewPast.li-active {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid #fff;
}
.tab {
  display: none;
}
.tab-show {
  display: block;
}

.act-content {
  margin-top: 34px;
}
.act-ul {
  margin-bottom: 20px;
}
.act-content .act-li {
  float: left;
  width: 274px;
  overflow: hidden;
  margin: 0 34px 34px 0;
  background-color: #fff;
  border: 1px solid #e7e6e6;
}
.act-content .act-li:nth-of-type(4n),
.noright {
  margin-right: 0;
}
.act-content .act-li:hover {
  box-shadow: 0 0 12px #dcdcdc;
  -moz-box-shadow: 0 0 12px #dcdcdc;
  -webkit-box-shadow: 0 0 12px #dcdcdc;
  box-shadow: 0 0 12px #dcdcdc;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#DCDCDC', Direction=125, Strength=12);
}
.act-content .act-li-pic,
.act-content .act-li-pic img {
  width: 274px;
  height: 160px;
}
.act-content .act-li-pic {
  position: relative;
}
.act-apply-num {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 10px 4px 10px 15px;
  color: #00a1e7;
  font-size: 13px;
  border-radius: 49px 0 0 49px;
  background: url(//img3.job1001.com/zhuanti/oAlcw/huodongfabu/img/Rectangle-Copy.png)
    no-repeat center;
}
.review-past .act-apply-num {
  padding: 10px 22px;
  color: gray;
}
.act-li-foot {
  padding: 14px 16px 16px 16px;
}
.act-title {
  height: 52px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.act-time {
  border-top: 1px solid #dcdcdc;
  margin-top: 10px;
  padding-top: 10px;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}
.act-time img {
  vertical-align: text-top;
  margin-right: 4px;
}
.load-more {
  width: 136px;
  margin: 0 auto;
  line-height: 44px;
  height: 44px;
  text-align: center;
  color: #fff;
  border: solid 1px #ffffff;
}
.load-more:hover {
  background-color: #fff;
  color: #00a1e7;
}
/* 无活动 */
.no-act {
  background-color: #fff;
  text-align: center;
  padding: 80px 0;
}
.no-act img {
  width: 393px;
}
.no-act-p {
  line-height: 120px;
  font-size: 28px;
  letter-spacing: 2px;
  color: #999;
}
/* 返回顶部 */
.back-top {
  position: fixed;
  text-align: center;
  width: 44px;
  height: 44px;
  right: 20px;
  bottom: 70px;
  cursor: pointer;
  background: #fff url(../images/back-top.png) no-repeat center center;
  background-size: 80% 80%;
  border: 1px solid gainsboro;
}
.back-top span {
  padding: 4px 2px;
  display: none;
  color: #00a1e7;
  font-size: 13px;
}
.back-top:hover span {
  display: block;
}
.back-top:hover {
  background-image: none;
}

/*动画效果*/
.loading-img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background: url(../images/mondayThreeClock/loading.png) no-repeat center
    center;
  /*animation (动画) :绑定选择器, 4s完成动画 linear(匀速) infinite(循环) */
  animation: que 2s linear infinite;
}

/*通过@keyframes规则,能够创建动画 , que 定义动画的名称 可自己定义*/
@keyframes que {
  /*以百分比来规定改变发生的时间 也可以通过"from"和"to",等价于0% 和 100%*/
  0% {
    /*rotate(2D旋转) scale(放大或者缩小) translate(移动) skew(翻转)*/
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.loading-cont {
  text-align: center;
  margin: 200px 0 130px 0;
}
/*------------------- 电力三点半 end --------------*/

/*------------------- 二维码 改版 2019/10/25 start --------------*/
/* 公众号 改版 */
.qrcode-bg {
  position: relative;
  margin: 0 auto;
  width: 204px;
  height: 278px;
  background: url(../images/mondayThreeClock/code-bg.png) no-repeat center;
}
/* 二维码 */
.qrcode-bg .code {
  width: 136px;
  height: 136px;
  position: absolute;
  bottom: 50px;
  left: 33px;
  overflow: hidden;
}
/* 文案  */
.qrcode-bg .code-text {
  position: absolute;
  bottom: -2px;
  left: 24px;
  width: 156px;
  text-align: center;
  color: #fff;
  font-size: 13px;
}
/*------------------- 二维码 改版 2019/10/25 end --------------*/

/*------------------- 南山招聘会 footer start --------------*/
.ns-zph {
  height: 80px;
  line-height: 80px;
}
.ns-zph-word {
  text-align: center;
  font-size: 15px;
  color: #333;
}
/*------------------- 南山招聘会 footer end --------------*/

/*  活动排期页 2019-11-05 一览三点半 start  */
.content-monday.content-monday .dl-ul.monday-tabs {
  width: 546px;
  margin: 0 auto;
  margin-bottom: 44px;
}
#myJoin.li-active {
  background: transparent;
  padding: 0;
  border-bottom: 2px solid #fff;
}
#comingSoon#comingSoon#comingSoon {
  margin: 0 160px 0 0;
}
.content-monday.content-monday.content-monday .dl-ul li {
  margin-right: 160px;
}
#reviewPast#reviewPast#reviewPast {
  margin-right: 0;
}
.act-apply-num.act-apply-num {
  padding: 10px 22px;
}
.review-past .act-apply-num.act-apply-num {
  padding: 10px 22px;
  color: gray;
}
.no-act-p.three-clock {
  font-size: 22px;
}
/* 去报名/登录 按钮 */
.no-act .to-apply-btn {
  width: 140px;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  background-color: #00a1e7;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
}
/* 底部加载中样式 */
/*动画效果*/
.loading-img-bottom {
  float: left;
  margin: 0 auto;
  width: 32px;
  height: 32px;
  background: url(../images/loading-bottom.png) no-repeat center center;
  /*animation (动画) :绑定选择器, 4s完成动画 linear(匀速) infinite(循环) */
  animation: que 2s linear infinite;
}

/*通过@keyframes规则,能够创建动画 , que 定义动画的名称 可自己定义*/
@keyframes que {
  /*以百分比来规定改变发生的时间 也可以通过"from"和"to",等价于0% 和 100%*/
  0% {
    /*rotate(2D旋转) scale(放大或者缩小) translate(移动) skew(翻转)*/
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.loading-bottom {
  text-align: center;
  margin: 30px 0;
  color: #fff;
  height: 32px;
  line-height: 32px;
}
.loading-bottom span {
  float: left;
  margin-left: 560px;
  padding-right: 6px;
}
/*  活动排期页 2019-11-05 一览三点半 end  */

/*-------- 20200222 龙华区招聘会 #69c678  ----------*/
/* 背景色 */
#longhuaqu .content-bg.content-bg.content-bg {
  background-color: #69c678;
}
/* tab栏背景色 */
#longhuaqu .content-monday .monday-tabs {
  background: #83d08f;
}
/* tab栏 */
#longhuaqu .content-monday .layui-tab-title li {
  height: 70px;
  line-height: 70px;
  padding: 0 52px;
}
/* tab高亮 */
#longhuaqu .content-monday .layui-tab-brief > .layui-tab-title .layui-this {
  height: 70px;
  line-height: 70px;
  padding: 0 52px;
  background-color: #96d7a0;
}
/* 选择下拉框 */
#longhuaqu .monday-tab-content .layui-form-select dl dd.layui-this {
  background-color: rgba(96, 206, 141, 0.3);
  color: #69c678;
}
/* 搜索按钮 */
#longhuaqu .search-form .search-submit {
  background-color: #96d7a0;
  background-image: none;
}
/* 更多职位 btn + 活动未开始模态框 去报名 btn */
#longhuaqu .offer-item .more-offer,
#longhuaqu .btn-box .btn-phone {
  background-color: #89d294;
  background-image: none;
  box-shadow: 0px 2px 14px #89d294;
}
/* 分页 */
#longhuaqu .offer-pages a.page-on,
#longhuaqu .offer-pages a:hover {
  background-color: #96d7a0;
}
/* 活动详情 title */
#longhuaqu .meeting-notice .event-title {
  border-left: 5px solid #69c678;
}
#longhuaqu .meeting-notice .event-line {
  background-color: #69c678;
}
/*-------- 20200222 龙华区招聘会 #69c678 end ----------*/

.nanshan .offer-item.three-data {
  height: 302px;
}
.nanshan .offer-item .more-offer {
  margin: 0 92px;
}
.liBottom {
  width: 351px;
  margin-bottom: 12px;
  display: block;
  text-align: center;
}
.liBottom .buttonStyle {
  width: 93px;
  height: 28px;
  color: #51a1ff;
  font-size: 14px;
  line-height: 26px;
  border: 1px solid #51a1ff;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  margin: 0 26px;
}
/*----- 模态框 ------*/

.splt-modal .div-container {
  position: fixed;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.5) !important;
  /* 兼容ie几不知道，好像ie5 */
  /* ie8 兼容rgba */
  behavior: url(PIE.htc);
  -pie-background: rgba(0, 0, 0, 0.5);
  background: #000;
}

/*设置div-child的父元素主要是将要此元素的父元素透明特性继承过来，故div-child不会半透明，而是不透明，解决了父元素透明，子元素也透明的bug */
.splt-modal .div-child-container {
  position: relative;
  width: 530px;
  min-height: 260px;
  margin: auto;
  top: 20%;
  background: #fff;
  z-index: 250;
  /*z-index要放在父元素之上 */
}

.splt-modal .div-child {
  width: 530px;
  min-height: 260px;
  margin: 0 auto;
  z-index: 300;
  /*z-index要放在父元素之上 */
  text-align: center;
}

.splt-modal .modal-header {
  overflow: hidden;
  color: #fff;
  padding: 8px 10px;
  font-size: 16px;
  box-sizing: border-box;
}

.splt-modal .modal-close {
  cursor: pointer;
}

.splt-modal .close-icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/-.png) center no-repeat;
}
.text-box {
  padding: 20px 50px;
}
.video-label {
  width: 110px;
  color: #48576a;
}
.splt-modal .layui-unselect.layui-form-select,
.splt-modal .msrq.layui-input-inline {
  width: 280px;
}
.splt-modal .layui-form-select dl dd.layui-this {
  background-color: #20a0ff;
}
.splt-modal .layui-form-item.mt-30 {
  margin-top: 30px;
}
.splt-modal .toudi {
  margin-top: 20px;
}

/********* 卡片改版 0604 *********/
.version0604 .card-content .offer-list .offer-item {
  width: 376px;
  height: 290px;
  padding: 18px;
  border-radius: 8px;
  margin: 0 20px 30px 0;
  box-sizing: border-box;
}
.version0604.offer-content .offer-top {
  margin: 0 14px;
}
.version0604.offer-content .offer-list {
  padding: 0;
  margin: 0 11px;
}
.version0604.offer-content.offer-content .offers {
  padding: 0;
  height: auto;
  margin-top: 16px;
}
.version0604.offer-content .card-content .company-a {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 12px;
}
.version0604 .zaizhao {
  display: inline-block;
  width: 30px;
  height: 16px;
  background: url(../images/zaizhao.png) no-repeat center;
  background-size: 100% 100%;
}
.version0604 .toudi {
  display: block;
  width: 50px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 12px;
  color: #fff;
  background: #1a99fc;
  font-size: 13px;
  vertical-align: middle;
  cursor: pointer;
  vertical-align: unset;
}
.version0604 .toudi.already {
  display: block;
  background-color: #eee;
  color: #b7b7b7;
  font-size: 12px;
  pointer-events: none;
}
.version0604.offer-content .offers .offers-a:hover .job-name {
  color: #000;
}
.version0604.offer-content .offers .offers-a span {
  display: inline-block;
  float: none;
  width: 216px;
  margin-left: 10px;
  color: #555555;
}
.version0604.offer-content .liBottom {
  width: 342px;
  margin-top: 6px;
}
.version0604.offer-content .liBottom .buttonStyle {
  margin: 0;
  width: 100px;
  height: 26px;
  line-height: 24px;
  color: #1a99fc;
  border: 1px solid #1a99fc;
}
.version0604.offer-content .liBottom .buttonStyle:hover {
  background-color: #1a99fc;
  color: #fff;
}
.version0604.offer-content .offer-item .more-offer {
  width: auto;
  height: 26px;
  line-height: 26px;
  background-image: none;
  filter: none;
  box-shadow: none;
  font-size: 13px;
  color: #909090;
}
.version0604.offer-content .offer-item .more-i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/more_icon.png) no-repeat center;
  vertical-align: sub;
}
.version0604.offer-content .offer-item .more-offer:hover {
  text-align: right;
  color: #333;
}
.version0604.offer-content .offer-item .more-offer:hover .more-i {
  background: url(../images/more_hover.png) no-repeat center;
}
/********* 卡片改版 0604 end *********/

/* 提示弹窗 */
.alert-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
}
.common-alert {
  position: fixed;
  top: 30%;
  z-index: 102;
  margin: 0 36%;
  width: 28%;
  padding: 46px 0;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
}
.common-alert-cont {
  position: relative;
}
.common-alert-cont .close-i {
  position: absolute;
  top: -30px;
  right: 30px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(//img3.job1001.com/zhadui/4.0/images/mondayThreeClock/prop-close.png)
    no-repeat center;
}
.common-alert-title {
  font-weight: 700;
  color: #333;
  font-size: 18px;
}
.common-alert-center {
  padding: 40px 0;
}
.common-alert-sub {
  color: #333;
  font-size: 16px;
}
.common-left-btn {
  border-radius: 4px;
  padding: 8px 50px;
  border: 1px solid #d6d3d3;
  background: #fff;
  margin-right: 40px;
  cursor: pointer;
}
.common-right-btn {
  border-radius: 4px;
  padding: 8px 40px;
  border: 1px solid #1fa6fb;
  background: #1fa6fb;
  color: #fff;
  cursor: pointer;
}
/* 提示弹窗 end  */
.version0604 .card-content .company-address {
  width: 242px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.version0604.offer-content .offer-item .more-offer {
  margin: 0;
}

/*********** 地区选择 ************/
.cityContainer {
  cursor: pointer;
}
.select-edge {
  width: 0;
  height: 0;
  border-style: dashed;
  border-color: transparent;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  cursor: pointer;
  border-width: 6px;
  border-top-color: #c2c2c2;
  border-top-style: solid;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.cityContent {
  position: absolute;
  left: 240px;
  top: 55px;
  z-index: 100;
}
.citySelect .hasData {
  width: 600px;
  height: 336px;
  border: 1px solid #bcbcbc;
  padding: 15px;
  background: #fff;
}
.citySelect .selected {
  height: 30px;
}
.citySelect .selected .selectCity {
  float: left;
}
.citySelect .selected .tip {
  display: inline-block;
  float: left;
  font-size: 12px;
  color: #ee6e6e;
  height: 30px;
  line-height: 30px;
}
.citySelect .selected .cityBtn {
  float: right;
  height: 30px;
}
.select-button {
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #c4c4c4;
  color: #1f2d3d;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 4px;
}
.primary-button {
  color: #fff;
  background-color: #20a0ff;
  border-color: #20a0ff;
}
.citySelect .selected .cityBtn .btnStyle {
  width: 80px;
  height: 30px;
  padding: 0 !important;
}
.citySelect .selected .selectCity .liContent {
  float: left;
  margin-right: 15px;
  background: #93c5ff;
  padding: 0 10px;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  cursor: pointer;
}
.citySelect .chooseContent li {
  float: left;
  position: relative;
  font-size: 16px;
  color: #888;
  cursor: pointer;
  margin-top: 23px;
  margin-right: 28px;
  width: 65px;
}
.citySelect .chooseContent li .contentContainer {
  width: 65px;
  height: 21px;
}
.citySelect .chooseContent li .jiantou {
  float: right;
}
.citySelect .chooseContent li .name {
  float: left;
}
.citySelect .chooseContent .choose .name {
  color: #51a1ff;
}
.citySelect .chooseContent .choose .borderStyle {
  position: absolute;
  top: -10px;
  left: -16px;
  width: 95px;
  height: 40px;
  border: 1px solid #bcbcbc;
  border-bottom: 1px solid #fff;
  z-index: 106;
}
.citySelect .chooseContent .el-checkbox {
  margin-left: 0;
  margin-right: 0;
  min-width: 90px;
  margin-top: 20px;
}
.layui-form-item .layui-form-checkbox {
  display: none;
}
.el-checkbox-input.is-checked .el-checkbox-inner {
  background-color: #20a0ff;
  border-color: #0190fe;
}
.el-checkbox-inner:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 8px;
  left: 5px;
  position: absolute;
  top: 1px;
  -webkit-transform: rotate(45deg) scaleY(0);
  transform: rotate(45deg) scaleY(0);
  width: 4px;
  -webkit-transition: -webkit-transform 0.15s
    cubic-bezier(0.71, -0.46, 0.88, 0.6) 0.05s;
  transition: -webkit-transform 0.15s cubic-bezier(0.71, -0.46, 0.88, 0.6) 0.05s;
  transition: transform 0.15s cubic-bezier(0.71, -0.46, 0.88, 0.6) 0.05s;
  transition: transform 0.15s cubic-bezier(0.71, -0.46, 0.88, 0.6) 0.05s,
    -webkit-transform 0.15s cubic-bezier(0.71, -0.46, 0.88, 0.6) 0.05s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.el-checkbox-input.is-checked .el-checkbox-inner:after {
  -webkit-transform: rotate(45deg) scaleY(1);
  transform: rotate(45deg) scaleY(1);
}
.el-checkbox-input.is-disabled.is-checked,
.el-checkbox-input.is-disabled {
  cursor: not-allowed;
}
.el-checkbox-input.is-disabled + .el-checkbox-label {
  color: #bbb;
  cursor: not-allowed;
}
.el-checkbox-input.is-disabled.is-checked .el-checkbox-inner {
  background-color: #d1dbe5;
  border-color: #d1dbe5;
  cursor: not-allowed;
}

.el-checkbox,
.el-checkbox-input {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.el-checkbox-input {
  white-space: nowrap;
  outline: 0;
  line-height: 1;
  vertical-align: middle;
  margin-left: 4px;
}
.el-checkbox-inner {
  display: inline-block;
  position: relative;
  border: 1px solid #bfcbd9;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  background-color: #fff;
  z-index: 1;
  -webkit-transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
    background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
  transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
    background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
}
.el-checkbox-original {
  opacity: 0;
  outline: 0;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  left: -999px;
}
.el-checkbox-label {
  margin-left: 6px;
}
.citySelect .chooseContent li .child {
  display: none;
  position: absolute;
  border: 1px solid #bcbcbc;
  width: 490px;
  height: 165px;
  font-size: 14px;
  color: #000;
  top: 29px;
  left: -16px;
  background: #fff;
  padding: 10px;
  z-index: 105;
  overflow: auto;
  padding-top: 0;
}
.citySelect .chooseContent li.choose .child {
  display: block;
}
.liContent .delete {
  width: 16px;
  height: 16px;
  background: url(../images/delete.png) no-repeat center;
  display: inline-block;
  background-size: 100%;
  vertical-align: middle;
  margin-left: 2px;
}
.workaddress .layui-select-title {
  position: relative;
}
.workaddress .workCity {
  position: absolute;
  top: 0;
  height: 50px;
  line-height: 50px;
  width: 190px;
  text-align: center;
  padding: 0 30px 0 10px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.search-form .search-submit {
  background: #3cd5ff;
}
/* 地区选择 end */

/* 添加立即聊天 */
.version0604.version0604.offer-content .liBottom .buttonStyle {
  font-size: 12px;
  height: 30px;
  line-height: 28px;
}
.version0604.version0604.offer-content .offer-item .more-offer {
  height: 30px;
  line-height: 30px;
}
.version0604.offer-content .liBottom .buttonStyle.ljlt {
  position: relative;
  margin-right: 12px;
}
.buttonStyle i {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(../images/chat_blue.png) no-repeat center;
  background-size: 100% 100%;
  margin: -2px 8px 0 0;
}
.buttonStyle:hover i.ljlt-icon {
  background: url(../images/chat_white.png) no-repeat center;
  background-size: 100% 100%;
}
.buttonStyle i.splt-icon {
  background: url(../images/video_blue.png) no-repeat center;
  background-size: 100% 100%;
}
.buttonStyle:hover i.splt-icon {
  background: url(../images/video_white.png) no-repeat center;
  background-size: 100% 100%;
}

.version0604.offer-content .liBottom .buttonStyle.ljlt:hover .talk_window {
  display: block;
}
.ljlt .talk_window {
  width: 330px;
  height: 152px;
  padding: 18px 22px;
  background: url(//img3.job1001.com/job1001/6.0/images/com_4.png) no-repeat
    center;
  position: absolute;
  left: 100px;
  top: -6px;
  display: none;
  z-index: 100;
}
.ljlt .talk_window .talk_window_left {
  float: left;
}
.ljlt .talk_window .talk_window_left p {
  font: 14px /30px "微软雅黑";
  color: #666;
}
.ljlt .talk_window .talk_window_left p i {
  margin: -2px 0 0 -34px;
}
.ljlt .talk_window .talk_window_left p i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(http://img3.job1001.com/job1001/6.0/images/com_3.png)
    no-repeat center;
  vertical-align: middle;
}
.ljlt .talk_window .talk_window_left p span {
  float: left;
}
.ljlt .talk_window .talk_window_right {
  float: right;
  width: 112px;
  height: 112px;
  padding: 0;
}
.ljlt .talk_window .talk_window_right img {
  margin-top: -6px\9;
  display: block;
  font-size: 0;
  width: 100%;
}
/* 聊天 end */

/* 按钮 */
.live-hint {
  background: #fffbe6;
  border: 1px solid #ffe58f;
  padding: 22px 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  position: relative;
}
.live-hint .lh-content {
  width: 1136px;
  padding: 0 32px;
  margin: auto;
  position: relative;
}
.live-hint .lh-content .lh-icon {
  display: inline-block;
  vertical-align: -2px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background: url("../images/warning.png") no-repeat center center / 100% 100%;
}
.live-hint .lh-content p {
  width: 720px;
  display: flex;
}
.live-hint .lh-content p em {
  margin-right: 4px;
  flex-shrink: 0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  vertical-align: 0px;
}
.live-hint .lh-content p span {
  margin-right: 16px;
}
.live-hint .lh-content .lh-btn {
  position: absolute;
  right: 100px;
  top: 50%;
  margin-top: -18px;
  width: 223px;
  height: 36px;
  background: url("../images/down_icon.png") no-repeat center center / 100% 100%;
  cursor: pointer;
}
.live-hint .lh-close {
  position: absolute;
  top: 16px;
  right: 24px;
  width: 10px;
  height: 10px;
  background: url("../images/close-icon.png") no-repeat center center / 100%
    100%;
  cursor: pointer;
}
/* 按钮 */

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}


/*报名情况统计样式 start*/
.navBar {
  width: 100%;
  height: 100%;
  background-color: #1dbbff;
}

.companyNav {
  height: 90px;
  background-color: #1dbbff;
}

.jWidth {
  width: 1198px;
  margin: 0 auto;
}

.companyNav .content {
  width: 100%;
  margin: 0 auto;
  padding-top: 18px;
  position: relative;
}

.companyNav .content .ulStyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.companyNav .content li {
  width: 50%;
  height: 54px;
  text-align: center;
  border-right: 1px solid #d3d3d3;
}

.companyNav .content li .text1 {
  font-size: 16px;
  font-weight: 300;
  color: white;
}

.companyNav .content li .text2 {
  /*margin-top: 10px;*/
  font-size: 28px;
  font-weight: 400;
  color: #fdb333;
}

.companyNav .content li:last-child {
  border-right: none;
}

/*报名情况统计样式 end*/

.nanshan .offer-item.three-data {
  height: 302px;
}

.nanshan .offer-item .more-offer {
  margin: 0 92px;
}

.liBottom {
  width: 351px;
  margin-bottom: 12px;
  display: block;
  text-align: center;
}

.liBottom .buttonStyle {
  width: 93px;
  height: 28px;
  color: #51a1ff;
  font-size: 14px;
  line-height: 26px;
  border: 1px solid #51a1ff;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  margin: 0 26px;
}

/*----- 模态框 ------*/

.splt-modal .div-container {
  position: fixed;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.5) !important;
  /* 兼容ie几不知道，好像ie5 */
  /* ie8 兼容rgba */
  behavior: url(PIE.htc);
  -pie-background: rgba(0, 0, 0, 0.5);
  background: #000;
}


/*设置div-child的父元素主要是将要此元素的父元素透明特性继承过来，故div-child不会半透明，而是不透明，解决了父元素透明，子元素也透明的bug */
.splt-modal .div-child-container {
  position: relative;
  width: 530px;
  min-height: 260px;
  margin: auto;
  top: 20%;
  background: #fff;
  z-index: 250;
  /*z-index要放在父元素之上 */
}

.splt-modal .div-child {
  width: 530px;
  min-height: 260px;
  margin: 0 auto;
  z-index: 300;
  /*z-index要放在父元素之上 */
  text-align: center;
}

.splt-modal .modal-header {
  overflow: hidden;
  color: #fff;
  padding: 8px 10px;
  font-size: 16px;
  box-sizing: border-box;
}

.splt-modal .modal-close {
  cursor: pointer
}

.splt-modal .close-icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/close_icon.png) center no-repeat;
}

.text-box {
  padding: 20px 50px;
}

.video-label {
  width: 110px;
  color: #48576a;
}

.splt-modal .layui-unselect.layui-form-select,
.splt-modal .msrq.layui-input-inline {
  width: 280px;
}

.splt-modal .layui-form-select dl dd.layui-this {
  background-color: #20a0ff;
}

.splt-modal .layui-form-item.mt-30 {
  margin-top: 30px;
}

.splt-modal .toudi {
  margin-top: 20px;
}

.version0604.offer-content.offer-content .offers {
  height: 126px;
}

.city-auto.citySelect .chooseContent li {
  width: auto;
}

.city-auto.citySelect .chooseContent li .contentContainer {
  width: auto;
}

.city-auto.citySelect .chooseContent .choose .borderStyle {
  width: calc(100% + 30px);
}


.branch-venue-list {
  padding: 32px 32px 30px;
  background-color: #fcfcfc;
  border-radius: 12px;
}

.branch-venue-list-item {
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  width: 170px;
  height: auto;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 12px;
  box-sizing: border-box;
  transition: none;
}

.branch-venue-list-item .img {
  height: 279px;
}

.branch-venue-list-item .img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.branch-venue-list-item .jobFair-info .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: block;
  margin: 0;
  height: auto;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;

}

.branch-venue-list-item:nth-child(n + 2) {
  margin-left: 23px;
}

.branch-venue-list-item:nth-child(6n + 1) {
  margin-left: 0;
}

.branch-venue-list-item:nth-child(n+7) {
  margin-top: 12px;
}

.jobFair-info {
  padding: 14px 0 0;
}

.jobFair-info .time {
  margin-top: 8px;
  padding: 0;
  line-height: 14px;
  border: none;
  font-size: 12px;
  color: #a0a0a0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jobFair-info li {
  line-height: 30px;
  color: #666;
}

.jobFair-info .bottom {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: .33px;
}

.jobFair-info .bottom.status-1 {
  color: #4eb2ff;
}

.jobFair-info .bottom.status-2 {
  color: #35cb94;
}

.jobFair-info .bottom.status-3 {
  color: #8c8c8c;
}

.jobFair-info .bottom .bottom-status {
  float: left;
  height: 20px;
  line-height: 16px;
  vertical-align: middle;
}

.jobFair-info .bottom .bottom-company {
  float: right;
  line-height: 20px;
  vertical-align: middle;
}

.jobFair-info .time i {
  display: inline-block;
  margin-right: 6px;
  width: 13px;
  height: 13px;
  background-image: url('//img3.job1001.com/zhuanti/2020/24365/images/time.png');
  background-size: 100% 100%;
  vertical-align: middle;
}

.jobFair-info .bottom .bottom-status i {
  display: inline-block;
  margin: 0 4px 0 0;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  vertical-align: middle;
  background-image: url('//img3.job1001.com/zhuanti/2020/24365/images/status-3.png');
}

.jobFair-info .bottom .bottom-status span {
  display: inline-block;
  vertical-align: middle;
}

/**************************ai面评 **************************/
.ai-interview .top-search {
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.ai-interview .top-search-title {
  color: white;
}

.ai-interview .mszy.layui-input-inline {
  width: 70%;
  color: white;
}

.right-nums {
  margin-right: 50px;
  color: white;
}

.right-nums-less {
  margin: 10px;
  color: white;
}

.ai-job-list {
  display: flex;
  flex-wrap: wrap;
}

.ai-job-list-item {
  width: 160px;
  height: 54px;
  padding: 10px;
  border-radius: 12px;
  background-color: #fcfcfc;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.ai-job-list-item:nth-child(n + 1) {
  margin-left: 25px;
  margin-top: 25px
}

.ai-interview-result-list {
  display: flex;
  flex-wrap: wrap;
}

.ai-interview-result-list-item-title {
  font-size: 16px;
  font-weight: bold;
}

.ai-interview-result-list-item {
  width: 340px;
  height: 120px;
  border-radius: 12px;
  background-color: #fcfcfc;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.ai-interview-result-list-item-text {
  font-size: 12px;
  margin-top: 5px;
}

.ai-interview-result-list-no-data {
  display: none;
  font-size: 20px;
  padding: 50px;
  text-align: center;
  color: white;
}

.ai-interview-result-list-item:nth-child(n + 1) {
  margin-left: 25px;
  margin-top: 25px
}

.wx-dialog-content {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/**************************ai面评 **************************/

/*   活动有礼   */
/* 公众号 */
.qrcode {
  position: fixed;
  width: 200px;
  left: 0;
}

/* 活动有礼 */
.activity-gift {
  position: fixed;
  right: 30px;
  bottom: 120px;
  cursor: pointer;
  z-index: 100;
}

.activity-img {
  margin: 10px;
  width: 100px;
  height: 100px;
}

.activity-title {
  margin: 10px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  border-radius: 16px;
  background-color: #ff9900;
  font-size: 16px;
  text-align: center;
}

.div-child-container-gift {
  position: relative;
  margin: auto;
  width: 800px;
  height: 850px;
  top: 5%;
  background: #0B6EFF;
  behavior: url(PIE.htc);
  border-radius: 10px;
  z-index: 250;
}

.div-child-container-wechat {
  position: relative;
  margin: auto;
  width: 480px;
  height: 480px;
  top: 25%;
  background: #ffffff;
  behavior: url(PIE.htc);
  border-radius: 10px;
  z-index: 250;
}

.small-title-gift {
  color: white;
  font-size: 40px;
  font-weight: bold;
}

.tab-gift-title {
  color: white;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
}

.tab-gift-title-li {
  height: 43px !important;
  font-weight: bold !important;
  color: white !important;
  min-width: 200px !important;
  border: 1px solid rgba(0, 91, 229, 1);
  border-radius: 2px 2px 0 0;

}

.gift-content {
  width: 750px;
  height: 650px;
  border-radius: 10px;
  border: 10px solid rgba(22, 99, 255, 1);
  background-color: rgba(6, 71, 200, 1);
}

.gift-tips {
  color: white;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.gift-activity-box {
  color: white;
  margin: 20px 20px 0px 20px;
}

.gift-activity-title {
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 12px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  background-color: rgba(59, 126, 255, 1);
}

.gift-activity-tips {
  padding: 10px 12px 0px 12px;
  font-size: 12px;
  line-height: 20px;
}

.gift-activity-line-box {
  display: flex;
  justify-content: space-between;
  margin: 10px 20px;
  height: 30px;
  border-radius: 10px;
  background-color: rgba(59, 126, 255, 1);
}

.gift-activity-line-box-two{
  display: flex;
  justify-content: space-between;
  margin: 10px 20px;
  height: 30px;
  border-radius: 10px;
  background-color: rgba(59, 126, 255, 1);
}

.gift-activity-title-record {
  color: #FFFF80;
  font-size: 16px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding: 0px 12px;
  cursor: pointer;
}

.gift-activity-tab-box {
  margin: 20px 20px 0;
}

.gift-activity-tab-box th {
  text-align: center;
}

.gift-activity-tab-box tr {
  background-color: rgba(6, 71, 200, 1) !important;
  ;
}


.gift-activity-tab-content {
  background-color: rgba(6, 71, 200, 1) !important;
  color: white;
  text-align: center;
}

.gift-activity-tab-thead {
  background-color: rgba(6, 71, 200, 1) !important;
  color: white;
}

.gift-activity-tab-tips{
  color: white;
  font-size: 14px;
  margin-left: 20px;

}

.gift-activity-title-count {
  color: #FFF;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding: 0px 12px;
}

.gift-activity-task-box {
  width: 700px;
  height: 80px;
  overflow: auto;
  margin: auto;
  /* flex-wrap: nowrap;  */
}

.gift-activity-task-box-scrollable {
  display: flex;
  /* 使用Flexbox布局 */
  flex-wrap: nowrap;
  /* 设置不换行 */
  margin: 0px 20px;
}

.task-box-img {
  flex: 0 0 auto;
  /* 设置元素不扩展，宽度根据内容自适应 */
  margin: 10px 10px;
  width: 50px;
  height: 50px;
  border-radius: 25px;

}

.gift-activity-invite-box {
  width: 200px;
  height: 40px;
  background-color: rgba(253, 127, 70, 1);
  border-radius: 20px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  margin: 10px auto;
  cursor: pointer;
}


/* 扫码微信 */
.activity-gift-wechat {
  /* display: none; */
}

.small-title-wechat {
  color: #222222;
  font-size: 20px;
  font-weight: 400;
}

.gift-wechat-img {
  width: 280px;
  height: 280px;
}

/* 抽奖领奖记录 */
.div-child-container-getRecord {
  position: relative;
  margin: auto;
  width: 600px;
  height: 420px;
  top: 5%;
  background: #fff;
  behavior: url(PIE.htc);
  border-radius: 10px;
  z-index: 250;
}

.div-child-container-awardRecord {
  position: relative;
  margin: auto;
  width: 600px;
  height: 850px;
  top: 5%;
  background: #fff;
  behavior: url(PIE.htc);
  border-radius: 10px;
  z-index: 250;
}

.small-title-record {
  color: #222222;
  font-size: 20px;
  font-weight: 500;
}

.record-activity-tab-box {
  margin: 20px 20px;
}

.record-activity-tab-box th {
  text-align: center;
}

.record-activity-tab-box tr {
  background-color: rgba(255, 255, 255, 1) !important;
  ;
}


.record-activity-tab-content {
  background-color: #ffffff !important;
  color: #222222;
  text-align: center;
}

.record-activity-tab-thead {
  background-color: #ffffff !important;
  color: #222222;
}

.record-tips {
  color: #888888;
  text-align: left;
  margin-left: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}

.record-confirm {
  color: #ffffff;
  text-align: center;
  margin: 20px auto;
  height: 40px;
  background-color: rgba(22, 155, 213, 1);
  line-height: 40px;
  width: 140px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}

.small-title-gift-title {
  color: #222222;
  font-size: 20px;
  font-weight: 500;
}

.small-title-gift-tips {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  margin-left: 20px;
  margin-top: 20px;
  height: 20px;
  line-height: 20px;
}

/* recommend start*/
.recommend-date {
  padding-bottom: 10px;
  white-space: nowrap;
  overflow-x: auto;
}

.recommend-date .recommend-date-item {
  display: inline-block;
  width: 100px;
  background: #ffffff;
  margin-right: 9px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
}

.recommend-date-item.active {
  background-color: #f9cd95;
}

.recommend-date .recommend-date-item.disabled {
  background-color: #cecece;
  cursor: not-allowed;
}


.recommend-list {
  margin-top: 20px;
}

.recommend-list .offer-list .offer-item {
  position: relative;
  display: inline-block;
  width: 376px;
  height: 290px;
  padding: 18px;
  border-radius: 8px;
  margin: 0 20px 30px 0;
  box-sizing: border-box;
  color: #333;
  vertical-align: bottom;
  background-color: #fff;
}

.recommend-list .company-a {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 12px;
}

.recommend-list .company-img {
  overflow: hidden;
  border: 2px solid #f0f0f0;
  border-radius: 10px;
}

.recommend-list .company-img img {
  width: 100%;
  height: auto;
}

.recommend-list .company-p {
  letter-spacing: 1px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recommend-list .company-address {
  font-size: 14px;
  letter-spacing: 1px;
  color: #aaa;
  width: 242px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.recommend-list .offer-list .offer-item.noright {
  margin-right: 0;
}
/* recommend end*/