.pages-jobs {
  padding-top: 136px;
  overflow-x: unset;
  scroll-behavior: smooth;
}
.pages-jobs::-webkit-scrollbar {
  width: 8px;
}
.pages-jobs::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.pages-jobs::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 4px;
}
.pages-jobs::-webkit-scrollbar-thumb:hover {
  background-color: #a1a1a1;
}
.jobs-main {
  position: relative;
  padding-top: 64px;
}
.jobs-main .top-search {
  position: fixed;
  top: 48px;
  left: 0;
  width: 100%;
  background: url(https://img.bosszhipin.com/static/zhipin/geek/588811352937174743.png.webp) 0 0 / 100% 84px no-repeat #1f232a;
  padding: 15px 0 25px;
  z-index: 102;
  padding-bottom: 10px;
}
.jobs-main .top-search .top-search-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1136px;
  margin: 0 auto;
}
.jobs-main .top-search .top-search-center .search-lift {
  width: 480px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  flex: 1;
  padding-right: 16px;
}
.jobs-main .top-search .top-search-center .search-lift .syn-active {
  margin-right: 0;
  font-weight: 500;
  color: #0d9ea3;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  padding: 4px 0;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s linear;
}
.jobs-main .top-search .top-search-center .search-lift .syn-active:hover {
  color: #00bebd;
}
.jobs-main .top-search .top-search-center .search-lift .syn-active::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(89.99999deg, #24fff9, rgba(248, 59, 249, 0.2));
  border-radius: 10px;
  opacity: 0.5;
}
.jobs-main .top-search .top-search-center .search-lift .text-line {
  background: #ededed;
  border-radius: 1px;
  width: 2px;
  height: 14px;
  flex-shrink: 0;
  margin: 0 16px;
}
.jobs-main .top-search .top-search-center .search-lift .add-btn {
  display: flex;
  align-items: center;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s linear;
}
.jobs-main .top-search .top-search-center .search-lift .add-btn:hover {
  color: #00bebd;
}
.jobs-main .top-search .top-search-center .search-lift .add-btn:hover .add-icon {
  background: #00bebd;
}
.jobs-main .top-search .top-search-center .search-lift .add-btn:hover .add-icon::before,
.jobs-main .top-search .top-search-center .search-lift .add-btn:hover .add-icon::after {
  background: #fff;
}
.jobs-main .top-search .top-search-center .search-lift .add-btn .add-icon {
  position: relative;
  width: 20px;
  height: 20px;
  background: #f8f8f8;
  border-radius: 4px;
  margin-right: 8px;
  transition: all 0.2s ease-in-out;
}
.jobs-main .top-search .top-search-center .search-lift .add-btn .add-icon::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background: #1f232a;
}
.jobs-main .top-search .top-search-center .search-lift .add-btn .add-icon::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background: #1f232a;
  transform: rotate(90deg);
}
.jobs-main .top-search .top-search-center .search-right {
  position: relative;
  width: 656px;
  flex-shrink: 0;
}
.jobs-main .top-search .top-search-center .search-right::after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
  overflow: hidden;
}
.jobs-main .top-search .top-search-center .search-right .jobs-from {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  border: 1px solid #00bebd;
  border-radius: 30px;
  padding: 4px 0;
  background: #fff;
}
.jobs-main .top-search .top-search-center .search-right .jobs-from svg {
  display: inline-block;
  margin-left: 24px;
  font-size: 22px;
  font-weight: 500;
  color: #b8b8b8;
  transform: rotateY(180deg);
  z-index: 1;
  width: 24px;
  height: 24px;
}
.jobs-main .top-search .top-search-center .search-right .jobs-from .search-input-box {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 3px 0 0;
}
.jobs-main .top-search .top-search-center .search-right .jobs-from .search-input-box .input-wrap {
  width: 100%;
  color: #222;
  margin-left: -1px;
  position: relative;
  display: inline-block;
  min-width: 300px;
  vertical-align: middle;
  line-height: normal;
}
.jobs-main .top-search .top-search-center .search-right .jobs-from .search-input-box .input-wrap input {
  height: 46px;
  border: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 0 18px;
  border-radius: 30px;
  transition: all 0.2s linear;
}
.jobs-main .top-search .top-search-center .search-right .jobs-from .search-input-box .input-wrap input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 190, 189, 0.2);
}
.jobs-main .top-search .top-search-center .search-right .jobs-from .search-input-box .search-map {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 27px;
  font-size: 16px;
  color: #333;
  z-index: 1;
  white-space: nowrap;
  transition: all 0.2s linear;
}
.jobs-main .top-search .top-search-center .search-right .jobs-from .search-input-box .search-map:hover {
  color: #00bebd;
}
.jobs-main .top-search .top-search-center .search-right .jobs-from .search-input-box .search-map::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background: url(https://img.bosszhipin.com/static/file/2023/rnb8fa70bs1675773960493.png) 0 0 / 24px auto no-repeat;
}
.jobs-main .top-search .top-search-center .search-right .jobs-from .search-input-box .search-btn {
  display: block;
  color: #fff !important;
  width: 96px;
  flex-shrink: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  padding: 8px 0;
  background: linear-gradient(135deg, #00bebd 0%, #00a6a7 100%);
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.2s linear;
  box-shadow: 0 2px 8px rgba(0, 190, 189, 0.3);
}
.jobs-main .top-search .top-search-center .search-right .jobs-from .search-input-box .search-btn:hover {
  background: linear-gradient(135deg, #00a6a7 0%, #008e8d 100%);
  box-shadow: 0 4px 12px rgba(0, 190, 189, 0.4);
  transform: translateY(-1px);
}
.jobs-main .job-inner {
  margin: 0 auto;
  width: 1136px;
  display: flex;
  align-items: flex-start;
}
.jobs-main .job-inner::after {
  content: "";
  overflow: hidden;
  display: block;
  visibility: hidden;
  clear: both;
}
.jobs-main .job-inner .job-lift {
  float: left;
  width: 392px;
  padding-left: 12px;
  margin-left: -12px;
  padding-right: 12px;
  margin-right: -12px;
  max-height: calc(100vh - 208px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #d9d9d9 transparent;
}
.jobs-main .job-inner .job-lift::-webkit-scrollbar {
  width: 6px;
}
.jobs-main .job-inner .job-lift::-webkit-scrollbar-track {
  background: transparent;
}
.jobs-main .job-inner .job-lift::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 3px;
}
.jobs-main .job-inner .job-lift::-webkit-scrollbar-thumb:hover {
  background-color: #bfbfbf;
}
.jobs-main .job-inner .job-lift .job-list .job-box {
  margin-top: 16px;
  transition: all 0.2s linear;
  position: relative;
  border-radius: 12px;
  cursor: pointer;
  background: #fff;
  z-index: 2;
  border: 1px solid transparent;
  animation: fadeInUp 0.3s ease-out;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.jobs-main .job-inner .job-lift .job-list .job-box:first-child {
  margin-top: 0;
}
.jobs-main .job-inner .job-lift .job-list .job-box:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}
.jobs-main .job-inner .job-lift .job-list .job-box.active {
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border-color: #00bebd;
  background: linear-gradient(135deg, #f8ffff 0%, #ffffff 100%);
}
.jobs-main .job-inner .job-lift .job-list .job-box.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #00bebd 0%, #00a6a7 100%);
  border-radius: 12px 0 0 12px;
}
.jobs-main .job-inner .job-lift .job-list .job-box .job-top {
  display: block;
  padding: 16px 24px;
}
.jobs-main .job-inner .job-lift .job-list .job-box .job-top .job-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 24px;
}
.jobs-main .job-inner .job-lift .job-list .job-box .job-top .job-title::after {
  content: "";
  overflow: hidden;
  display: block;
  visibility: hidden;
  clear: both;
}
.jobs-main .job-inner .job-lift .job-list .job-box .job-top .job-title .job-name {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #222;
  padding-right: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s linear;
}
.jobs-main .job-inner .job-lift .job-list .job-box:hover .job-top .job-title .job-name {
  color: #00bebd;
}
.jobs-main .job-inner .job-lift .job-list .job-box .job-top .job-title .job-salary {
  font-size: 20px;
  font-family: kanzhun-mix, kanzhun-Regular;
  color: #fe574a;
  line-height: 24px;
  height: 24px;
  flex-shrink: 0;
}
.jobs-main .job-inner .job-lift .job-list .job-box .job-top ul {
  height: 22px;
  overflow: hidden;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 16px;
}
.jobs-main .job-inner .job-lift .job-list .job-box .job-top ul li {
  float: left;
  margin-left: 4px;
  margin-right: 4px;
  background: #f8f8f8;
  border-radius: 4px;
  font-size: 12px;
  color: #666;
  line-height: 18px;
  padding: 2px 8px;
  transition: all 0.2s linear;
}
.jobs-main .job-inner .job-lift .job-list .job-box .job-top ul li:hover {
  background: #e8f8f8;
  color: #00bebd;
}
.jobs-main .job-inner .job-lift .job-list .job-box .job-bottow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px;
  background: linear-gradient(90deg, #f5fcfc, #fcfbfa);
  border-radius: 0 0 12px 12px;
}
.jobs-main .job-inner .job-lift .job-list .job-box .job-bottow .boss-into {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  margin-right: 4px;
  transition: all 0.2s linear;
}
.jobs-main .job-inner .job-lift .job-list .job-box .job-bottow .boss-into .boss-logo {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.jobs-main .job-inner .job-lift .job-list .job-box .job-bottow .boss-into .boss-logo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.jobs-main .job-inner .job-lift .job-list .job-box .job-bottow .boss-into .boss-name {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.2s linear;
}
.jobs-main .job-inner .job-lift .job-list .job-box:hover .job-bottow .boss-into .boss-name {
  color: #00bebd;
}
.jobs-main .job-inner .job-lift .job-list .job-box .job-bottow span {
  font-size: 12px;
  color: #666;
  line-height: 18px;
  max-width: 106px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}
.jobs-main .job-inner .job-right {
  position: sticky;
  right: 0;
  left: 400px;
  top: 197px;
  flex: 1;
  margin-left: 16px;
  max-height: calc(100vh - 208px);
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 16px 16px 0 0;
  padding-bottom: 24px;
  scrollbar-width: thin;
  scrollbar-color: #d9d9d9 transparent;
}
.jobs-main .job-inner .job-right::-webkit-scrollbar {
  width: 6px;
}
.jobs-main .job-inner .job-right::-webkit-scrollbar-track {
  background: transparent;
}
.jobs-main .job-inner .job-right::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 3px;
}
.jobs-main .job-inner .job-right::-webkit-scrollbar-thumb:hover {
  background-color: #bfbfbf;
}
.jobs-main .job-inner .job-right .job-detail-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  animation: fadeIn 0.4s ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(175.2617deg, #f1ffff 4%, #f8fefe 35%, #fff 62%);
  transition: box-shadow 0.2s linear;
  position: relative;
  overflow: hidden;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 190, 189, 0.05) 0%, transparent 70%);
  pointer-events: none;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .header-left {
  flex: 1;
  max-width: 600px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .job-title-section {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .job-title-section .job-name {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  line-height: 32px;
  margin-right: 16px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .job-title-section .job-salary {
  font-size: 28px;
  font-family: kanzhun-mix, kanzhun-Regular;
  color: #fe574a;
  line-height: 34px;
  text-shadow: 0 2px 4px rgba(254, 87, 74, 0.1);
  transition: all 0.2s linear;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .job-title-section .job-salary:hover {
  transform: scale(1.05);
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .job-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .job-meta .meta-item {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  display: flex;
  align-items: center;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  transition: all 0.2s linear;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .job-meta .meta-item:hover {
  background: rgba(0, 190, 189, 0.05);
  color: #00bebd;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .job-meta .meta-item i {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  display: inline-block;
  background-image: url(https://img.bosszhipin.com/static/file/2023/gajcfc5soe1683184253263.png);
  background-size: 16px auto;
  background-repeat: no-repeat;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .job-meta .meta-item .icon-location {
  background-position: 0 0;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .job-meta .meta-item .icon-experience {
  background-position: 0 -16px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .job-meta .meta-item .icon-education {
  background-position: 0 -32px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .header-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .header-right .action-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .header-right .btn-collect-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  line-height: 22px;
  border: 1px solid #00bebd;
  background: #fff;
  color: #00bebd !important;
  text-decoration: none;
  transition: all 0.2s linear;
  margin-right: 12px;
  cursor: pointer;
  position: relative;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .header-right .btn-collect-text i {
  font-size: 18px;
  margin-right: 6px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .header-right .btn-collect-text .collect-count {
  margin-left: 6px;
  font-size: 14px;
  color: #999;
  font-weight: 400;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .header-right .btn-collect-text:hover {
  background: #f5ffff;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .header-right .btn-collect-text.collected {
  background: #fffbe6;
  border-color: #ffb800;
  color: #ffb800 !important;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .header-right .btn-collect-text.collected .collect-count {
  color: #ffb800;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .header-right .btn-collect-text.collected:hover {
  background: #fff8d6;
  border-color: #ffa500;
  color: #ffa500 !important;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .header-right .btn-chat {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  line-height: 22px;
  border: none;
  background: linear-gradient(135deg, #00bebd 0%, #00a6a7 100%);
  color: #fff !important;
  text-decoration: none;
  transition: all 0.2s linear;
  box-shadow: 0 2px 8px rgba(0, 190, 189, 0.3);
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-header .header-right .btn-chat:hover {
  background: linear-gradient(135deg, #00a6a7 0%, #008e8d 100%);
  box-shadow: 0 4px 12px rgba(0, 190, 189, 0.4);
  transform: translateY(-1px);
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body {
  padding: 0 24px 32px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .section-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  line-height: 24px;
  margin: 0;
  position: relative;
  padding-left: 12px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .section-header h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 16px;
  background: linear-gradient(180deg, #00bebd 0%, #00a6a7 100%);
  border-radius: 2px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .section-header .section-actions {
  display: flex;
  gap: 16px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .section-header .action-link {
  font-size: 13px;
  color: #999;
  text-decoration: none;
  transition: all 0.2s linear;
  position: relative;
  padding-bottom: 2px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .section-header .action-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #00bebd;
  transition: width 0.2s;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .section-header .action-link:hover {
  color: #00a6a7;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .section-header .action-link:hover::after {
  width: 100%;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .job-tags-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .job-tags-detail .tag-item {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
  transition: all 0.2s linear;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .job-tags-detail .tag-item:hover {
  background: #e8f8f8;
  color: #00bebd;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .desc {
  margin-top: 16px;
  font-size: 15px;
  color: #333;
  line-height: 28px;
  white-space: pre-wrap;
  word-break: break-all;
  letter-spacing: 0.3px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .desc p {
  margin-bottom: 12px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .desc ul,
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .desc ol {
  margin: 12px 0;
  padding-left: 24px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .desc li {
  margin-bottom: 8px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .boss-info {
  display: flex;
  align-items: center;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  margin-top: 24px;
  transition: all 0.2s linear;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .boss-info:hover {
  background: #fafafa;
  margin: 24px -24px 0;
  padding: 20px 24px;
  border-radius: 8px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .boss-info .boss-avatar {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  margin-right: 16px;
  background: #00bebd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 190, 189, 0.2);
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .boss-info:hover .boss-avatar {
  transform: rotate(5deg) scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 190, 189, 0.3);
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .boss-info .boss-detail {
  flex: 1;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .boss-info .boss-detail .boss-name {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  line-height: 24px;
  margin-bottom: 4px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .boss-info .boss-detail .boss-name .active-status {
  font-size: 13px;
  color: #999;
  font-weight: 400;
  margin-left: 8px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .boss-info .boss-detail .boss-position {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .boss-info .boss-actions .link-app {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999;
  line-height: 18px;
  text-align: right;
  text-decoration: none;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .boss-info .boss-actions .link-app .qrcode-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(https://img.bosszhipin.com/beike/mcs/20191211/qrcode.png) 0 0 / 40px auto no-repeat;
  margin-left: 8px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .work-address {
  border-top: 1px solid #f0f0f0;
  padding-top: 24px;
  margin-top: 32px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .work-address .section-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  line-height: 24px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 12px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .work-address .section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 16px;
  background: linear-gradient(180deg, #00bebd 0%, #00a6a7 100%);
  border-radius: 2px;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .work-address .address-text {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px 16px;
  background: #f8f8f8;
  border-radius: 8px;
  transition: all 0.2s linear;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .work-address .address-text:hover {
  background: #e8f8f8;
  color: #00bebd;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .work-address .address-text i {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: url(https://img.bosszhipin.com/static/file/2023/gajcfc5soe1683184253263.png) 0 0 / 16px auto no-repeat;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .work-address .map-container {
  margin-bottom: 16px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  position: relative;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .work-address .map-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: loading 1.5s infinite;
}
@keyframes loading {
  0% { left: -100%; }
  100% { left: 100%; }
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .work-address .map-placeholder {
  position: relative;
  height: 240px;
  background: #f5f5f5;
  border-radius: 16px;
  overflow: hidden;
}
.jobs-main .job-inner .job-right .job-detail-box .job-detail-body .work-address .map-placeholder #mapContainer {
  width: 100%;
  height: 100%;
}
.jobs-main .job-inner .job-right .job-detail-box .empty-state {
  padding: 60px 24px;
  text-align: center;
  color: #999;
  font-size: 16px;
}
/* 求职工具 */
.jobs-main .job-inner .job-right .job-tools {
  margin-top: 16px;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.jobs-main .job-inner .job-right .job-tools .tools-title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  line-height: 22px;
  margin: 0 0 12px 0;
}
.jobs-main .job-inner .job-right .job-tools .tools-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.jobs-main .job-inner .job-right .job-tools .tools-card {
  border-radius: 12px;
  padding: 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 120px;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  transition: all 0.3s ease;
}
.jobs-main .job-inner .job-right .job-tools .tools-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.jobs-main .job-inner .job-right .job-tools .tools-card.card-resume {
  background: linear-gradient(135deg, #1a1f36 0%, #252b48 100%);
}
.jobs-main .job-inner .job-right .job-tools .tools-card.card-vip {
  background: linear-gradient(135deg, #3d1f36 0%, #4a2548 100%);
}
.jobs-main .job-inner .job-right .job-tools .tools-card::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.jobs-main .job-inner .job-right .job-tools .tools-card:hover::before {
  transform: scale(1.2);
  background: rgba(255, 255, 255, 0.12);
}
.jobs-main .job-inner .job-right .job-tools .tools-card .tools-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.jobs-main .job-inner .job-right .job-tools .tools-card .tools-text h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 12px 0;
}
.jobs-main .job-inner .job-right .job-tools .tools-card .tools-text .btn-use,
.jobs-main .job-inner .job-right .job-tools .tools-card .tools-text .btn-upgrade {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.2s linear;
  backdrop-filter: blur(4px);
}
.jobs-main .job-inner .job-right .job-tools .tools-card .tools-text .btn-use:hover,
.jobs-main .job-inner .job-right .job-tools .tools-card .tools-text .btn-upgrade:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}
/* 热门职位 */
.jobs-main .job-inner .job-right .hot-jobs-section {
  margin-top: 16px;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.jobs-main .job-inner .job-right .hot-jobs-section .hot-tabs {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.jobs-main .job-inner .job-right .hot-jobs-section .hot-tabs .tab {
  font-size: 15px;
  color: #666;
  line-height: 22px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s linear;
  padding: 4px 0;
}
.jobs-main .job-inner .job-right .hot-jobs-section .hot-tabs .tab:hover {
  color: #00bebd;
}
.jobs-main .job-inner .job-right .hot-jobs-section .hot-tabs .tab.active {
  color: #00bebd;
  font-weight: 500;
}
.jobs-main .job-inner .job-right .hot-jobs-section .hot-tabs .tab.active::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00bebd;
}
.jobs-main .job-inner .job-right .hot-jobs-section .hot-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: -4px;
}
.jobs-main .job-inner .job-right .hot-jobs-section .hot-tags a {
  font-size: 13px;
  color: #666;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.2s linear;
  padding: 4px 12px;
  background: #f5f5f5;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.jobs-main .job-inner .job-right .hot-jobs-section .hot-tags a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(0, 190, 189, 0.1);
  transform: translate(-50%, -50%);
  transition: width 0.3s, height 0.3s;
}
.jobs-main .job-inner .job-right .hot-jobs-section .hot-tags a:hover::before {
  width: 100px;
  height: 100px;
}
.jobs-main .job-inner .job-right .hot-jobs-section .hot-tags a:hover {
  color: #00bebd;
  background: #e8f8f8;
  transform: translateY(-2px);
}
