<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrap {
  background: #F2F4F7;
}
footer .bottom-tab,
footer .bottom-list {
  width: 1000px;
}
.flex {
  display: flex;
  align-items: center;
}
.flex-start {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.adv {
  position: relative;
  display: none;
  height: 60px;
  cursor: pointer;
}
.adv a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.adv .close-btn {
  position: absolute;
  background: url('../images/adver/close.png');
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
  right: 200px;
  top: 18px;
  z-index: 999;
}
.adv.im-adv-recruit {
  background: url('/frontend/BeeRecruit/images/adver/im-adv-job.png') no-repeat center center;
  background-size: cover;
}
.adv.act-adv-job {
  background: url('/frontend/BeeRecruit/images/adver/act-adv-job.png') no-repeat center center;
  background-size: cover;
}
.adv.act-adv-job .close-btn {
  display: none;
}
.search-model {
  width: 100%;
  height: 125px;
  background: #fff;
  box-shadow: 0 0 6px rgba(180, 180, 180, 0.4);
}
.search-model .container {
  height: 100%;
  width: 940px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search-model .container .search-wrapper {
  display: flex;
  height: 45px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.search-model .container .search-wrapper .search {
  position: relative;
  width: 750px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  border: 1px solid #333;
  box-sizing: border-box;
  border-radius: 4px;
}
.search-model .container .search-wrapper .search .search-list {
  position: absolute;
}
.search-model .container .search-wrapper .search .search-input {
  width: 650px;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  text-indent: 1rem;
  color: #333;
}
.search-model .container .search-wrapper .search .search-btn {
  width: 100px;
  border-radius: 0 4px 4px 0;
  overflow: hidden;
  background-color: #333;
  background-image: url('/frontend/BeeRecruit/images/index/search-ico.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.search-model .container .search-wrapper .search .search-btn:hover {
  background-color: #444;
}
.search-model .container .search-wrapper .pub-resume {
  width: 140px;
  height: 100%;
  background: #FFD205;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
}
.search-model .container .search-wrapper .pub-resume:hover {
  background: #ffe35e;
}
.search-model .container .search-wrapper .pub-resume span {
  margin-left: 10px;
}
.search-model .container .hot-position-sort {
  display: flex;
  margin-top: 10px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.search-model .container .hot-position-sort .title {
  color: #888;
  font-size: 14px;
}
.search-model .container .hot-position-sort .hot-position-list li {
  float: left;
  margin-left: 15px;
}
.search-model .container .hot-position-sort .hot-position-list li a {
  color: #666;
}
.search-model .container .hot-position-sort .hot-position-list li a:hover {
  color: #fb6c2e;
}
.search-model-fixed {
  position: fixed;
  z-index: 1000;
  top: 0;
}
.search-model-fixed .container .hot-position-sort {
  display: none;
}
.mar-top-135 {
  margin-top: 135px !important;
}
.top-tab {
  width: 100%;
  padding: 15px 0;
  margin-bottom: 12px;
  background: #fff;
  color: #999;
  font-size: 16px;
}
.top-tab .top-tab-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}
.top-tab .top-tab-wrapper a {
  display: block;
  line-height: 44px;
  color: #999;
  margin: 0 45px;
}
.top-tab .top-tab-wrapper a.active {
  color: #333;
  border-bottom: 2px solid #333;
}
.top-tab .top-tab-wrapper a .hot-icon {
  display: inline-block;
  vertical-align: super;
  width: 16px;
  height: 16px;
  background: url('../images/hot-black.svg');
  background-size: 100% 100%;
}
.top-tab .top-tab-wrapper a:hover {
  color: #333;
}
.top-tab .top-tab-wrapper a.pub-btn {
  position: absolute;
  padding: 0 16px;
  color: #333;
  background: #ffd205;
  border-radius: 2px;
  right: 0;
  cursor: pointer;
}
.top-tab .top-tab-wrapper a.pub-btn:hover {
  background: #ffe35e;
}
.top-tab::after {
  display: block;
  content: '';
  clear: both;
}
.content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 10px;
}
.content &gt; section {
  background: #F2F4F7;
}
.content .filter-tab {
  padding: 30px 20px;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
}
.content .filter-tab a {
  display: inline-block;
  font-size: 16px;
  color: #999;
}
.content .filter-tab a:not(:last-of-type)::after {
  content: '|';
  display: inline-block;
  margin: 0 20px;
  color: #f2f2f2;
}
.content .filter-tab a.active {
  color: #333;
}
.content .filter-tab a:hover {
  color: #333;
}
.content .filter {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 2px;
  padding: 15px 30px;
  font-size: 12px;
  color: #666;
  box-sizing: border-box;
  background: #fff;
}
.content .filter a {
  display: inline-block;
  color: #666;
}
.content .filter a.active {
  color: #fff;
  background: #000000;
}
.content .filter .filter-item {
  margin: 15px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.content .filter .filter-item .filter-name {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.content .filter .filter-item .filter-content {
  flex: 1;
  padding-right: 20px;
}
.content .filter .filter-item .filter-content a {
  margin: 0 5px 5px;
  padding: 4px 10px;
  border-radius: 4px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.content .filter .filter-item .filter-content a:hover {
  color: #fff;
  background: #000000;
}
.content .filter .filter-item .filter-fold {
  max-height: 28px;
  overflow: hidden;
}
.content .filter .filter-item .more-item {
  margin-top: 5px;
  text-decoration: underline;
  cursor: pointer;
}
.content .filter .filter-item .more-item:hover {
  color: #fb6c2e;
}
.content .filter .filter-item.more-condition {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 10px 0;
  justify-content: flex-start;
}
.content .filter .filter-item.more-condition .filter-name {
  margin-right: 15px;
}
.content .filter .filter-item.more-condition section.input-wrapper {
  position: relative;
  width: 120px;
  margin-right: 26px;
}
.content .filter .filter-item.more-condition section.input-wrapper input {
  -webkit-appearance: none;
  background-color: #F7F7F7;
  background-image: none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 26px;
  line-height: 26px;
  outline: none;
  padding: 0 15px;
  padding-right: 30px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  cursor: pointer;
}
.content .filter .filter-item.more-condition section.input-wrapper input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.content .filter .filter-item.more-condition section.input-wrapper input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.content .filter .filter-item.more-condition section.input-wrapper input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.content .filter .filter-item.more-condition section.input-wrapper input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.content .filter .filter-item.more-condition section.input-wrapper input.active {
  border-color: #ffd205;
}
.content .filter .filter-item.more-condition section.input-wrapper input.active + span.dropdown-icon {
  transform: rotate(180deg);
}
.content .filter .filter-item.more-condition section.input-wrapper .dropdown-icon {
  position: absolute;
  width: 20px;
  height: 10px;
  right: 6px;
  top: 50%;
  margin-top: -5px;
  text-align: center;
  color: #c0c4cc;
  transition: all 0.5s;
  pointer-events: none;
  background: url('../images/login/drop-down.svg');
  background-size: 100% 100%;
}
.content .filter .filter-item.more-condition section.input-wrapper .fp-select {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  align-items: center;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  max-height: 368px;
  overflow-y: auto;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  z-index: 50;
}
.content .filter .filter-item.more-condition section.input-wrapper .fp-select ul {
  padding: 4px 0;
  flex-grow: 1;
  height: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  color: #333;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.content .filter .filter-item.more-condition section.input-wrapper .fp-select ul li {
  cursor: pointer;
  padding: 0;
}
.content .filter .filter-item.more-condition section.input-wrapper .fp-select ul li.active {
  background: #f8f8f8;
}
.content .filter .filter-item.more-condition section.input-wrapper .fp-select ul li a {
  display: block;
  padding: 12px 10px;
  color: #333;
}
.content .filter .filter-item.more-condition section.input-wrapper .fp-select ul li:hover {
  background: #f1f1f1;
}
.content .filter .more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #333;
  cursor: pointer;
}
.content .filter .more:hover {
  color: #fb6c2e;
}
.content .filter .more .dropdown-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: url('../images/filter-icon.svg');
  background-size: 100% 100%;
}
.content .filter .more .dropdown-icon.rotate {
  transform: rotate(180deg);
}
.job-ad-block {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.job-ad-block2 {
  display: block;
  width: 100%;
  height: 150px;
  background: url(../images/banner_job_list_211124.jpg);
  margin-bottom: 10px;
}
.job-tab-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  border-bottom: 1px solid #f1f1f1;
}
.job-tab-wrapper .job-tab-item {
  padding-top: 10px;
}
.job-tab-wrapper .job-tab-item a {
  display: inline-block;
  padding: 10px 0;
  margin-right: 60px;
  color: #999;
}
.job-tab-wrapper .job-tab-item a:hover {
  color: #333;
}
.job-tab-wrapper .job-tab-item a.active {
  color: #333;
  border-bottom: 2px solid #333;
}
.job-tab-wrapper .right-pagination {
  display: flex;
  align-items: center;
}
.job-tab-wrapper .right-pagination span {
  vertical-align: baseline;
}
.job-tab-wrapper .right-pagination &gt; a {
  display: inline-block;
  margin: 0 10px;
  color: #ccc;
}
.job-tab-wrapper .right-pagination &gt; a:hover {
  color: #999;
}
.job-tab-wrapper .right-pagination span {
  color: #ccc;
}
.job-tab-wrapper .right-pagination span a {
  color: #999;
}
.job-content {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}
.job-content .left-content {
  width: 910px;
  background: #fff;
}
.job-content .left-content .sort-control {
  padding: 0 30px 0 18px;
  display: flex;
  justify-content: space-between;
  height: 60px;
  border-bottom: 1px solid #eee;
}
.job-content .left-content .sort-control .right-pagination {
  display: flex;
  align-items: center;
}
.job-content .left-content .sort-control .right-pagination a {
  color: #ccc;
}
.job-content .left-content .sort-control .right-pagination p {
  margin: 0 5px;
  color: #ccc;
}
.job-content .left-content .sort-control .right-pagination p mark {
  background: none;
  color: #333;
}
.job-content .left-content .sort {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.job-content .left-content .sort a {
  padding: 5px 12px;
  margin-left: 13px;
  display: inline-block;
  color: #333;
  border-radius: 4px;
  border: 1px solid transparent;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.job-content .left-content .sort a:hover {
  border: 1px solid #f1f1f1;
  background: #000;
  color: #fff;
}
.job-content .left-content .sort a.active {
  border: 1px solid #f1f1f1;
  background: #000;
  color: #fff;
}
.job-content .left-content .sub-job {
  position: relative;
  margin: 0 30px;
  padding: 13px 30px;
  margin-right: 0;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #666;
  font-size: 14px;
}
.job-content .left-content .sub-job a {
  color: #fb6c2e;
}
.job-content .left-content .sub-job a:hover {
  text-decoration: underline;
}
.job-content .left-content .sub-job .img {
  padding: 5px;
  margin-right: 14px;
}
.job-content .left-content .sub-job .img img {
  width: 110px;
  height: 110px;
}
.job-content .left-content .sub-job .close-btn {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 16px;
  height: 16px;
  background: url('../images/close-ico.svg');
  background-size: 100% 100%;
  cursor: pointer;
}
.job-content .left-content .list {
  width: 100%;
}
.job-content .left-content .list .list-item {
  padding: 0 30px;
}
.job-content .left-content .list .list-item:hover {
  background: #F8F9FB;
}
.job-content .left-content .list .list-item:hover .qrcode {
  display: block;
}
.job-content .left-content .list .list-item:hover .item-wrap .title-w a {
  color: #FFB505;
}
.job-content .left-content .list .item-wrap {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #eee;
  padding: 20px 0;
}
.job-content .left-content .list .item-wrap .left-item {
  position: relative;
  width: 70%;
}
.job-content .left-content .list .item-wrap .left-item .title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #333;
  font-weight: 400;
  font-size: 16px;
}
.job-content .left-content .list .item-wrap .left-item .title .title-w {
  display: flex;
  align-items: center;
}
.job-content .left-content .list .item-wrap .left-item .title .title-w .qianyue-icon {
  margin-right: 5px;
  vertical-align: middle;
}
.job-content .left-content .list .item-wrap .left-item .title .title-w &gt; a {
  display: inline-block;
  max-width: 305px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 21px;
  color: #fb6c2e;
}
.job-content .left-content .list .item-wrap .left-item .title .title-w &gt; .area {
  margin-left: 10px;
}
.job-content .left-content .list .item-wrap .left-item .title .title-w &gt; .area &gt; a {
  color: #333;
}
.job-content .left-content .list .item-wrap .left-item .title .title-w &gt; .area &gt; a:hover {
  color: #fb6c2e;
}
.job-content .left-content .list .item-wrap .left-item .title .title-w &gt; span {
  vertical-align: baseline;
}
.job-content .left-content .list .item-wrap .left-item .title .booth {
  background: #ff5a00;
  margin-right: 10px;
  color: #fbfba9;
  font-size: 12px;
  padding: 1px 4px;
  border-radius: 4px;
}
.job-content .left-content .list .item-wrap .left-item .title .booth .icon {
  display: inline-block;
  margin-right: 2px;
  width: 13px;
  height: 11px;
  background: url('../images/booth.svg');
  background-size: 100% 100%;
  vertical-align: text-top;
}
.job-content .left-content .list .item-wrap .left-item .title .top-icon {
  margin-right: 10px;
  background: url("../images/top.png?v=0514") center no-repeat;
  width: 48px;
  height: 18px;
}
.job-content .left-content .list .item-wrap .left-item .title .cert {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url('../images/cert.svg');
  background-size: 100% 100%;
}
.job-content .left-content .list .item-wrap .left-item .top-ico-s {
  display: inline-block;
  margin-right: 2px;
  width: 13px;
  height: 11px;
  background: url('../images/top.png');
  background-size: 100% 100%;
  vertical-align: text-top;
}
.job-content .left-content .list .item-wrap .left-item .requirement span {
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.job-content .left-content .list .item-wrap .left-item .requirement span a {
  color: #666;
}
.job-content .left-content .list .item-wrap .left-item .requirement span a:hover {
  color: #fa6d2f;
}
.job-content .left-content .list .item-wrap .left-item .requirement span:not(:last-of-type)::after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 12px;
  margin: 0 6px;
  background: #e6e6e6;
}
.job-content .left-content .list .item-wrap .left-item .requirement span.money {
  font-size: 16px;
  color: #fb6c2e;
  font-weight: bold;
}
.job-content .left-content .list .item-wrap .left-item .tag {
  display: flex;
  margin-top: 15px;
}
.job-content .left-content .list .item-wrap .left-item .tag li {
  font-size: 12px;
  color: #666;
  background: #FFF9EF;
  line-height: 25px;
  padding: 0 10px;
  margin-right: 5px;
}
.job-content .left-content .list .item-wrap .left-item .the-title {
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  margin-top: 20px;
  color: #333;
  padding-left: 25px;
  background: url(../images/title-pre.png) left center no-repeat;
}
.job-content .left-content .list .item-wrap .left-item .the-title :hover {
  color: #fb6c2e;
}
.job-content .left-content .list .item-wrap .left-item .popup {
  display: none;
  position: absolute;
  right: 0;
  width: 400px;
  transform: translateX(85%);
  top: -90px;
  padding: 20px 20px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 15px 1px #eee;
  background: #fff;
  z-index: 3;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.job-content .left-content .list .item-wrap .left-item .popup .triangle {
  position: absolute;
  left: -7px;
  top: 41%;
  margin-top: -7px;
  border-top: 7px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 7px solid transparent;
}
.job-content .left-content .list .item-wrap .left-item .popup .triangle::after {
  content: '';
  position: absolute;
  left: -2px;
  top: -7px;
  z-index: -1;
  border-top: 7px solid transparent;
  border-right: 7px solid #eee;
  filter: blur(-10px);
  border-bottom: 7px solid transparent;
}
.job-content .left-content .list .item-wrap .left-item .popup .position-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.job-content .left-content .list .item-wrap .left-item .popup .position-control .second-level-position {
  width: 270px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-content .left-content .list .item-wrap .left-item .popup .position-control .second-level-position:hover {
  color: #fb6c2e;
}
.job-content .left-content .list .item-wrap .left-item .popup .pub-from {
  margin-bottom: 15px;
  width: 270px;
}
.job-content .left-content .list .item-wrap .left-item .popup .pub-from .name {
  font-size: 14px;
  color: #999;
}
.job-content .left-content .list .item-wrap .left-item .popup .pub-from .name:hover {
  color: #333;
}
.job-content .left-content .list .item-wrap .left-item .popup .pub-from span {
  display: inline-block;
}
.job-content .left-content .list .item-wrap .left-item .popup .pub-from span.icon {
  vertical-align: middle;
}
.job-content .left-content .list .item-wrap .left-item .popup .details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.job-content .left-content .list .item-wrap .left-item .popup .details .wrap {
  background: #fff;
}
.job-content .left-content .list .item-wrap .left-item .popup .details span {
  font-size: 14px;
  color: #666;
}
.job-content .left-content .list .item-wrap .left-item .popup .details span:not(:last-of-type)::after {
  content: '|';
  color: #e6e6e6;
  display: inline-block;
  margin: 0 10px;
}
.job-content .left-content .list .item-wrap .left-item .popup .details span .active {
  color: #ff6a21;
}
.job-content .left-content .list .item-wrap .left-item .popup .details .control {
  display: flex;
  align-items: center;
}
.job-content .left-content .list .item-wrap .left-item .popup .details .control .collect .icon-collect {
  display: inline-block;
  width: 17px;
  height: 14px;
  background: url(../images/not-collected.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.job-content .left-content .list .item-wrap .left-item .popup .details .control .collect span {
  vertical-align: middle;
  font-size: 14px;
  color: #333;
}
.job-content .left-content .list .item-wrap .left-item .popup .details .control .collect span:hover {
  color: #fa6d2f;
}
.job-content .left-content .list .item-wrap .left-item .popup .details .control .collet-success .icon-collect {
  background: url(../images/collected.svg) no-repeat;
}
.job-content .left-content .list .item-wrap .left-item .popup .details .control .toResume {
  display: inline-block;
  width: 60px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #333;
  background: #ffd205;
  border-radius: 4px;
}
.job-content .left-content .list .item-wrap .left-item .popup .details .control .toResume:hover {
  background: #ffe52f;
}
.job-content .left-content .list .item-wrap .left-item .popup .position-descrip {
  border-top: 1px solid #f2f2f2;
}
.job-content .left-content .list .item-wrap .left-item .popup .position-descrip .title-descrip {
  display: inline-block;
  font-size: 14px;
  color: #666;
  padding: 15px 0 5px 0;
}
.job-content .left-content .list .item-wrap .left-item .popup .position-descrip .content {
  width: 100% !important;
  font-size: 14px;
  color: #666;
  background: none !important;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.job-content .left-content .list .item-wrap .left-item .popup .bottom-button {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 14px;
  color: #333;
}
.job-content .left-content .list .item-wrap .left-item .popup .bottom-button a {
  display: inline-block;
  padding: 6px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
}
.job-content .left-content .list .item-wrap .left-item .popup .bottom-button a.view-more {
  color: #666;
}
.job-content .left-content .list .item-wrap .left-item .popup .bottom-button a.view-more:hover {
  color: #333;
  border-color: #999;
}
.job-content .left-content .list .item-wrap .left-item .popup .bottom-button a.deliver-resume {
  background: #ffd205;
  border-color: #ffd205;
}
.job-content .left-content .list .item-wrap .left-item .popup .bottom-button a.deliver-resume:hover {
  background: #ffe52f;
  border-color: #ffe25f;
}
.job-content .left-content .list .item-wrap .left-item .popup .bottom-button .chat-icon-btn {
  position: absolute;
  left: -50px;
  bottom: -112px;
}
.job-content .left-content .list .item-wrap .left-item .popup .bottom-button .chat-icon-btn img:first-child {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -110px;
  position: relative;
}
.job-content .left-content .list .item-wrap .left-item .popup .bottom-button .chat-icon-btn img:last-child {
  margin-left: -85px;
}
.job-content .left-content .list .item-wrap .left-item .popup .bottom-button .chat-icon-btn-one {
  position: absolute;
  left: -90px;
  bottom: -110px;
}
.job-content .left-content .list .item-wrap .left-item .popup .bottom-button .chat-icon-btn-one img:first-child {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -110px;
  position: relative;
}
.job-content .left-content .list .item-wrap .left-item .popup .bottom-button .chat-icon-btn-one img:last-child {
  margin-left: -85px;
}
.job-content .left-content .list .item-wrap .left-item .job-wanted-pop {
  height: auto;
  width: 405px;
  top: -50px;
}
.job-content .left-content .list .item-wrap .left-item .job-wanted-pop .details {
  margin-top: 10px;
}
.job-content .left-content .list .item-wrap .left-item .job-wanted-pop .pub-name {
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
}
.job-content .left-content .list .item-wrap .left-item .job-wanted-pop .bottom-button {
  justify-content: center;
}
.job-content .left-content .list .item-wrap .left-item .job-wanted-pop .bottom-button .chat-now {
  margin-left: 0 !important;
  width: 80px;
  text-align: center;
  color: #333;
  border-radius: 4px;
  background: #FFD205;
  border: none;
}
.job-content .left-content .list .item-wrap .left-item .job-wanted-pop .bottom-button .chat-now:hover {
  background: #ffe52f;
}
.job-content .left-content .list .item-wrap .left-item .job-wanted-pop .bottom-button .view-more {
  width: 80px;
  text-align: center;
}
.job-content .left-content .list .item-wrap .left-item .job-wanted-pop .bottom-button .view-more:hover {
  background: #333;
  color: #fff !important;
}
.job-content .left-content .list .item-wrap .pub-time {
  color: #ccc;
  font-size: 14px;
  text-align: right;
}
.job-content .left-content .list .item-wrap .pub-time .pub-name {
  margin-bottom: 10px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 18px;
}
.job-content .left-content .list .item-wrap .pub-time .pub-name .chat-now {
  display: inline-block;
  width: 20px;
  height: 18px;
  background: url(/frontend/BeeRecruit/images/chat.png);
  margin-right: 5px;
}
.job-content .left-content .list .item-wrap .pub-time .pub-name .name {
  font-size: 16px;
  color: #333;
}
.job-content .left-content .list .item-wrap .pub-time .pub-name span {
  display: inline-block;
}
.job-content .left-content .list .item-wrap .pub-time .pub-name span.icon {
  vertical-align: middle;
}
.job-content .left-content .list .item-wrap .pub-time .pub-name .cheng {
  width: 20px;
  height: 22px;
  margin: 0 4px;
  margin-left: 5px;
  background: url('/frontend/BeeRecruit/images/newicon/cliebao.png');
  background-size: 100% 100%;
}
.job-content .left-content .list .item-wrap .pub-time .pub-name .vip-month {
  width: 41px;
  height: 18px;
  margin-left: 5px;
  background: url('/frontend/BeeRecruit/images/newicon/vip.png');
  background-size: 100% 100%;
}
.job-content .left-content .list .item-wrap .pub-time .pub-name .vip-year {
  width: 41px;
  height: 18px;
  margin-left: 5px;
  background: url('/frontend/BeeRecruit/images/newicon/vip.png');
  background-size: 100% 100%;
}
.job-content .left-content .list .item-wrap .pub-time .pub-name .vip-half-year {
  width: 41px;
  height: 18px;
  margin-left: 5px;
  background: url('/frontend/BeeRecruit/images/newicon/vip.png');
  background-size: 100% 100%;
}
.job-content .left-content .list .item-wrap .pub-time .pub-name .vip-season {
  width: 41px;
  height: 18px;
  margin-left: 5px;
  background: url('/frontend/BeeRecruit/images/newicon/vip.png');
  background-size: 100% 100%;
}
.job-content .left-content .list .item-wrap .pub-time .pub-name .score {
  font-size: 14px;
  color: #666;
  margin-left: 14px;
}
.job-content .left-content .list .item-wrap .pub-time .pub-name .score strong {
  font-weight: normal;
  color: #FFD205;
}
.job-content .left-content .list .item-wrap .pub-time .company {
  font-size: 14px;
  color: #999;
  height: 30px;
  line-height: 30px;
}
.job-content .left-content .list .item-wrap .pub-time .company .cheng {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  background: url(/frontend/BeeRecruit/images/newicon/cliebao.png);
}
.job-content .left-content .list .item-wrap .pub-time .company .mingqi {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 27px;
  height: 15px;
  background: url(/frontend/BeeRecruit/images/newicon/mingqi.png) no-repeat;
}
.job-content .left-content .list .item-wrap .pub-time span {
  vertical-align: baseline;
  color: #999;
}
.job-content .left-content .list .item-wrap .pub-time .pub-time-chat {
  text-align: right;
  height: 40px;
  overflow: hidden;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.job-content .left-content .list .item-wrap .pub-time .pub-time-chat .time {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 12px;
  color: #BFBFBF;
}
.job-content .left-content .list .item-wrap .pub-time .pub-time-chat .chat-now {
  display: inline-block;
  width: 100%;
  height: 40px;
  background: #FFD205;
  color: #333;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
}
.job-content .left-content .list .item-wrap .pub-time .pub-time-chat .chat-now:hover {
  background: #ffe52f;
}
.job-content .left-content .list .item-wrap span.right-icon {
  position: absolute;
  right: 0;
  top: 10px;
  width: 30px;
  height: 30px;
}
.job-content .left-content .list .item-wrap span.right-icon.full {
  background: url('../images/full-time.svg');
  background-size: 100% 100%;
}
.job-content .left-content .list .item-wrap span.right-icon.part-time {
  background: url('../images/part-time-job.svg');
  background-size: 100% 100%;
}
.job-content .left-content .list .item-wrap .qrcode {
  display: none;
  position: absolute;
  z-index: 999;
  right: 240px;
  width: 200px;
  height: 180px;
  padding: 20px 0 0 0px;
  text-align: center;
  background: white;
  box-shadow: grey 0px 0px 5px;
  border-radius: 5px;
}
.job-content .left-content .list .item-wrap .qrcode img {
  width: 140px;
  height: 140px;
}
.job-content .left-content .list .item-wrap .qrcode p {
  margin-top: 10px;
  font-size: 12px;
}
.job-content .left-content .empty {
  padding: 50px 0;
  text-align: center;
}
.job-content .left-content .empty img {
  width: 100px;
  height: 120px;
  margin-bottom: 20px;
}
.job-content .left-content .empty p {
  color: #666;
  font-size: 16px;
}
.job-content .right-content {
  width: 270px;
}
.job-content .right-content .valuation-before-block {
  width: 100%;
}
.job-content .right-content .index-banner {
  width: 160px;
  height: 270px;
}
.job-content .right-content .ad {
  margin-bottom: 27px;
}
.job-content .right-content .ad a,
.job-content .right-content .ad img {
  width: 160px;
  height: 270px;
}
.job-content .right-content .selected {
  background: #fff;
}
.job-content .right-content .selected .title {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.job-content .right-content .selected .adviser-side-con .item {
  position: relative;
  padding: 0 20px;
}
.job-content .right-content .selected .adviser-side-con .item:last-child .content-wrap {
  border-bottom: none;
}
.job-content .right-content .selected .adviser-side-con .item:hover {
  background: #F8F9FB;
}
.job-content .right-content .selected .adviser-side-con .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}
.job-content .right-content .selected .adviser-side-con .item .content-wrap {
  position: relative;
  width: 100%;
  padding: 17px 0;
  border-bottom: 1px dashed #eee;
}
.job-content .right-content .selected .adviser-side-con .adver-side-major {
  font-size: 14px;
  color: #222;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-content .right-content .selected .adviser-side-con .adver-side-major:hover {
  color: #fa6d2f;
}
.job-content .right-content .selected .adviser-side-con .adver-side-major .tag {
  display: inline-block;
  width: 30px;
  height: 16px;
  background: url("/frontend/BeeRecruit/images/jinxuan-s-ico.png");
  background-size: 100% 100%;
  margin-left: 5px;
  vertical-align: middle;
}
.job-content .right-content .selected .adviser-side-con .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.job-content .right-content .selected .adviser-side-con .bottom .adver-side-price {
  font-size: 16px;
  color: #FB6C2E;
}
.job-content .right-content .selected .adviser-side-con .bottom .adver-side-det {
  font-size: 14px;
  color: #777;
}
.job-content .right-content .ads-locat {
  width: 270px;
  margin-top: 15px;
}
.job-content .right-content .ads-locat img {
  width: 100%;
  height: 100%;
}
.delivery-popup .layui-layer-title {
  padding: 8px 20px;
  font-size: 16px;
  color: #333;
  background: #f1f1f1;
}
.delivery-popup .content-message {
  padding: 30px 20px;
  font-size: 14px;
  color: #666;
  border-top: 1px solid #f1f1f1;
}
.delivery-popup .bottom {
  display: flex;
  justify-content: flex-end;
  padding: 30px;
}
.delivery-popup .bottom a {
  display: inline-block;
  padding: 10px 0;
  width: 88px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #f1f1f1;
  color: #666;
}
.delivery-popup .bottom a.active {
  margin-left: 20px;
  background: #ffd205;
  color: #333;
  border-color: #ffd205;
}
</pre></body></html>