@charset "UTF-8";
/*
  ft: font

*/
sub[data-v-e58a6b0a],
sup[data-v-e58a6b0a] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup[data-v-e58a6b0a] {
  top: -0.5em;
}
sub[data-v-e58a6b0a] {
  bottom: -0.25em;
}
.shu[data-v-e58a6b0a], .jobWanted .search .input .cascader[data-v-e58a6b0a]::after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 14px;
  background: rgba(0, 0, 0, 0.14);
  margin: -2px 10px;
}
.jobWanted .search .input .cascader[data-v-e58a6b0a] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.jobWanted .like .likeCenter .likeCont .item ul li[data-v-e58a6b0a] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*
	多行省略号
*/
/*
	字体颜色 大小 粗细 默认
*/
/*
	flex 布局
*/
.css1.el-tooltip__popper.is-dark[data-v-e58a6b0a] {
  background: #ffffff;
  box-shadow: 1px 0px 13px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 14px 20px;
}
.css1.el-tooltip__popper.is-dark .popper__arrow[data-v-e58a6b0a] {
    border-top-color: #f5f5f5;
}
.css1.el-tooltip__popper.is-dark .popper__arrow[data-v-e58a6b0a]::after {
      bottom: 1px;
      margin-left: -5px;
      border-top-color: #fff;
      border-bottom-width: 0;
}
.el-tooltip__popper.is-dark[data-v-e58a6b0a] {
  max-width: 800px;
}
.jobWanted[data-v-e58a6b0a] {
  background: #fbfbfb;
}
.jobWanted .positionSearch[data-v-e58a6b0a] {
    position: fixed;
    z-index: 1001;
    top: 0px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
.jobWanted .search[data-v-e58a6b0a] {
    width: 100%;
    height: 100px;
    background: #f4f1f1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.jobWanted .search .input[data-v-e58a6b0a] {
      margin-top: 22px;
      width: 910px;
      height: 54px;
      background: #ffffff;
      box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
      border-radius: 6px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      position: relative;
}
.jobWanted .search .input .cascader[data-v-e58a6b0a] {
        flex: 1;
}
.jobWanted .search .input .cascader[data-v-e58a6b0a]::after {
          height: 18px;
          margin: 0 18px;
}
.jobWanted .search .input .cascader[data-v-e58a6b0a] .el-input {
          font-size: 16px;
}
.jobWanted .search .input .cascader[data-v-e58a6b0a] .el-input .el-input__inner {
            border: none;
}
.jobWanted .search .input .inputC[data-v-e58a6b0a] {
        width: 575px;
        height: 54px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
}
.jobWanted .search .input .inputC input[data-v-e58a6b0a] {
          padding: 0;
          margin: 0;
          background: none;
          width: 555px;
          font-size: 16px;
          font-weight: normal;
          line-height: 52px;
          color: #333;
}
.jobWanted .search .input .inputC[data-v-e58a6b0a] ::-webkit-input-placeholder {
          /* WebKit, Blink, Edge */
          color: #999;
}
.jobWanted .search .input .inputC[data-v-e58a6b0a] :-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #999;
}
.jobWanted .search .input .inputC[data-v-e58a6b0a] ::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #999;
}
.jobWanted .search .input .inputC[data-v-e58a6b0a] :-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #999;
}
.jobWanted .search .input .inputC .close[data-v-e58a6b0a] {
          width: 16px;
          height: 16px;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap;
          display: inline-block;
          cursor: pointer;
          font-size: 17px;
          color: #cbcbcb;
}
.jobWanted .search .input .inputC .close[data-v-e58a6b0a]:hover {
            width: 16px;
            height: 16px;
            display: inline-block;
            font-size: 17px;
            color: #999999;
}
.jobWanted .search .input .btn[data-v-e58a6b0a] {
        cursor: pointer;
        width: 140px;
        height: 54px;
        background: linear-gradient(122deg, #e74a3d 0%, #d41404 100%);
        border-radius: 0px 6px 6px 0px;
        font-size: 16px;
        font-weight: bold;
        line-height: 54px;
        color: #fff;
        text-align: center;
}
.jobWanted .search .input .btn[data-v-e58a6b0a]:hover {
          background: linear-gradient(122deg, #d14c41 0%, #bf1205 100%);
}
.jobWanted .search .input .association[data-v-e58a6b0a] {
        position: absolute;
        top: 55px;
        left: 175px;
        z-index: 11;
        overflow-y: auto;
        width: 595px;
        max-height: 210px;
        background: #ffffff;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
        background: #fff;
}
.jobWanted .search .input .association h1[data-v-e58a6b0a] {
          cursor: pointer;
          height: 42px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 14px;
          font-weight: normal;
          line-height: 42px;
          color: #333333;
          padding: 0 24px;
}
.jobWanted .search .input .association h1[data-v-e58a6b0a]:hover {
            background: #ffe8e8;
            color: #e43021;
            font-weight: bold;
}
.jobWanted .search .input .association h1[data-v-e58a6b0a] span {
            color: #e43021;
}
.jobWanted .search .input .association .hoverCss[data-v-e58a6b0a] {
          background: #ffe8e8;
          color: #e43021;
          font-weight: bold;
}
.jobWanted .banner[data-v-e58a6b0a] {
    width: 1200px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.jobWanted .banner .left[data-v-e58a6b0a] {
      padding-top: 10px;
      width: 418px;
      height: 346px;
      background: #ffffff;
      box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
      border-radius: 4px;
      position: relative;
      z-index: 10;
}
.jobWanted .banner .left .hoverAll[data-v-e58a6b0a] {
        margin-left: 4px;
        padding-right: 6px;
}
.jobWanted .banner .left .hoverAll:hover .type[data-v-e58a6b0a] {
          overflow: inherit;
          background: #ffe8e8;
          border-radius: 4px;
}
.jobWanted .banner .left .hoverAll:hover .type h1[data-v-e58a6b0a] {
            color: #e43021;
}
.jobWanted .banner .left .hoverAll:hover .type span[data-v-e58a6b0a] {
            color: #e43021;
}
.jobWanted .banner .left .type[data-v-e58a6b0a] {
        position: relative;
        height: 42px;
        padding: 0 16px;
        overflow: hidden;
}
.jobWanted .banner .left .type[data-v-e58a6b0a]:hover {
          overflow: inherit;
          background: #ffe8e8;
          border-radius: 4px;
}
.jobWanted .banner .left .type:hover h1[data-v-e58a6b0a] {
            color: #e43021;
}
.jobWanted .banner .left .type:hover span[data-v-e58a6b0a],
          .jobWanted .banner .left .type:hover .more .iconfont[data-v-e58a6b0a] {
            color: #e43021;
}
.jobWanted .banner .left .type .simple[data-v-e58a6b0a] {
          cursor: pointer;
          height: 42px;
          overflow: hidden;
}
.jobWanted .banner .left .type h1[data-v-e58a6b0a] {
          font-size: 16px;
          font-weight: bold;
          line-height: 42px;
          color: #333;
          margin-right: 30px;
          float: left;
}
.jobWanted .banner .left .type span[data-v-e58a6b0a] {
          font-size: 14px;
          font-weight: normal;
          line-height: 42px;
          color: #666666;
          padding-right: 20px;
          display: inline-block;
}
.jobWanted .banner .left .type span[data-v-e58a6b0a]:hover {
            text-decoration: underline;
}
.jobWanted .banner .left .type .more[data-v-e58a6b0a] {
          float: right;
          margin-top: 13px;
          width: 6px;
          height: 12px;
}
.jobWanted .banner .left .type .more .iconfont[data-v-e58a6b0a] {
            width: 6px;
            height: 12px;
            font-size: 12px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: nowrap;
            font-weight: bold;
            color: #c6c6c6;
}
.jobWanted .banner .left .type .paddingL6[data-v-e58a6b0a] {
          padding-left: 6px;
          left: 414px;
          position: absolute;
          top: 0;
          z-index: 11;
}
.jobWanted .banner .left .type .position[data-v-e58a6b0a] {
          width: 637px;
          height: 329px;
          background: #ffffff;
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
          border-radius: 4px;
          padding-bottom: 23px;
          padding-top: 4px;
          overflow-y: auto;
}
.jobWanted .banner .left .type .position .name[data-v-e58a6b0a] {
            width: calc(100% - 50px);
            height: 22px;
            font-size: 16px;
            font-weight: bold;
            line-height: 22px;
            color: #333333;
            margin: 22px 20px 8px;
            padding: 0 0 14px 10px;
            border-bottom: 1px solid #ededed;
}
.jobWanted .banner .left .type .position .complex h2[data-v-e58a6b0a] {
            padding: 16px 30px 16px;
            font-size: 14px;
            font-weight: bold;
            line-height: 20px;
            color: #333333;
}
.jobWanted .banner .left .type .position .complex ul[data-v-e58a6b0a] {
            margin: 0 15px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-wrap: wrap;
}
.jobWanted .banner .left .type .position .complex ul li[data-v-e58a6b0a] {
              cursor: pointer;
              font-size: 14px;
              font-weight: normal;
              line-height: 20px;
              color: #666666;
              margin: 0 15px 14px 15px;
}
.jobWanted .banner .left .type .position .complex ul li[data-v-e58a6b0a]:hover {
                color: #e43021;
}
.jobWanted .banner .left .type .position .tjhk h2[data-v-e58a6b0a] {
            padding: 16px 30px 16px;
            font-size: 14px;
            font-weight: bold;
            line-height: 20px;
            color: #333333;
}
.jobWanted .banner .left .type .position .tjhk ul[data-v-e58a6b0a] {
            overflow: hidden;
            margin-left: 16px;
}
.jobWanted .banner .left .type .position .tjhk ul li[data-v-e58a6b0a] {
              float: left;
              width: 183px;
              margin-left: 14px;
              cursor: pointer;
}
.jobWanted .banner .left .type .position .tjhk ul li .coverImg[data-v-e58a6b0a] {
                width: 183px;
                height: 103px;
                overflow: hidden;
                border-radius: 4px;
}
.jobWanted .banner .left .type .position .tjhk ul li .coverImg:hover img[data-v-e58a6b0a] {
                  transform: scale(1.1);
                  -ms-transform: scale(1.1);
                  -moz-transform: scale(1.1);
                  -webkit-transform: scale(1.1);
                  -o-transform: scale(1.1);
}
.jobWanted .banner .left .type .position .tjhk ul li img[data-v-e58a6b0a] {
                width: 183px;
                height: 103px;
                border-radius: 4px;
                transition: all 0.6s;
}
.jobWanted .banner .left .type .position .tjhk ul li h3[data-v-e58a6b0a] {
                margin-top: 14px;
                width: 175px;
                height: 40px;
                font-size: 14px;
                font-weight: normal;
                line-height: 20px;
                color: #333333;
                margin-left: 4px;
}
.jobWanted .banner .left .type .position .tjhk ul li:hover h3[data-v-e58a6b0a] {
                color: #e43021;
}
.jobWanted .banner .left .moreData[data-v-e58a6b0a] {
        display: none;
}
.jobWanted .banner .right[data-v-e58a6b0a] {
      width: 768px;
}
.jobWanted .banner .right img[data-v-e58a6b0a] {
        border-radius: 4px;
        width: 768px;
        height: 356px;
}
.jobWanted .bg1[data-v-e58a6b0a] {
    background: #fff;
    overflow: auto;
}
.jobWanted .title[data-v-e58a6b0a] {
    padding: 50px 0 30px;
    text-align: center;
    height: 42px;
    font-size: 30px;
    font-weight: bold;
    line-height: 42px;
    color: #333;
}
.jobWanted .main[data-v-e58a6b0a] {
    width: 216px;
    height: 48px;
    box-sizing: border-box;
    padding: 1px;
    border-radius: 4px;
    background-image: linear-gradient(180deg, #ec4c32, #d42517);
    margin: 10px auto 0;
}
.jobWanted .mainPublic[data-v-e58a6b0a], .jobWanted .main_in[data-v-e58a6b0a] {
    font-size: 16px;
    font-weight: normal;
    line-height: 46px;
    color: #d42517;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.jobWanted .mainPublic[data-v-e58a6b0a]:hover, .jobWanted .main_in[data-v-e58a6b0a]:hover {
      background: linear-gradient(122deg, #e74a3d 0%, #d41404 100%);
      color: #fff;
      font-weight: bold;
}
.jobWanted .main_in[data-v-e58a6b0a] {
    background: #fbfbfb;
}
.jobWanted .main_in1[data-v-e58a6b0a] {
    background: #f7f7f7;
}
.jobWanted .rzgw[data-v-e58a6b0a] {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    padding-bottom: 50px;
}
.jobWanted .rzgw .tab[data-v-e58a6b0a] {
      width: 1200px;
      height: 50px;
      overflow: hidden;
      background: #ffffff;
      margin: 0 auto 20px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      position: relative;
}
.jobWanted .rzgw .tab li[data-v-e58a6b0a] {
        cursor: pointer;
        font-size: 16px;
        font-weight: normal;
        line-height: 22px;
        color: #666666;
        margin-left: 60px;
}
.jobWanted .rzgw .tab .hover[data-v-e58a6b0a] {
        color: #cf1000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 14px 0 0 0;
        font-weight: bold;
}
.jobWanted .rzgw .tab .hover[data-v-e58a6b0a]::after {
          content: '';
          width: 32px;
          height: 4px;
          background: #cf1000;
          display: block;
          margin-top: 10px;
}
.jobWanted .rzgw .tab .btn[data-v-e58a6b0a] {
        position: absolute;
        right: 20px;
        top: 9px;
        height: 50px;
        height: 32px;
        background: #fff3f3;
        border-radius: 16px;
        border: 1px solid #f3493b;
        box-sizing: border-box;
}
.jobWanted .rzgw .tab .btn .have[data-v-e58a6b0a]::before {
          content: '';
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAABThJREFUWEfFlm1sFFUUht8ze3d3yi5INf5AgyA/JCABFSXFnS41oZBuoSCRGBCRqPGHSoiKIYCCYMQSVIhoiwRo+FARota0rKESKLEbjF/hw0BEoVQQiIqK3W273Zk5Zma7253tzCwIifOr3XvPfZ85573nDOF/fshNn2dOvKEj0TWfwcPBdDgQHFRDu3d3FmLunBq+XVd5lg7u5xHc2K8h9pVTjCNAV0S5Q2XsY/Dg3mA6LhXRxMAnX15wOrBjivKgrmE7gwPGHgKYiFYEoi0r7GJsAXrEmxk8iAg6mH5g8GjzAKKTkkxldhAdlaEZuo6dDHhJeAG/H5yIp3UlrOq/J7Y0H6IPgFWcNABzg9GWD+IR5XlmftMJwiI+YCCKlq+GVHwjOl9dDK31Z0cIC4CTeIa6Y1bVG9rfl17Ih7AVHzwkHRZvd4XIAhQS57qaEgB7Uz+eGJA88n36cKKTgrBa03mDkXbjJ3HveMgLXwYkqTfbLhAmwJWKgzEAhM7O/U2btD9+n28yMJgJRLIM7uoyRb3jw/AvWARIHkcIInrEKK0J0F6hHAK4hKi35rlm4brag2AOG+KQUEWPPb0vHgnVMWOeCdFTc+3Id0hu22iGivvGQ35uKSCEFWLZQmjn2kCEw8Fo7G5iZkpElHMM3ELAb8Lvv1+u33/KArBt4wRo6hpIWGKIu9VcbWpEctM7YANizFjILy4HfL7sccnN7yK1t8G4nueDn8duNTMQjyizAd7ODIlA54TfV5YPkTVi7lXLuD1juJ5N6oEmJDesBTNDjBwNefFKwC8j93ci7AhGY49mTRiPlM4D9M1uEK5uz7vgaqwZyfVrwLoGz/CR8CoPILmlxoQi0FmQGBeMNl+0XEM3iD7iy6oh3TY0v69Y/te+jqFr3etgVTVbolEXQ1xIKJP3tJw2/ZN/gh2EnkqOyXY4I+1XIJ45t3vre+je82n61oLOCwmlGXFbgLQncsvBlwyfm+31KsUtNbcRdwTIQBD0zTrD7CjXJo5fhUTh3DfPZMhxGqanGu9iQFyLuAlP1EoyhewGmC1Aj/hH1yHtfzG4OG0A+ynaB+A6iptuVxnT3aaoBSBRUTqdoRtpv1bDWa5a1zPzmlKnfyq3y0ReH1C+ZeaxV1/zvUjWrjXbb/4957radWBekDp5ArlTlCAmWBoRz5zpScQvxBks++c8CW/VQ65NJrOoHnATr6kGY1F6Lx1K1O9q4FT3qh5j7gtGW8qzGUhWhkd069pxY7HopVXwjL6nIEDePbek3QjmLbXHAB5liOMm32Sa9kR7e0R5BczLjXWPB0OyAO0V4YcBbaexENj4IWhg2rxOT5646vGgvKixpTl3P79fMwwpaQ6KvWsNcbO/VChzGbzV+NsnvCN6ASpDr0HHEqP+gU0mh7t47Vs9NQcbLb7QFDXFp4QnQdM/M8oMohPBcRNH5UxDpZGZK8WouyAvq3YRt9YcxOsBVBca5RZx4DKRtywYbT7cm4GIcgrMw3xTZsA396m+AMkk1INfZD82ct1eaJTHK0snQ+d6882By5IQ5YGGg9+YZswoxStCrQwMFSUK/LMfh362DXrbaWi/tEJvawVfPG/O8nSQdaSa6XX4nnATtwAkKkvX67r+bCHr24lnXyIPgkArGfy23ZtnYrIZ4Kqq/gn1z4+ZOd2x0s8/IDoGxlGJ+AhJ4mhRsf8obW9KOIHmZiJnjyXtubF9ZkH71NCdYLpZCHGmqL75TKGM2K3nQTiKW0rwX4TcYjqmhkpYlyZ5wDvsvgMysf8Cdj5fmO50f5sAAAAASUVORK5CYII=) no-repeat;
          background-size: contain;
}
.jobWanted .rzgw .tab .btn .haved[data-v-e58a6b0a]::before {
          content: '\e60b';
          display: flex;
          align-items: center;
}
.jobWanted .rzgw .tab .btn h1[data-v-e58a6b0a] {
          padding-right: 20px;
          font-size: 14px;
          font-weight: normal;
          line-height: 30px;
          color: #f3493b;
          display: flex;
          align-items: center;
          cursor: pointer;
}
.jobWanted .rzgw .tab .btn h1[data-v-e58a6b0a]::before {
            margin-right: 10px;
            margin-left: 18px;
            display: inline-block;
            width: 16px;
            height: 16px;
            background-size: 100%;
            font-family: 'iconfont';
}
.jobWanted .rzgw .tab .btn h1[data-v-e58a6b0a]:hover {
            font-weight: bold;
            background: #f3493b;
            color: #fff;
            border-radius: 16px;
}
.jobWanted .rzgw .tab .btn h1[data-v-e58a6b0a]:hover::before {
              width: 16px;
              height: 16px;
              background-size: 100%;
}
.jobWanted .rzgw .tab .btn .have[data-v-e58a6b0a]:hover::before {
          display: inline-block;
          content: '';
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAABExJREFUWEfFl2uIVGUYx3/PXJq1tOhDkElta0tlVyqQLqRGbpFWbAaFLUl9MOhirhay6xa2anYjiGqrD4lUUhYYBn4KI8lAI6tpDYvoslFZhLYYbTszOztPPLPvGd85c87Z3RR6v+zMmfc5/9/7XN8V/uclSfqqehKwDDgHyAMvicjweMyq2gIsBo4HtovInjibWABVPRvYAZzuGe8H5ovIb3EvVNVbgDeAE9weBXpFpDfKJhLAie8EpgMV4CvgIveCb4F5URCqugjYAmR1pATFIjJ1WqC7QUR6whANACHxUWCJiLypqiuBZ+Mg6sQPDzLc9SCVQweZsuE50q0WwepqgKgDiBMPrFV1PRCcouaJSPGffhwzmzotEaIGMAHxc4G1wHnA+Z4nngJeMbfbs/KeXRTW90DFIudWAkQVYBLiU4AS8B2wyksy0cIw0mQ/w8hHH1B8ei1ULIKxEB0W2gBgN3A5UIu5nyyq+qQ7tYmvE5G8qm4C7qoewMU8felsckutaqG8exeFJx6Fcrke4pk+0s0z7VleRC4RVTWIX4DTgD+AK0Xk+xDAhcDdwOtO/Ei2BwnnYp5Z0E7u/ocQEcqffUJhXTeUjHts5e5bSfZGM+eAiMwIPHCHq92Ug7Eyq4PwEjFWPNiTaVtAbnkXkkpR7v+cwppVUCzgPwc2i8idfhKaOzcCsRCJ2e67DMjMnU/u4UeQdIbR/fsY+fB9cveuqEIBPwOzReT3cBnGQjSIdy+nMvBDSLb+a/qKOTR19SLZrCV6NSxO3DxcNY5qRA0QwMW1Dmcxn4B4gHLc0mVk228LxA8AVwfikQCuLH2IQ8CJ1fY6SfFQzBvEYwEiIMZKbRInD4n/CszxTx54KGka2lR7x/LpKMVNy/ryVVEDLG4amvjbx8Dtg8DJ7rSRUzQqCY+VuJXaPKA9aYqGy9A2m9uPNuGq4kHMVXUz0BHliTDAXuCyycd8IbnOrsg6V9V7gJsAu6b5U3RuXSNS1TTwN9BU3NjHyNa3EpvMkbabKG7lfKvb+w1wELDBZmuHiLT5rXgWYHc+hntWMPrFp+MChEqtzu2ulPuAMwATXyMi/6jqY/bZvbzZB7jddTuGOm5GB/9MBAiJ28xtExG7R9aWqp4KXAO8Z+IOagnwmts0ywd4HFht8R9abCGLX1Xxzu4g5nbrDUZ67BR14tcZjIUZ+Bq4wAfYDiws5/dSWN0Zq55pa4j5Cy6uiaNcVX3xw65K8j6Azf+ZpXe3UHr1xUaAXI7MtTfULhv+VFPVxFGuqtcD29zJTdzCVU0yH8Da5Znlj3dS3PQyqeYWUi2tpFtaSbWchUyfEcxys4tKuEiIJPEwgLnygXFTP0I8sInwhN2in486eWDje8D+hdlq7vEg/gL2Af3Al+5vv4gMxYGGIIJtdW73baNmgXWrU4ABERmYgEcatoQgYsXrQvBfhJJsVNWu+Zb5dvmMvbv9C31FZn5GhwUzAAAAAElFTkSuQmCC) no-repeat;
          background-size: contain;
}
.jobWanted .rzgw .tab .btn .haved[data-v-e58a6b0a]:hover::before {
          display: flex;
          align-items: center;
          content: '\e60b';
}
.jobWanted .rzgw .content[data-v-e58a6b0a] {
      width: 1200px;
      margin: 0 auto;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
}
.jobWanted .rzgw .content .item[data-v-e58a6b0a] {
        width: 380px;
        padding: 20px 0 17px 0;
        margin: 0 10px 20px 10px;
        background: #ffffff;
        box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.08);
        border-radius: 4px;
}
.jobWanted .rzgw .content .item .titleC[data-v-e58a6b0a] {
          width: 340px;
          margin: 0 auto;
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap;
          height: 22px;
          padding-bottom: 10px;
}
.jobWanted .rzgw .content .item .titleC h1[data-v-e58a6b0a] {
            font-size: 16px;
            font-weight: bold;
            line-height: 22px;
            color: #333;
            cursor: pointer;
            width: 256px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
}
.jobWanted .rzgw .content .item .titleC h2[data-v-e58a6b0a] {
            font-size: 16px;
            font-weight: normal;
            line-height: 22px;
            color: #cf1000;
}
.jobWanted .rzgw .content .item .other[data-v-e58a6b0a] {
          width: 340px;
          margin: 0 auto;
          height: 18px;
          font-size: 12px;
          font-weight: normal;
          line-height: 18px;
          color: #999;
          padding-bottom: 14px;
          border-bottom: 1px solid #ededed;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          flex-wrap: wrap;
}
.jobWanted .rzgw .content .item .other span[data-v-e58a6b0a] {
            height: 14px;
            margin: 0 11px;
            display: inline-block;
            border-right: 1px solid #e0e0e0;
}
.jobWanted .rzgw .content .item .company[data-v-e58a6b0a] {
          width: 340px;
          margin: 0 auto;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          flex-wrap: wrap;
          padding-top: 17px;
          cursor: pointer;
}
.jobWanted .rzgw .content .item .company img[data-v-e58a6b0a] {
            width: 22px;
            height: 22px;
            -o-object-fit: contain;
               object-fit: contain;
            margin-right: 15px;
}
.jobWanted .rzgw .content .item .company h1[data-v-e58a6b0a] {
            font-size: 12px;
            font-weight: normal;
            line-height: 22px;
            color: #333333;
            width: 192px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
}
.jobWanted .rzgw .content .item[data-v-e58a6b0a]:hover {
          width: 380px;
          padding: 19px 0 16px 0;
          border-radius: 4px;
          border: 1px solid #ec4c32;
          box-sizing: border-box;
}
.jobWanted .rzgw .content .item:hover .titleC h1[data-v-e58a6b0a] {
            color: #d42517;
}
.jobWanted .xlts[data-v-e58a6b0a] {
    width: 100%;
    height: 360px;
}
.jobWanted .xlts .school[data-v-e58a6b0a] {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
}
.jobWanted .xlts .school .an[data-v-e58a6b0a] {
        width: 1200px;
        cursor: pointer;
}
.jobWanted .rmzy[data-v-e58a6b0a] {
    padding-bottom: 50px;
}
.jobWanted .xktj[data-v-e58a6b0a] {
    width: 100%;
    background: #ffffff;
    padding-bottom: 50px;
}
.jobWanted .contentCenter[data-v-e58a6b0a] {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.jobWanted .contentCenter .item[data-v-e58a6b0a] {
      width: 257px;
      height: 274px;
      background: #ffffff;
      box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
      border-radius: 4px;
      padding: 14px 14px 0 14px;
}
.jobWanted .contentCenter .item .scaleCss[data-v-e58a6b0a] {
        width: 257px;
        height: 145px;
        overflow: hidden;
        border-radius: 4px;
}
.jobWanted .contentCenter .item .cover[data-v-e58a6b0a] {
        width: 257px;
        height: 145px;
        position: relative;
        cursor: pointer;
        transition: all 0.6s;
}
.jobWanted .contentCenter .item .cover img[data-v-e58a6b0a] {
          width: 257px;
          height: 145px;
          position: absolute;
          z-index: 0;
          border-radius: 4px;
}
.jobWanted .contentCenter .item .cover[data-v-e58a6b0a]:hover {
          transform: scale(1.1);
          -ms-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -o-transform: scale(1.1);
}
.jobWanted .contentCenter .item .cover h2[data-v-e58a6b0a],
        .jobWanted .contentCenter .item .cover h3[data-v-e58a6b0a] {
          position: absolute;
          z-index: 1;
          width: 100%;
          text-align: center;
          color: #fff;
}
.jobWanted .contentCenter .item .cover h2[data-v-e58a6b0a] {
          top: 40px;
          opacity: 0.8;
          font-size: 16px;
          color: #fff;
          font-weight: normal;
          display: flex;
          flex-direction: column;
          align-items: center;
}
.jobWanted .contentCenter .item .cover h2[data-v-e58a6b0a]::after {
            content: '';
            display: inline-block;
            width: 34px;
            height: 1px;
            background: rgba(255, 255, 255, 0.8);
            margin-top: 10px;
}
.jobWanted .contentCenter .item .cover h3[data-v-e58a6b0a] {
          top: 82px;
          font-size: 21px;
          color: #fff;
          font-weight: normal;
}
.jobWanted .contentCenter .item h1[data-v-e58a6b0a] {
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
        color: #333;
        margin: 20px 0 10px 6px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
}
.jobWanted .contentCenter .item h1[data-v-e58a6b0a]:hover {
          color: #f3493b;
}
.jobWanted .contentCenter .item .detail[data-v-e58a6b0a] {
        padding-top: 10px;
        border-top: 1px solid #ededed;
        margin: 0 2px;
        height: 20px;
}
.jobWanted .contentCenter .item .detail h2[data-v-e58a6b0a] {
          font-size: 14px;
          font-weight: normal;
          line-height: 20px;
          color: #f3493b;
          text-align: right;
          margin-right: 4px;
          cursor: pointer;
}
.jobWanted .contentCenter .item .detail h2[data-v-e58a6b0a]:hover {
            color: #da4134;
}
.jobWanted .contentCenter .item .smallT[data-v-e58a6b0a] {
        padding-bottom: 16px;
        height: 24px;
}
.jobWanted .contentCenter .item .smallT li[data-v-e58a6b0a] {
          height: 24px;
          background: #f7f7f7;
          border-radius: 12px 12px 12px 0px;
          font-size: 12px;
          font-weight: normal;
          line-height: 24px;
          color: #666666;
          padding: 0 10px;
          margin-right: 6px;
          display: inline-block;
}
.jobWanted .like[data-v-e58a6b0a] {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.jobWanted .like .likeCenter[data-v-e58a6b0a] {
      width: 938px;
      max-height: 618px;
      background: #ffffff;
      border-radius: 10px;
}
.jobWanted .like .likeCenter .likeTit[data-v-e58a6b0a] {
        width: 938px;
        height: 74px;
        background: #ffffff;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
        border-radius: 10px 10px 0px 0px;
        display: flex;
        justify-content: space-between;
        align-items: flex-top;
        flex-wrap: wrap;
}
.jobWanted .like .likeCenter .likeTit h1[data-v-e58a6b0a] {
          font-size: 18px;
          font-weight: bold;
          line-height: 24px;
          color: #333333;
          margin-left: 40px;
          margin-top: 28px;
}
.jobWanted .like .likeCenter .likeTit i[data-v-e58a6b0a] {
          font-size: 14px;
          font-weight: bold;
          line-height: normal;
          color: #999999;
          cursor: pointer;
          margin-right: 24px;
          margin-top: 32px;
}
.jobWanted .like .likeCenter .likeCont[data-v-e58a6b0a] {
        padding: 30px 40px 0;
        max-height: 434px;
        overflow-y: scroll;
}
.jobWanted .like .likeCenter .likeCont .item h1[data-v-e58a6b0a] {
          font-size: 16px;
          font-weight: bold;
          line-height: 22px;
          color: #333333;
}
.jobWanted .like .likeCenter .likeCont .item ul[data-v-e58a6b0a] {
          margin-top: 16px;
          margin-bottom: 20px;
          overflow: hidden;
}
.jobWanted .like .likeCenter .likeCont .item ul li[data-v-e58a6b0a] {
            float: left;
            width: 80px;
            height: 36px;
            background: #f7f7f7;
            border-radius: 4px;
            margin-right: 10px;
            margin-bottom: 10px;
            font-size: 14px;
            font-weight: normal;
            line-height: 36px;
            color: #666;
            text-align: center;
            cursor: pointer;
            padding: 0 8px;
}
.jobWanted .like .likeCenter .likeCont .item ul .change[data-v-e58a6b0a] {
            background: #ffe8e8;
            color: #e43021;
            font-weight: bold;
}
.jobWanted .like .likeCenter .likeCont .left[data-v-e58a6b0a] {
          float: left;
          width: 425px;
}
.jobWanted .like .likeCenter .likeCont .right[data-v-e58a6b0a] {
          float: right;
          width: 425px;
          margin-right: -11px;
}
.jobWanted .like .likeCenter .likeCont[data-v-e58a6b0a]::-webkit-scrollbar {
          width: 5px;
          height: 5px;
          border-radius: 10px;
}
.jobWanted .like .likeCenter .likeCont[data-v-e58a6b0a]::-webkit-scrollbar-thumb {
          border-radius: 10px;
          background-color: rgba(0, 0, 0, 0.2);
}
.jobWanted .like .likeCenter .likeCont[data-v-e58a6b0a]::-webkit-scrollbar-track {
          border-radius: 10px;
          background-color: #fff;
}
.jobWanted .like .likeCenter .likeBtn[data-v-e58a6b0a] {
        width: 100%;
        height: 80px;
        background: #ffffff;
        box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.05);
        border-radius: 0px 0px 10px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
}
.jobWanted .like .likeCenter .likeBtn h1[data-v-e58a6b0a],
        .jobWanted .like .likeCenter .likeBtn h2[data-v-e58a6b0a] {
          border-radius: 4px;
          font-size: 16px;
          font-weight: bold;
          line-height: 40px;
          color: #fff;
          text-align: center;
          cursor: pointer;
          width: 200px;
          height: 40px;
}
.jobWanted .like .likeCenter .likeBtn h1[data-v-e58a6b0a] {
          background: rgba(243, 73, 59, 0.3);
}
.jobWanted .like .likeCenter .likeBtn h2[data-v-e58a6b0a] {
          background: #f3493b;
}
.jobWanted .like .likeCenter .likeBtn h2[data-v-e58a6b0a]:hover {
            background: #da4134;
}
.jobWanted .zhongzhi[data-v-e58a6b0a] {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}
.jobWanted .zhongzhi .cont[data-v-e58a6b0a] {
      width: 420px;
      height: auto;
      text-align: center;
      background: #FFFFFF;
      border-radius: 18px;
      padding-top: 30px;
}
.jobWanted .zhongzhi .cont p[data-v-e58a6b0a] {
        padding: 0 30px;
        font-size: 18px;
        color: #333333;
        line-height: 24px;
        padding-bottom: 15px;
}
.jobWanted .zhongzhi .cont .btn[data-v-e58a6b0a] {
        display: flex;
        border-top: 1px solid #E5E5E5;
        height: 50px;
}
.jobWanted .zhongzhi .cont .btn span[data-v-e58a6b0a] {
          flex: 1;
          line-height: 50px;
          color: #333333;
          font-size: 18px;
          text-align: center;
          cursor: pointer;
}

@charset "UTF-8";
/*
  ft: font

*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.shu {
  display: inline-block;
  content: '';
  width: 1px;
  height: 14px;
  background: rgba(0, 0, 0, 0.14);
  margin: -2px 10px;
}

/*
	多行省略号
*/
/*
	字体颜色 大小 粗细 默认
*/
/*
	flex 布局
*/
.css1.el-tooltip__popper.is-dark {
  background: #ffffff;
  box-shadow: 1px 0px 13px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 14px 20px;
}
.css1.el-tooltip__popper.is-dark .popper__arrow {
    border-top-color: #f5f5f5;
}
.css1.el-tooltip__popper.is-dark .popper__arrow::after {
      bottom: 1px;
      margin-left: -5px;
      border-top-color: #fff;
      border-bottom-width: 0;
}
.el-tooltip__popper.is-dark {
  max-width: 800px;
}
.wordType1 {
  height: 86px;
}

