@charset "UTF-8";
/*公用样式*/
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif; }

a {
  text-decoration: none; }

img {
  display: block;
  border: 0; }

.clear {
  clear: both; }

.clear:after {
  content: "";
  clear: both;
  display: block; }

.hide {
  display: none !important; }

ul, li {
  padding: 0;
  margin: 0;
  list-style: none; }

/*浮动*/
.pull-left {
  float: left; }

.pull-right {
  float: right; }

/*定位*/
.rela {
  position: relative; }

.abs {
  position: absolute; }

.fixed {
  position: fixed; }

/*居中*/
.center {
  text-align: center;
  margin: 0 auto; }

/*分割*/
.split li {
  display: inline; }
  .split li:after {
    content: '|';
    padding: 0 .5em; }
  .split li:last-child:after {
    content: ''; }

/*文本对齐*/
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.cj-clear {
  clear: both; }

.cj-clear:after {
  content: "";
  clear: both;
  display: block; }

.cj-hide {
  display: none !important; }

.cj-relative {
  position: relative; }

.cj-absolute {
  position: absolute; }

/*浮动*/
.cj-pull-left {
  float: left; }

.cj-pull-right {
  float: right; }

.cj-flex {
  display: flex; }

.cj-block {
  display: block; }

.cj-inline-block {
  display: inline-block; }

.cj-label {
  display: inline-block;
  margin: 1px; }

.cj-flex-wrap {
  flex-wrap: wrap; }

.cj-flex-nowrap {
  flex-wrap: nowrap; }

.cj-justify-content-around {
  justify-content: space-between; }

.cj-justify-content-between {
  justify-content: space-between; }

.cj-justify-content-start {
  justify-content: start; }

.cj-justify-content-center {
  justify-content: center; }

.cj-align-items-center {
  align-items: center; }

.cj-align-items-start {
  align-items: flex-start; }

.cj-nobefore:before {
  content: '' !important;
  display: none; }

.cj-nobefore:after {
  content: '' !important;
  display: none; }

.cj-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 2; }

.cj-underline {
  border-bottom: 1px solid #DDD; }

.cj-text-bold {
  font-weight: bold; }

.cj-text-nowrap {
  white-space: nowrap; }

.cj-text-normal {
  font-size: 14px;
  font-weight: normal; }

.cj-text-center {
  text-align: center; }

.cj-text-right {
  text-align: right; }

.cj-margin-center {
  margin: 0 auto; }

.cj-padding-1em {
  padding: 1em; }

.cj-table th {
  font-size: 1.1em;
  font-weight: bold;
  background-color: #EFEFEF; }

.cj-table th,
.cj-table td {
  border: 1px solid #DDD; }

.cj-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.cj-ellipsis-multiline {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.cj-w50em {
  width: 50em; }

.cj-w40em {
  width: 40em; }

.cj-w30em {
  width: 30em; }

.cj-w20em {
  width: 20em; }

.cj-w19em {
  width: 19em; }

.cj-w18em {
  width: 18em; }

.cj-w17em {
  width: 17em; }

.cj-w16em {
  width: 16em; }

.cj-w15em {
  width: 15em; }

.cj-w14em {
  width: 14em; }

.cj-w13em {
  width: 13em; }

.cj-w12em {
  width: 12em; }

.cj-w11em {
  width: 11em; }

.cj-w10em {
  width: 10em; }

.cj-w9em {
  width: 9em; }

.cj-w8em {
  width: 8em; }

.cj-w7em {
  width: 7em; }

.cj-w6em {
  width: 6em; }

.cj-w5em {
  width: 5em; }

.cj-w4em {
  width: 4em; }

.cj-w3em {
  width: 3em; }

.cj-w2em {
  width: 2em; }

.cj-w1em {
  width: 1em; }

.cj-w100 {
  width: 100%; }

.cj-w50 {
  width: 50%; }

.cj-w49 {
  width: 49%; }

.cj-w48 {
  width: 48%; }

.cj-w47 {
  width: 47%; }

.cj-w25 {
  width: 25%; }

.cj-w12h {
  width: 12.5%; }

.cj-vw100 {
  width: 100vw; }

.cj-vw50 {
  width: 50vw; }

.cj-vw25 {
  width: 25vw; }

.cj-vw12h {
  width: 12.5vw; }

.cj-require:before {
  content: '*';
  display: inline-block;
  color: red; }

.cj-fixed {
  position: fixed; }

.cj-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }

.cj-fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999; }

.cj-cursor-pointer {
  cursor: pointer; }

.cj-hover-boxshadow:hover {
  box-shadow: inset 1px 1px 6px #000; }

/*兼容Bootstrap的按钮颜色*/
.cj-btn {
  background-color: #FFF;
  border: 1px solid #666;
  color: #666; }

.cj-btn:hover {
  background-color: #FFF;
  border: 1px solid #000;
  color: #000 !important; }

.cj-btn-lv {
  background-color: #3FBD9A;
  border: 1px solid #369E81;
  color: #FFF; }

.cj-btn-lv:hover {
  background-color: #369E81;
  border: 1px solid #2D846B;
  color: #FFF; }

.cj-btn-lan {
  background-color: #5592DB;
  border: 1px solid #4A75B4;
  color: #FFF; }

.cj-btn-lan:hover {
  background-color: #4A75B4;
  border: 1px solid #3E6297;
  color: #FFF; }

.cj-btn-zi {
  background-color: #9A4FB5;
  border: 1px solid #804297;
  color: #FFF; }

.cj-btn-zi:hover {
  background-color: #804297;
  border: 1px solid #653477;
  color: #FFF; }

.cj-btn-cheng {
  background-color: #DC8329;
  border: 1px solid #B46B22;
  color: #FFF; }

.cj-btn-cheng:hover {
  background-color: #B46B22;
  border: 1px solid #975A1D;
  color: #FFF; }

.cj-btn-hei {
  background-color: #4C4C4C;
  border: 1px solid #3A3A3A;
  color: #FFF; }

.cj-btn-hei:hover {
  background-color: #3A3A3A;
  border: 1px solid #222;
  color: #FFF; }

.cj-btn-hui {
  background-color: #BFC3C7;
  border: 1px solid #ADB1B4;
  color: #FFF; }

.cj-btn-hui:hover {
  background-color: #ADB1B4;
  border: 1px solid #9EA1A4;
  color: #FFF; }

body {
  font-size: 14px;
  background-color: #FFF; }

#button_panel {
  width: 1214px;
  margin: 18px auto 0; }
  #button_panel a {
    width: 601px;
    height: 93px;
    display: block;
    background-position: center center;
    background-size: 100%;
    transition: all 0.1s ease-in-out; }
    #button_panel a.button-shengnei {
      background-image: url(../images/button_shengnei.png); }
    #button_panel a.button-shengwai {
      background-image: url(../images/button_shengwai.png); }
    #button_panel a:hover {
      background-size: 105%; }

#main_sub {
  margin: 0 auto 20px;
  width: 1200px;
  background-color: #FFF; }

#company_panel {
  width: 1200px;
  padding: 20px;
  box-sizing: border-box; }
  #company_panel .company-count li {
    width: 376px;
    height: 100px;
    text-align: center;
    background-color: #F2F2F2;
    margin-right: 10px; }
    #company_panel .company-count li span {
      font-size: 28px;
      color: #1D8DFF; }
      #company_panel .company-count li span:nth-child(1) {
        font-size: 16px;
        display: block;
        color: #3F413F;
        line-height: 50px; }
      #company_panel .company-count li span:nth-child(2) {
        line-height: 30px; }
    #company_panel .company-count li:nth-child(4) {
      margin-right: 0; }
  #company_panel .company-count li:last-child {
    width: 388px;
    margin-right: 0; }
  #company_panel .company-title {
    padding-top: 38px; }
    #company_panel .company-title .title {
      border-left: 10px solid #FC0;
      line-height: 24px;
      text-indent: 10px;
      color: #1D8DFF;
      font-size: 16px;
      margin-top: 8px; }
    #company_panel .company-title .company-search {
      width: 100%; }
  #company_panel #company_list {
    margin-top: 20px; }
    #company_panel #company_list .company-item {
      width: 250px;
      border: 1px dashed #BAC5D5;
      margin: 0 10px 10px 0;
      padding: 15px;
      /*标题*/
      /*职位列表*/ }
      #company_panel #company_list .company-item:nth-child(4n) {
        margin-right: 0; }
      #company_panel #company_list .company-item > a.title {
        display: block;
        margin-bottom: 5px;
        border-bottom: 1px solid #CCC;
        padding-bottom: 10px;
        color: #1D8DFF;
        font-size: 18px; }
      #company_panel #company_list .company-item ul.company-job {
        height: 120px;
        padding-top: 10px; }
        #company_panel #company_list .company-item ul.company-job li {
          display: flex;
          margin-bottom: 15px; }
          #company_panel #company_list .company-item ul.company-job li a {
            color: #2D374B;
            width: 175px;
            display: block; }
            #company_panel #company_list .company-item ul.company-job li a:hover {
              color: #409EFF; }
          #company_panel #company_list .company-item ul.company-job li span {
            display: block;
            width: 80px;
            height: 25px;
            line-height: 25px;
            border-radius: 25px;
            background: #409EFF;
            color: #FFF;
            cursor: pointer;
            text-align: center;
            margin: 0 auto; }
      #company_panel #company_list .company-item .company-footer a, #company_panel #company_list .company-item .company-footer div {
        border-radius: 10px;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        transition: all 0.2s ease-out;
        height: 40px;
        line-height: 40px; }
        #company_panel #company_list .company-item .company-footer a:hover, #company_panel #company_list .company-item .company-footer div:hover {
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16); }
      #company_panel #company_list .company-item .company-footer a {
        width: 100%;
        background-color: #F6F8FA;
        color: #409EFF;
        border: 1px solid #409EFF;
        float: right; }
      #company_panel #company_list .company-item .company-footer div {
        width: 110px;
        background-color: #409EFF;
        color: #F6F8FA;
        float: left;
        position: relative; }
        #company_panel #company_list .company-item .company-footer div.gary {
          pointer-events: none;
          filter: alpha(opacity=50);
          /*IE滤镜，透明度50%*/
          -moz-opacity: 0.5;
          /*Firefox私有，透明度50%*/
          opacity: 0.5;
          /*其他，透明度50%*/ }
        #company_panel #company_list .company-item .company-footer div span {
          position: absolute;
          left: 0;
          bottom: -63px;
          width: 182px;
          height: 53px;
          line-height: 53px;
          background: #FFFFFF;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          opacity: 1;
          border-radius: 20px;
          font-size: 20px;
          color: #409EFF;
          display: none; }
        #company_panel #company_list .company-item .company-footer div:hover span {
          display: block; }

.success-info {
  color: #48576A;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 40px;
  text-align: left; }
  .success-info .title {
    color: #67C23A;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px; }

#success_dialog .el-dialog {
  background-color: #D7EEFE; }

#qrcode_box {
  background: url(../images/qrcode_ios.png) no-repeat right center;
  display: block;
  height: 170px;
  margin: 30px auto 0;
  position: relative;
  width: 580px; }
  #qrcode_box .btn_ios,
  #qrcode_box .btn_android {
    cursor: pointer;
    height: 59px;
    width: 355px; }
  #qrcode_box .btn_ios {
    background: url(../images/bg_ios.png) no-repeat center center;
    position: absolute;
    top: 10px; }
  #qrcode_box .btn_android {
    background: url(../images/bg_android.png) no-repeat center center;
    bottom: 10px;
    position: absolute; }
