﻿/*---------------  周一"三点半"  --------------*/

* {
    margin: 0;
    padding: 0;
  }
  
  /* 搜索按钮 */
  .monday p {
      height: .75rem;
  }
  .monday .moday-search {
      width: 80%!important;
      display: inline-block;
      border-radius: 6px;
      border: solid 1px #e0e0e0;
  }
  .monday .submit-search {
      width: 20%!important;
      padding-left: 0!important;
      display: inline-block;
      background: #57adee;
      color: #fff;
      text-align: center;
      margin-left: -0.11rem;
  }
  
  .monday.searchBox .closeBtn {
      right: 80px!important
  }
  
  /* 下拉选择  */
  .addree-select {
      margin: 0.16rem 0 0.2rem 0
  }
  .addree-select .filter-text {
      border-radius: 6px;
      border: solid 1px #e0e0e0;
  height: .75rem;
  }
  .addree-select .filter-title,
  .addree-select .filter-list {
      text-align: center;
      color: #aaa;
  }
  .addree-select .filter-list li.filter-selected {
      background-color: #57adee;
  }
  
  
  
  /* 卡片职位 */
  .huichang_list .offer-item {
      height: 7.84rem;
    min-height: 7.84rem;
      padding: 0.32rem;
      margin-bottom: 0.26rem;
      color: #333;
      background-color: #ffffff;
      /* box-shadow: 3px 2px 14px 2px 
          rgba(217, 217, 217, 0.71);
      border-radius: 4px;
      border: solid 2px #e9e9e9; */
  position: relative;
  
  }
  .huichang_list .noright {
      margin-right: 0!important;
  }
  .fl {
      float: left;
  }
  .fr {
      float: right;
  }
  .huichang_list  .company-a {
      display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
      border-bottom: 1px solid #E1E1E1;
      padding-bottom: 14px;
  }
  
  .huichang_list  .company-img {
      width: 1.5rem;
      height: 1.5rem;
      border: 2px solid #f0f0f0;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden
  }
  .huichang_list  .company-img img {
      width: 100%;
      height: auto;
  }
  
  .huichang_list  .company-div {
          width: 4.6rem;
  margin-left: 20px;
  }
  .huichang_list  .company-p {
      font-size: 0.36rem;
      letter-spacing: 1px;
      line-height: 40px;
      color: #333;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
  
  }
  .huichang_list  .company-address {
      font-size: 14px;
      letter-spacing: 1px;
      color: #aaa;
  }

  .huichang_list .company-box {
    display: flex;
}
  .huichang_list  .company-tip {
      margin-right: 0.15rem;
      font-size: 0.2rem;
      letter-spacing: 1px;
      color: #999999;
      position: relative;
      background-color: #eee;
      padding: 0.05rem 0.1rem;
      line-height: 0.4rem;
  }
  
  /* 职位 */
  .offers {
      font-size: 14px;
      color: #3f3f3f;
      
  }
  .offers .offers-a {
      display: block;
      margin-bottom: .3rem;
  }
  .offers .offers-a:hover {
      color: #AAA
  }
  .offers .salary {
      color: #f08240;
      cursor: default;
      pointer-events: none;
  }
  
  /* 无职位 */
  .no-offer-content {
      display: flex;
      justify-content: center;
      margin-top: 1rem;
      flex-flow: column;
      align-items: center;
  }
  
  .no-offer-content .no-offer-img {
      
  }
  .no-offer-content .no-offer-p {
      padding-top: 32px;
      line-height: 24px;
      letter-spacing: 1px;
      color: #999;
      font-size: 14px;
  }
  
  /* 更多职位 */
  .offer-item .more-offer {
    position: absolute;
    bottom: 0.3rem;
    margin: 0 auto;
    left: 0;
    right: 0;
      display: block;
      width: 4rem;
      height: .8rem;
      line-height: .8rem;
      behavior: url(PIE.htc);
      border-radius: 4px;
      text-align: center;
      color: #fff;
      background-image: linear-gradient(90deg, 
          #fdb433 0%, 
          #f38f35 100%), 
      linear-gradient(
          #ee8248, 
          #ee8248);
      background-blend-mode: normal, 
          normal;
      box-shadow: 0px 4px 16px 0px 
          rgba(240, 130, 64, 0.54);
  }
  
  .offer-item .more-offer:hover {
      color: #fff;
  }
  
  
  /* 文字轮播 */
  .message-tips {
      margin: 0;
      
  }
  .message-content{
    top: -0.06rem;
    left: 0;
    position: relative;
    height: 0.5rem;
    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 0.3rem;
  }
  .list-wrapper li{
      width: 100%;
    height: 0.5rem;
    color: #3fbe9e;
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
      white-space: nowrap
  }
  
  
  /*----- 模态框 ------*/
  .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 */
  
  
  .modal-close {
      cursor: pointer
  }
  .modal-close img {
      width: 0.32rem;
  }
  
  /* 提示信息 */
  .notice-content {
      margin: 40px 0 30px 0;
  }
  .success-tips {
      font-size: 18px;
      color: #333;
      line-height: 50px;
  }
  .small-tips {
      font-size: 14px;
      color: #666;
  }
  /* btn */
  .btn-group .btn-notips, .btn-group .btn-phone{
      width: 6em;
      height: 45px;
      line-height: 45px;
      display: block;
      background-color: #08abf7; 
      color: #fff !important;
      font-size: 14px;
      float: left;
      text-align: center;
      border-radius: 5px;
      margin-left: 2.4em;
      border: none;
      cursor: pointer;
  }
  .btn-group .btn-phone {
    background-color: #ff9a2d;
  }
  
  
  /* 确认报名模态框 */
  .confirm-register .div-child-container {
      position: relative;
      width: 22em;
      min-height: 216px;
      margin: auto;
      top: 35%;
      background: #fff;
      z-index: 250;
      /*z-index要放在父元素之上 */
  }
  
  .confirm-register .div-child {
      width: 21.5em;
      min-height: 158px;
      padding: 2em 1em;
      margin: auto;
      background: #fff;
      z-index: 300;
      /*z-index要放在父元素之上 */
      text-align: center;
  }
  
  .confirm-register .small-tips {
      color: #333333;
      font-size: 16px;
  }
  
  /**
   * selectFilter  --v1.0
   * 
   **/
  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }
  
  li {
      list-style: none;
  }
  
  .filter-disabled {
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
  }
  
  .filter-box {
      position: relative;
  }
  
  .filter-box select {
      display: none;
  }
  
  .filter-text {
      height: 100%;
      overflow: hidden;
      position: relative;
      cursor: pointer;
      padding: 0 30px 0 10px;
      background: #fff;
      border: 1px solid #e6e6e6;
  }
  
  .filter-text input {
      font-size: 14px;
  }
  
  .filter-text .filter-title {
      width: 100%;
      height: 36px;
      line-height: 36px;
      border: 0;
      background-color: transparent;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 0;
      cursor: pointer;
  }
  
  .filter-list {
      display: none;
      width: 100%;
      max-height: 300px;
      background-color: #fff;
      font-size: 14px;
      position: absolute;
      top: 42px;
      left: 0;
      z-index: 99;
      border: 1px solid #e6e6e6;
      overflow: auto;
  }
  
  .filter-list li.filter-null a {
      color: #d2d2d2;
  }
  
  .filter-list li a {
      display: block;
      padding: 0 10px;
      line-height: 36px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      cursor: pointer;
  }
  
  .filter-list li:hover {
      background-color: #f2f2f2;
  }
  
  .filter-list li.filter-selected {
      background-color: #5FB878;
  }
  
  .filter-list li.filter-selected a{
      display: block;
      color: #fff;
  }
  
  .filter-list li.filter-disabled {
      background-color: #fff;
  }
  
  .filter-list li.filter-disabled a{
      display: block;
      color: #d2d2d2;
  }
  
  .filter-list li.filter-disabled:hover a {
      cursor: not-allowed!important;
      background-color: #fff;
  }
  
  .icon {
      position: absolute;
  }
  
  .icon-filter-arrow {
      width: 8px;
      height: 6px;
      background-repeat: no-repeat;
      background-image: url(../img/arrow-icon.png);
      background-size: 100%;
      right: 10px;
      top: 13px;
      transition: all .2s;
  }
  
  .icon-filter-arrow.filter-show {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
  }
  
  .filter-list::-webkit-scrollbar {
      width: 4px;
      height: 4px;
  }
  
  .filter-list::-webkit-scrollbar-track {
      background: #fff 
  }
  
  .filter-list::-webkit-scrollbar-thumb {
      background: #CBCBCB;
  }
  /*  选择框 结束  */
  
  /* 报名成功 绑定手机号 */
  .bind-phone {
      text-align: center;
      margin: 0 auto;
      padding: 1.7rem 0 2rem 0;
  }
  .bind-phone p {
      font-size: 0.34rem;
      font-weight: normal;
      color: #333;
      margin-bottom: 0.8rem;
  }
  .bind-phone a {
      margin-top: 1.2rem;
      padding: 0.36rem 1.7rem;
      font-size: 0.3em;
      border: 1px solid transparent;
      border-radius: 4px;
      text-align: center;
      color: #fff;
      background-image: linear-gradient(90deg, 
          #fdb433 0%, 
          #f38f35 100%), 
      linear-gradient(
          #ee8248, 
          #ee8248);
      background-blend-mode: normal, 
          normal;
      box-shadow: 0px 4px 16px 0px 
          rgba(240, 130, 64, 0.54);
  }
  /* 报名成功 绑定手机号 end */
  
  
  /* 头像垂直居中  */
  .company-border {
      height: 1.5rem!important;
      width: 1.5rem;
      overflow: hidden;
      border: 2px solid #f0f0f0;
      border-radius: 10px;
  }
  
  /*
   * 未知高度垂直居中布局
   */
  .fn-layout-center{
      font-size: 0;
      *word-spacing: -1px; /* IE6、7 */
      height: 100%; /* 继承父级高度 */
  }
  
  /* 修复 Safari 5- inline-block 的空隙 */
   @media (-webkit-min-device-pixel-ratio:0) {
  .fn-layout-center{
      letter-spacing: -5px;
      }
  }
  
  /* 使用空标签生成一个高度100%的参照元素 */
  .fn-layout-center .fn-center-hack {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      font-size: 0;
      width: 0;
      height: 100%;
      vertical-align: middle;
  }
  
  .fn-layout-center .fn-center-body {
      letter-spacing: normal;
      word-spacing: normal;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      font-size: 12px;
      vertical-align: middle; /* 保证文字垂直居中 */
      padding: 0 !important; /* 防止设置边距导致居中失效 */
      margin: 0 !important;
      width: 100%; /* 保证连续字符也能居中 */
      white-space: normal; /* 保证连续字符换行 */
      word-wrap: break-word;
  }
  
  .fn-layout-center .fn-center-img {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 100%;
      text-align: center; /* 图片默认水平居中 */
      vertical-align: middle;
      padding: 0 !important; /* 防止设置边距导致居中失效 */
      margin: 0 !important;
      font-size:0;
  }
  
  .fn-layout-center img {
      vertical-align: middle; /* 去除现代浏览器 img 底部空隙 */
  }
  
  
  /* 头像 */
  .header-div {
      position: relative;
      width: 1.5rem;
      height: 1.5rem;
      border: 2px solid #E1E1E1;
      border-radius: 10px;
  }
  .header-div .header-img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      width: 100%
  }
  
  
  /* 填写手机号 */
  .confirm-register.phone-modal .div-child {
      padding: 20px 0;
    width: 22.5em;
  }
  .confirm-register.phone-modal  .div-child-container {
      width: 23em;
      min-height: 200px;
  }
  .phone-modal .notice-content {
      position: relative;
      margin: 40px 0 20px 0;
  }
  .phone-modal .modal-close {
      padding: 0 10px;
  }
  .phone-modal .small-title {
      color: #333;
      font-size: 15px;
      margin-bottom: .3rem;
  } 
  .phone-modal .phone-span {
      color: #333;
      font-size: 15px;
      margin-top: 2px;
      padding-right: 10px;
  }
  .phone-modal .phone-span .red-dots {
      color: red;
      font-size: 15px;
      font-weight: bold;
      padding-left: 4px;
  }
  .phone-modal #phoneNumber {
      font-size: 15px;
      color: #333;
      width: 180px;
      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: 0.08rem;
      text-align: left;
      margin-left: 110px;
      color: red;
  }
  .phone-modal .text-del img {
      width: 12px;
      height: 12px;
  }
  .phone-modal .btn-group{
    display: inline-block;
  }
  .phone-modal .btn-group .btn-notips, .phone-modal  .btn-group .btn-phone{
      width: 8em;
      height: 38px;
      line-height: 38px;
      display: inline-block;
      float: none;
      margin-left: 0;
  }
  .phone-modal .btn-group .btn-notips {
      margin-right: 30px;
  }
  /* 填写手机号  end */
  
  /* 活动未开始 */
  .has-data-div.pos-relative {
      position: relative;
  }
  .event-notice .div-container {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 200;
  }
  
  .offer-content .offer-pages a {
      display: inline-block;
  }
  
  .event-notice .div-container .div-child-container {
      position: relative;
      top: 2rem;
      margin: 0 auto;
      width: 6rem;
      background-color: #fff;
      text-align: center;
      border-radius: 10px;
      z-index: 100;
  }
  .event-notice .div-container .div-child {
      padding: 20px 10px;
  }
  
  .event-notice .event-notice-div {
      margin: 20px 0;
  }
  
  .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: 20px;
      line-height: 24px;
  }
  
  .event-notice .second-tips  .black-color {
      color: #000;
      font-weight: bold;
      padding: 0 2px;
  }
  
  .event-notice .btn-phone  {
      margin-right: 0;
  }
  
  .btn-tips {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .btn-tips .btn-phone{
      display: block;
      width: 8em;
      height: 45px;
      line-height: 45px;
      background-color: #08abf7; 
      color: #fff !important;
      font-size: 14px;
      text-align: center;
      border-radius: 5px;
      border: none;
      cursor: pointer;
  }
  
  .footer {
      z-index: 300;
  }
  
  /* 无数据 */
  .no-data-div {
      display: block;
      padding: 30px 50px 50px 50px;
  }
  .no-data-div .no-datas {
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center;
  }
  .no-data-div .no-datas .no-offer-p {
      margin-top: 12px;
  }
  
  
  
  /* 头像logo溢出隐藏 */
  .header-div {
      overflow: hidden;
  }
  /* 卡片职位只显示3条数据 0816需求 */
  
  /* 卡片高度 */
  .offer-item.three-data {
      height: 6rem;
      min-height: 6rem;
      padding-bottom: 6.6rem;
  }
  /* 无职位 */
  .no-offer-content.three-data {
      margin-top: .45rem
  }
  .no-offer-p.three-data {
      padding-top: 20px
  } 
  
  
  /* tab  */
  .sub-title > li .tab-item {
      font-size: 16px;
      padding: 4px 0;
  }
  
  /* 卡片header */
  .offer-item.three-data .header-div {
      width: 1.3rem;
      height: 1.2rem;
  }
  .offer-item.three-data	.company-div {
          width: 6.5rem;
          margin-left: 16px;
  }
  .offer-item.three-data .company-p {
      font-size: 0.34rem;
      line-height: 30px;
  }
  /* 2019-12-25 */
.offer-item.three-data .company-p {
	width: 5.5rem;
}
.huichang_list .company-tip {
	font-size: .24rem;
}
.huichang_list .company-tip.none {
	background: #fff;
}
/*.company-tip.company-tip-one.region {
	width: 2.6rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
} */
.to_top {
	cursor:pointer;position:fixed;width: .8rem;height: .8rem; right:20px; bottom:60px;
}
/* 2019-12-25 end */

/* 自适应高度 */
.kaopu .offers {
    font-size: 14px;
    color: #3f3f3f;
    padding-bottom: 1.3rem;
}
.kaopu .offer-item .more-offer {
	bottom: .4rem;
}
.kaopu .offer-item{
	height: auto;
	min-height: auto;
	padding-bottom: 0;
}
.kaopu .no-offer-p {
	padding-bottom: .5rem;
}
/* 自适应高度 end */


