.wrap {
  overflow: hidden;
  background: #F2F4F7;
}
.flex {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}
footer .bottom-list {
  width: 1000px;
}
.collect {
  background: none;
}
.collect .icon-collect {
  display: inline-block;
  width: 17px;
  height: 14px;
  background: url(../images/not-collected.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.collect.collet-success .icon-collect {
  background: url(../images/collected.svg) no-repeat;
}
.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon.icon-phone {
  width: 21px;
  height: 15px;
  background: url('/frontend/BeeRecruit/images/newicon/ck.png');
  background-size: 100% 100%;
}
.icon.icon-sub {
  width: 20px;
  height: 16px;
  background: url('/frontend/BeeRecruit/images/newicon/td.png');
  background-size: 100% 100%;
}
.icon.danger {
  width: 16px;
  height: 14px;
  background: url('/frontend/BeeRecruit/images/newicon/report.png');
  background-size: 100% 100%;
}
.icon.share {
  width: 16px;
  height: 14px;
  background: url('/frontend/BeeRecruit/images/newicon/share.png');
  background-size: 100% 100%;
}
.icon.little-wx {
  width: 14px;
  height: 14px;
  background: url('/frontend/BeeRecruit/images/newicon/little-wx.png');
  background-size: 100% 100%;
}
.flex-between {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.detail-header {
  width: 100%;
  background: url('/frontend/BeeRecruit/images/newicon/bg.png') no-repeat;
  background-size: cover;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.detail-header .detail-header-wrap {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 30px 0;
}
.detail-header .detail-header-wrap .line {
  display: flex;
  justify-content: space-between;
}
.detail-header .detail-header-wrap .line.first-line {
  margin-bottom: 40px;
}
.detail-header .detail-header-wrap .line.first-line .visit-data span {
  font-size: 12px;
  color: #888;
  margin-right: 24px;
}
.detail-header .detail-header-wrap .line.first-line .operation {
  position: relative;
}
.detail-header .detail-header-wrap .line.first-line .operation .operation-wrap {
  display: flex;
  justify-content: flex-end;
}
.detail-header .detail-header-wrap .line.first-line .operation .operation-wrap div {
  position: relative;
  cursor: pointer;
}
.detail-header .detail-header-wrap .line.first-line .operation .operation-wrap div:hover span {
  color: #FC8559;
}
.detail-header .detail-header-wrap .line.first-line .operation .operation-wrap div span {
  color: #999;
  font-size: 12px;
}
.detail-header .detail-header-wrap .line.first-line .operation .operation-wrap .report-wrap {
  margin-left: 25px;
}
.detail-header .detail-header-wrap .line.first-line .operation .operation-wrap .wx-share-wrap {
  margin-left: 25px;
  position: relative;
}
.detail-header .detail-header-wrap .line.first-line .operation .operation-wrap .wx-share-wrap:after {
  content: '';
  position: absolute;
  width: 120px;
  height: 25px;
  bottom: -20px;
  left: 0;
}
.detail-header .detail-header-wrap .line.first-line .operation .operation-wrap .wx-share-wrap .wx-code-img {
  position: absolute;
  top: 30px;
  left: -45px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 7px 1px rgba(99, 114, 127, 0.29);
  padding: 10px;
  display: none;
  z-index: 999;
}
.detail-header .detail-header-wrap .line.first-line .operation .operation-wrap .wx-share-wrap .wx-code-img:after {
  content: '';
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #fff;
  top: -7px;
  left: 47%;
}
.detail-header .detail-header-wrap .line.first-line .operation .operation-wrap .wx-share-wrap .wx-code-img img {
  width: 160px;
  height: 160px;
}
.detail-header .detail-header-wrap .line.first-line .operation .operation-wrap .wx-share-wrap:hover .wx-code-img {
  display: block;
}
.detail-header .detail-header-wrap .line.first-line .operation .share-box {
  position: absolute;
  width: 100%;
  top: 30px;
  left: 0;
  overflow: hidden;
}
.detail-header .detail-header-wrap .line.first-line .operation .share-box .share-list {
  display: flex;
  justify-content: flex-end;
  -moz-transform: translateX(140px);
  -ms-transform: translateX(140px);
  -webkit-transform: translateX(140px);
  transform: translateX(140px);
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.detail-header .detail-header-wrap .line.first-line .operation .share-box .share-list.show {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.detail-header .detail-header-wrap .line.first-line .operation .share-box .close {
  width: 18px;
  height: 18px;
  background: url(../images/adver/close-ico.png?v=190422) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.detail-header .detail-header-wrap .line.first-line .operation .share-box div .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
}
.detail-header .detail-header-wrap .line.first-line .operation .share-box div .icon.qqzone {
  background: url(../images/qqzone.svg);
  background-size: 100% 100%;
  margin-right: 20px;
}
.detail-header .detail-header-wrap .line.first-line .operation .share-box div .icon.qq {
  background: url(../images/login/qq.svg);
  background-size: 100% 100%;
}
.detail-header .detail-header-wrap .line.first-line .operation .share-box div .icon.weibo {
  background: url(../images/weibo.svg);
  background-size: 100% 100%;
  margin: 0 20px;
}
.detail-header .detail-header-wrap .line.second-line {
  margin-bottom: 20px;
}
.detail-header .detail-header-wrap .line.second-line .title {
  display: flex;
  align-items: flex-start;
}
.detail-header .detail-header-wrap .line.second-line .title a {
  display: inline-block;
  max-width: 620px;
  font-size: 28px;
  color: #fff;
}
.detail-header .detail-header-wrap .line.second-line .title .fullTime-ico {
  margin: 10px 0 0 10px;
}
.detail-header .detail-header-wrap .line.second-line .title .partTime-ico {
  margin: 10px 0 0 10px;
}
.detail-header .detail-header-wrap .line.second-line .chat-now {
  display: inline-block;
  width: 210px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #ffd205;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  cursor: pointer;
}
.detail-header .detail-header-wrap .line.second-line .chat-now:hover {
  background: #FFE56D;
}
.detail-header .detail-header-wrap .line.third-line .requirement {
  display: flex;
  align-items: center;
}
.detail-header .detail-header-wrap .line.third-line .requirement .salary {
  font-size: 30px;
  color: #FB6C2E;
}
.detail-header .detail-header-wrap .line.third-line .requirement .other-wrap {
  margin-left: 20px;
}
.detail-header .detail-header-wrap .line.third-line .requirement .other-wrap span {
  color: #ddd;
  position: relative;
  margin-right: 20px;
}
.detail-header .detail-header-wrap .line.third-line .requirement .other-wrap span a {
  font-size: 14px;
  color: #ddd;
}
.detail-header .detail-header-wrap .line.third-line .requirement .other-wrap span a:hover {
  color: #FC8559;
}
.detail-header .detail-header-wrap .line.third-line .requirement .other-wrap span:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  top: 4px;
  right: -10px;
  background: #aaa;
}
.detail-header .detail-header-wrap .line.third-line .requirement .other-wrap span:last-child:after {
  display: none;
}
.detail-header .detail-header-wrap .line.third-line .requirement .other-wrap .job-status {
  color: #aaa;
  font-size: 14px;
}
.detail-header .detail-header-wrap .line.third-line .button-wrap {
  min-width: 210px;
  display: flex;
  justify-content: space-between;
}
.detail-header .detail-header-wrap .line.third-line .button-wrap .button {
  width: auto;
  height: auto !important;
  margin-left: 0;
  background: none !important;
  box-shadow: none !important;
  border: none;
  color: #ECA266;
}
.detail-header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.detail-header-fixed .detail-header-wrap .line.first-line {
  display: none;
}
.details-header {
  width: 100%;
  padding: 30px;
  margin-bottom: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.details-header .details-header-content {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  margin: 0 auto;
}
.details-header .details-header-content .left-side {
  flex: 1;
}
.details-header .details-header-content .left-side .title {
  margin-bottom: 24px;
  color: #333;
  font-weight: 400;
  font-size: 26px;
  font-family: '寰蒋闆呴粦', serif;
}
.details-header .details-header-content .left-side .title a {
  display: inline-block;
  max-width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.details-header .details-header-content .left-side .requirement.requirement,
.details-header .details-header-content .left-side .detail-info.requirement {
  margin-bottom: 24px;
}
.details-header .details-header-content .left-side .requirement span,
.details-header .details-header-content .left-side .detail-info span {
  display: inline-block;
  font-size: 14px;
  color: #999;
}
.details-header .details-header-content .left-side .requirement span:not(:last-of-type)::after,
.details-header .details-header-content .left-side .detail-info span:not(:last-of-type)::after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 12px;
  margin: 0 6px;
  background: #e6e6e6;
}
.details-header .details-header-content .left-side .requirement span.money,
.details-header .details-header-content .left-side .detail-info span.money {
  font-size: 18px;
  color: #fb6c2e;
}
.details-header .details-header-content .left-side .requirement span.job-title,
.details-header .details-header-content .left-side .detail-info span.job-title {
  color: #222;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details-header .details-header-content .left-side .requirement .cert-wrap .cert-content,
.details-header .details-header-content .left-side .detail-info .cert-wrap .cert-content {
  color: #fb6c2e;
}
.details-header .details-header-content .left-side .requirement .cert-wrap .cert-content:hover,
.details-header .details-header-content .left-side .detail-info .cert-wrap .cert-content:hover {
  text-decoration: underline;
}
.details-header .details-header-content .right-side {
  text-align: right;
  position: relative;
}
.details-header .details-header-content .right-side p {
  margin: 10px 0 20px;
  color: #999;
  font-size: 12px;
}
.details-header .details-header-content .right-side .icon-wrapper .detail-expand-ul {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: flex-end;
}
.details-header .details-header-content .right-side .icon-wrapper .detail-expand-ul .collect {
  background: none;
}
.details-header .details-header-content .right-side .icon-wrapper .detail-expand-ul .collect .icon-collect {
  display: inline-block;
  width: 17px;
  height: 14px;
  background: url(../images/not-collected.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.details-header .details-header-content .right-side .icon-wrapper .detail-expand-ul .collect span {
  vertical-align: middle;
  font-size: 14px;
  color: #333;
}
.details-header .details-header-content .right-side .icon-wrapper .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
}
.details-header .details-header-content .right-side .icon-wrapper .icon:hover {
  opacity: 0.8;
}
.details-header .details-header-content .right-side .icon-wrapper .wechat {
  background: url('../images/login/wechat.svg');
  background-size: 100% 100%;
}
.details-header .details-header-content .right-side .icon-wrapper .qq {
  background: url('../images/login/qq.svg');
  background-size: 100% 100%;
}
.details-header .details-header-content .right-side .icon-wrapper .weibo {
  background: url('../images/weibo.svg');
  background-size: 100% 100%;
}
.details-header .details-header-content .right-side .icon-wrapper .qqzone {
  background: url('../images/qqzone.svg');
  background-size: 100% 100%;
}
.details-header .details-header-content .right-side .icon-wrapper .danger {
  background: url('../images/danger.svg');
  background-size: 100% 100%;
  cursor: pointer;
}
.content {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  align-items: flex-start;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.content .title {
  font-size: 18px;
  color: #333;
  margin-bottom: 25px;
}
.content .left-content {
  flex: 1;
  box-sizing: border-box;
}
.content .left-content span {
  vertical-align: baseline;
}
.content .left-content span.tips {
  display: inline-block;
  padding: 8px 11px;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}
.content .left-content span.active {
  color: #fb6c2e !important;
}
.content .left-content span.address {
  color: #666;
  font-size: 14px;
}
.content .left-content span.decoration {
  text-decoration: underline;
  color: #fb6c2e !important;
}
.content .left-content .puber-info {
  background: #fff;
  padding: 30px;
}
.content .left-content .puber-info .puber-info-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .left-content .puber-info .left {
  display: flex;
  align-items: center;
}
.content .left-content .puber-info .left .head-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.content .left-content .puber-info .left .info-wrap {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 55px;
}
.content .left-content .puber-info .left .info-wrap .name-tag {
  display: flex;
  align-items: center;
}
.content .left-content .puber-info .left .info-wrap .name {
  color: #333;
  font-size: 16px;
}
.content .left-content .puber-info .left .info-wrap .company-wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.content .left-content .puber-info .left .info-wrap .company-wrap .company {
  color: #666;
  font-size: 14px;
}
.content .left-content .puber-info .right {
  display: flex;
  height: 50px;
}
.content .left-content .puber-info .right .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  margin-left: 25px;
}
.content .left-content .puber-info .right .item p {
  color: #999;
  font-size: 12px;
}
.content .left-content .puber-info .right .item .data {
  color: #FF6A21;
  font-size: 16px;
}
.content .left-content .job-info {
  margin: 15px 0;
  padding: 30px 30px 0 30px;
  background: #fff;
}
.content .left-content .job-info .job-info-content {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  align-items: flex-start;
}
.content .left-content .job-info .job-info-content .job-left-area,
.content .left-content .job-info .job-info-content .job-right-area {
  width: 50%;
}
.content .left-content .job-info .job-info-content.is-find-job > section {
  width: 50%;
}
.content .left-content .job-info .job-info-content.is-find-job span {
  color: #222;
}
.content .left-content .job-info .job-info-content .job-category {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  margin-bottom: 25px;
}
.content .left-content .job-info .job-info-content .job-category > span {
  color: #333;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .left-content .job-info .job-info-content .em-category > a {
  display: inline-block;
  color: #fb6c2e;
  vertical-align: middle;
}
.content .left-content .job-info .job-info-content .em-category > a:last-of-type {
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .left-content .job-info .job-desc span:last-of-type {
  color: #222;
}
.content .left-content .company-info {
  padding: 0;
  margin-top: 0;
}
.content .left-content .job-desc {
  background: #fff;
  padding: 0 30px 30px 30px;
}
.content .left-content .job-desc .job-desc-item {
  color: #333;
  line-height: 25px;
}
.content .left-content .job-desc .job-category {
  margin-bottom: 25px;
}
.content .left-content .job-desc .job-category span:last-of-type {
  color: #333;
}
.content .left-content .company-introduce {
  position: relative;
  background: #fff;
  padding: 30px;
}
.content .left-content .company-introduce .tips {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 18px;
  height: 18px;
  background: url('/frontend/BeeRecruit/images/newicon/tips.png') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.content .left-content .company-introduce .tips:hover p {
  display: block;
}
.content .left-content .company-introduce .tips p {
  display: none;
  position: absolute;
  width: 330px;
  padding: 5px 10px;
  top: 25px;
  right: 0;
  color: #666;
  font-size: 12px;
  line-height: 25px;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
}
.content .left-content .company-introduce .instr-item {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.content .left-content .company-introduce .instr-item:last-child {
  margin-bottom: 0;
}
.content .left-content .company-introduce .instr-item > section {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  align-items: flex-start;
  flex: 1;
  color: #999;
}
.content .left-content .company-introduce .instr-item > section span {
  flex: 1;
  color: #666;
}
.content .left-content .improve-resume {
  height: 100px;
  background-image: url('/frontend/BeeRecruit/images/newicon/ggw.png');
  background-size: 100% 100%;
  background-color: #fff;
  margin-bottom: 15px;
  cursor: pointer;
}
.content .left-content .ads {
  display: inline-block;
  margin-bottom: 30px;
}
.content .left-content .ads img {
  width: 100%;
  height: 60px;
}
.content .left-content .interest {
  padding: 0 30px;
  background: #fff;
}
.content .left-content .interest .title {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.content .left-content .interest .title .view-more {
  color: #888;
  font-size: 14px;
}
.content .left-content .interest .title .view-more:hover {
  color: #FC8559;
}
.content .left-content .interest .interest-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.content .left-content .interest .interest-wrap .list-item {
  width: 290px;
  padding: 22px 20px;
  background: #F8F8F8;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s;
}
.content .left-content .interest .interest-wrap .list-item:hover {
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(11, 3, 6, 0.1);
}
.content .left-content .interest .interest-wrap .list-item:hover .content-wrap .delivery-btn {
  display: block;
}
.content .left-content .interest .interest-wrap .list-item .item-title {
  display: inline-block;
  color: #222;
  font-size: 16px;
  margin-bottom: 10px;
}
.content .left-content .interest .interest-wrap .list-item .item-title:hover {
  color: #FB6C2E;
}
.content .left-content .interest .interest-wrap .list-item .content-wrap {
  display: flex;
  height: 35px;
  justify-content: space-between;
  align-items: center;
}
.content .left-content .interest .interest-wrap .list-item .content-wrap .requirement .salary {
  color: #FB6C2E;
  font-size: 16px;
}
.content .left-content .interest .interest-wrap .list-item .content-wrap .requirement .area {
  position: relative;
  color: #666;
  font-size: 14px;
  margin-left: 20px;
}
.content .left-content .interest .interest-wrap .list-item .content-wrap .requirement .area:after {
  content: '|';
  position: absolute;
  width: 1px;
  height: 12px;
  color: #eee;
  left: -15px;
  top: 0;
}
.content .left-content .interest .interest-wrap .list-item .content-wrap .delivery-btn {
  display: none;
  background: #FFD205;
  color: #333;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 4px;
  transition: all 0.3s;
}
.content .left-content .interest .interest-wrap .list-item .content-wrap .delivery-btn:hover {
  background: #FFE56D;
}
.content .left-content .interest .more-jobs {
  display: block;
  margin-top: 30px;
  text-align: center;
  color: #666;
}
.content .left-content .interest .more-jobs:hover {
  color: #fb6c2e;
}
.content .right-content {
  align-self: flex-start;
  width: 250px;
  margin-left: 20px;
  box-sizing: border-box;
}
.content .right-content .more {
  padding: 0;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .right-content .more a {
  color: #666;
  font-size: 14px;
}
.content .right-content .more a:hover {
  color: #FB6C2E;
}
.content .right-content > section {
  padding: 30px 25px;
  color: #333;
}
.content .right-content > section .title {
  margin-bottom: 30px;
  font-size: 18px;
  font-family: "Microsoft Yahei", serif;
}
.content .right-content .job-publisher .details {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: flex-start;
  padding: 18px 0;
  border-radius: 4px;
}
.content .right-content .job-publisher .details img {
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
  margin-right: 13px;
  border-radius: 50%;
}
.content .right-content .job-publisher .details .headhunting-details {
  font-size: 14px;
}
.content .right-content .job-publisher .details .headhunting-details > section {
  margin-bottom: 10px;
}
.content .right-content .job-publisher .details .headhunting-details .headhunting-info .name {
  color: #333;
  font-size: 14px;
}
.content .right-content .job-publisher .details .headhunting-details .headhunting-info .company-home {
  display: block;
  padding: 12px 40px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #333;
  border: 1px solid #333;
  border-radius: 4px;
}
.content .right-content .job-publisher .details .headhunting-details .headhunting-info .company-home:hover {
  border-color: #666;
  color: #666;
}
.content .right-content .job-publisher .details .headhunting-details .name {
  color: #999;
}
.content .right-content .job-publisher .details .headhunting-details .online-time {
  color: #999;
  font-size: 12px;
}
.content .right-content .job-publisher .details-info {
  width: 100%;
  justify-content: space-between;
}
.content .right-content .job-publisher .details-info section {
  position: relative;
  text-align: center;
  align-self: flex-start;
  color: #999;
  font-size: 14px;
}
.content .right-content .job-publisher .details-info section:not(:last-of-type)::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 34px;
  right: -23px;
  top: 50%;
  margin-top: -17px;
  background: #f1f1f1;
}
.content .right-content .job-publisher .details-info section span {
  display: block;
}
.content .right-content .job-publisher .details-info section .info-title {
  margin-bottom: 16px;
  font-size: 20px;
  color: #ff6a21;
  font-weight: bold;
}
.content .right-content .subscribe {
  padding: 0;
  width: 100%;
  height: 239px;
  background: url('/frontend/BeeRecruit/images/newicon/ewm.png');
  background-size: 100% 100%;
  margin-bottom: 15px;
}
.content .right-content .recom-company .company-list .company-item {
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: flex-start;
  padding: 26px 0;
  border-bottom: 1px solid #f1f1f1;
}
.content .right-content .recom-company .company-list .company-item img {
  width: 72px;
  height: 72px;
  margin-right: 18px;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
}
.content .right-content .recom-company .company-list .company-item .company-details {
  color: #999;
  font-size: 14px;
}
.content .right-content .recom-company .company-list .company-item .company-details .name {
  max-width: 155px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 18px;
  color: #fb6c2e;
  font-size: 16px;
}
.content .right-content .recom-company .company-list .company-item .company-details .location .location-icon {
  display: inline-block;
  width: 11px;
  height: 13px;
  margin-right: 6px;
  background: url('../images/location.svg');
  background-size: 100% 100%;
}
.content .right-content .job-recommend {
  background: #fff;
  padding-bottom: 0;
}
.content .right-content .job-recommend .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.content .right-content .job-recommend .title .view-more {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}
.content .right-content .job-recommend .title .view-more:hover {
  color: #fb6c2e;
}
.content .right-content .job-recommend .job-list {
  padding-bottom: 15px;
}
.content .right-content .job-recommend .job-list .job-item {
  padding: 20px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.4s;
  border-top: 1px dashed #eee;
}
.content .right-content .job-recommend .job-list .job-item:first-child {
  border-top: none;
}
.content .right-content .job-recommend .job-list .job-item:hover {
  box-shadow: 0px 2px 14px 0px rgba(11, 3, 6, 0.14);
}
.content .right-content .job-recommend .job-list .job-item .job-title {
  width: auto !important;
  font-size: 14px;
  color: #222;
  margin-bottom: 10px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .right-content .job-recommend .job-list .job-item .job-title:hover {
  color: #fa6d2f;
}
.content .right-content .job-recommend .job-list .job-item .detail {
  margin-bottom: 10px;
}
.content .right-content .job-recommend .job-list .job-item .detail .salary {
  position: relative;
  font-size: 14px;
  color: #FB6C2E;
  margin-top: 10px;
  margin-right: 20px;
}
.content .right-content .job-recommend .job-list .job-item .detail .salary:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background: #eee;
  right: -11px;
  top: 4px;
}
.content .right-content .job-recommend .job-list .job-item .detail .area {
  font-size: 14px;
  color: #666;
}
.content .right-content .job-recommend .job-list .job-item .detail .area .province:hover {
  color: #333;
}
.content .right-content .job-recommend .job-list .job-item .detail .area .city:hover {
  color: #333;
}
.content .right-content .job-recommend .job-list .job-item .cert-wrap {
  color: #666;
  font-size: 12px;
  display: inline-block;
  background: #eee;
  border-radius: 4px;
  padding: 8px 10px;
  transition: all 0.4s;
}
.content .right-content .job-recommend .job-list .job-item .cert-wrap .cert {
  width: auto;
  margin: 0;
  background: none;
}
.content .right-content .job-recommend .job-list .job-item .cert-wrap .cert:hover {
  color: #333;
}
.content .right-content .information {
  font-size: 14px;
}
.content .right-content .information a {
  display: inline-block;
  max-width: 92%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  vertical-align: middle;
}
.content .right-content .information a:hover {
  color: #fb6c2e;
}
.content .right-content .information .info-wrapper .info-item {
  margin-bottom: 28px;
}
.content .right-content .information .info-wrapper .info-item::before {
  content: '鈼�';
  display: inline-block;
  margin-right: 10px;
  color: #e8e8e8;
}
a.button {
  display: inline-block;
  width: 140px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #ffd205;
  color: #333;
  box-sizing: border-box;
}
a.button.view-phone {
  border: 1px solid #cccccc;
  background: #fff !important;
  box-shadow: 0px 1px 6px 0px rgba(14, 67, 33, 0.1);
}
a.button.resume-btn {
  margin-left: 20px;
  background: #333;
  color: #fff;
  box-shadow: 0px 1px 6px 0px rgba(14, 67, 33, 0.1);
}
a.button.chat-now {
  margin-right: 20px;
}
a.button.no-style {
  background: #fff;
  color: #fa6d2f;
}
a.button.no-style:hover {
  background: #fff;
}
a.button span.sub-icon {
  display: inline-block;
  width: 18px;
  height: 17px;
  margin-right: 10px;
  background: url('../images/sub-white.svg');
  background-size: 100% 100%;
}
a.button.view-phone.active {
  background-color: transparent;
  color: #fb6c2e;
}
.chat-icon-btn {
  position: absolute;
  left: -192px;
  bottom: -60px;
  display: none;
}
.chat-icon-btn img:first-child {
  position: relative;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -40px;
  z-index: 100;
}
.chat-icon-btn #close_button {
  position: absolute;
  top: 30px;
  right: 70px;
  width: 20px;
  height: 20px;
}
.chat-icon-btn img:last-child {
  margin-left: -80px;
  z-index: 1;
}
.chat-icon {
  display: inline-block;
  width: 18px;
  height: 17px;
  margin-right: 10px;
  background: url(/frontend/modules/im/assets/web/images/weilaio.svg) no-repeat;
  background-size: 100% 100%;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px ;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  z-index: 999;
}
.fixed-header .details {
  margin: 0 auto;
  width: 1200px;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
}
.fixed-header .details .title {
  display: inline-block;
  color: #333;
  font-size: 26px;
}
.fixed-header .details .title p {
  display: inline-block;
  max-width: 550px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fixed-header .details .money {
  display: inline-block;
  margin-left: 40px;
  color: #fb6c2e;
  font-size: 18px;
}
.fixed-header .details .money::after {
  content: '|';
  font-weight: lighter;
  display: inline-block;
  color: #f1f1f1;
  margin: 0 14px;
}
.fixed-header .details .area {
  font-size: 14px;
  color: #999;
}
.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;
}
.cheng {
  width: 20px;
  height: 20px;
  margin: 0 4px;
  background: url('../images/cheng.svg');
  background-size: 100% 100%;
}
.phone {
  display: inline-block;
  width: 13px;
  height: 16px;
  background: url('../images/newicon/icon-phonenum.png');
  background-size: 100% 100%;
}
.phone.gray {
  background: url('../images/phone-gray.svg');
  background-size: 100% 100%;
}
.phone-green {
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-right: 8px;
  background: url('../images/phone.svg');
  background-size: 100% 100%;
}
.vip-month {
  display: inline-block;
  width: 33px;
  height: 20px;
  background: url('../images/vip-month.svg');
  background-size: 100% 100%;
}
.vip-year {
  display: inline-block;
  width: 33px;
  height: 20px;
  background: url('../images/vip-year.svg');
  background-size: 100% 100%;
}
.vip-half-year {
  display: inline-block;
  width: 33px;
  height: 20px;
  background: url('../images/vip-half-year.svg');
  background-size: 100% 100%;
}
.vip-season {
  display: inline-block;
  width: 33px;
  height: 20px;
  background: url('../images/vip-season.svg');
  background-size: 100% 100%;
}
.cert {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url('../images/cert.svg');
  background-size: 100% 100%;
}