.unit-content {
  display: flex;
  flex-wrap: wrap;
  min-height: 700px;
  align-items: flex-start;

  flex-direction: column;
}

.unit-content .searchbox {
  margin-bottom: 40px;
  border: 2px solid #aaedfe;
  border-radius: 10px;

}

.unit-content .search-wrap {
  width: 300px;
  padding-right: 40px;

}

.unit-content .job-list-wrap {
  flex: 1;
  width: 0;
}

.unit-content .job-list-wrap .job-list .positions-header .recruitment-positions-item {
  /* background-image: linear-gradient(0deg, #d7f7e0 0%, #a5dcd3 50%, #75c0c5 100%); */
  border-bottom: 0;
  height: 52px;
}

.unit-content .job-list-wrap .job-list .positions-header .recruitment-positions-item > div {
  color: #fff!important;
  font-weight: bold;
  font-size: 20px;
}

.unit-content .job-list-wrap .job-list .positions-header .recruitment-positions-item .gw {
  padding-left: 23px;
}

.unit-content .job-list-wrap .job-list .recruitment-positions-item {
  display: flex;
  align-items: center;
  padding: 22px 0;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #9ceafe;
  border-radius: 10px;
  margin-bottom: 13px;
  color: #fff;
  font-size: 14px;
}

.unit-content .job-list-wrap .job-list .recruitment-positions-item .gw {
  flex-shrink: 0;
  padding-left: 15px;
  text-align: left;
  width: 33%;
  font-size: 16px;
  color: #9ceafe;
  font-weight: bold;
  text-decoration: none;
}

.unit-content .job-list-wrap .job-list .recruitment-positions-item .qy {
  flex-shrink: 0;
  text-align: left;
  width: 39%;
  font-size: 16px;
  color: #fff;
  padding: 0 6px;
}

.unit-content .job-list-wrap .job-list .recruitment-positions-item .xl {
  flex-shrink: 0;
  width: 10%;
  font-size: 16px;
  color: #fff;
}

.unit-content .job-list-wrap .job-list .recruitment-positions-item .dd {
  flex-shrink: 0;
  width: 40%;
  font-size: 16px;
  color: #fff;
}

.unit-content .job-list-wrap .paginator-container {
  margin-top: 62px;
}

.unit-content .job-list-wrap .paginator-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.unit-content .job-list-wrap .paginator-wrap .start,
.unit-content .job-list-wrap .paginator-wrap .end,
.unit-content .job-list-wrap .paginator-wrap .prev,
.unit-content .job-list-wrap .paginator-wrap .next {
  display: flex;
  align-items: center;
  font-size: 19px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}

.unit-content .job-list-wrap .paginator-wrap .start span,
.unit-content .job-list-wrap .paginator-wrap .end span,
.unit-content .job-list-wrap .paginator-wrap .prev span,
.unit-content .job-list-wrap .paginator-wrap .next span {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

.unit-content .job-list-wrap .paginator-wrap .start span,
.unit-content .job-list-wrap .paginator-wrap .end span {
  letter-spacing: -2px;
}

.unit-content .job-list-wrap .paginator-wrap .start {
  padding-right: 17px;
  border-right: 1px solid #aaaaaa;
}

.unit-content .job-list-wrap .paginator-wrap .start span {
  padding-right: 12px;
}

.unit-content .job-list-wrap .paginator-wrap .end {
  padding-left: 17px;
  border-left: 1px solid #aaaaaa;
}

.unit-content .job-list-wrap .paginator-wrap .end span {
  padding-left: 12px;
}

.unit-content .job-list-wrap .paginator-wrap .page {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  padding: 0 18px 0 18px;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
}

.unit-content .job-list-wrap .paginator-wrap .page input {
  color: #014190;
  font-weight: bold;
  width: 48px;
  padding: 4px 0;
  border: solid 1px #fff;
  outline: none;
  padding-left: 10px;
  box-sizing: border-box;
  margin-right: 13px;
  text-align: center;
  border-radius: 10px;
}

.unit-content .job-list-wrap .paginator-wrap .page span {
  padding-left: 4px;
}

.unit-content .job-list-wrap .paginator-wrap .prev {
  padding: 0 11px 0 16px;
}

.unit-content .job-list-wrap .paginator-wrap .prev span {
  padding-right: 10px;
}

.unit-content .job-list-wrap .paginator-wrap .next {
  padding: 0 16px 0 11px;
}

.unit-content .job-list-wrap .paginator-wrap .next span {
  padding-left: 10px;
}

.select-title {
  padding-left: 10px;
  font-size: 18px;
  margin-bottom: 6px;
  color: #fff;
}

.select-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.select-wrap .select-name {
  flex: 1;
  width: 0;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.select-wrap.active .select-name {
  color: #088e73;
}

.select-wrap.active .icon-close {
  display: block;
}

.select-wrap .icon-close {
  display: none;
  color: #f36523;
  padding: 0 10px;
}

.select-wrap .select-icon {
  transform: rotate(0deg);
  width: 16px;
  height: 16px;
}

.select-wrap:hover {
  background-color: #372e85;

}
.select-wrap:hover .select-wrap.active .select-nam{

}
.select-wrap:hover .select-options-wrap {
  display: block;
}

.select-wrap:hover .select-options-wrap > .select-options {
  display: block;
}

.select-wrap .select-options-wrap {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

.select-wrap .select-options-wrap .select-options {
  display: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.select-wrap .select-options-wrap .select-options::-webkit-scrollbar {
  display: none;
}

.select-wrap .select-options-wrap .select-options .select-option-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 260px;
  background-color: #fff;
  padding: 10px 12px;
  text-align: justify;
}

.select-wrap .select-options-wrap .select-options .select-option-item .select-options {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  background-color: #fff;
}

.select-wrap .select-options-wrap .select-options .select-option-item:first-child {
  border-radius: 10px 10px 0 0;
}

.select-wrap .select-options-wrap .select-options .select-option-item:last-child {
  border-radius: 0 0 10px 10px;
}

.select-wrap .select-options-wrap .select-options .select-option-item:hover {
  background-color: #372e85;
}

.select-wrap .select-options-wrap .select-options .select-option-item:hover > .select-options {
  display: block;
  color: #fff;
}
.select-wrap .select-options-wrap .select-options .select-option-item:hover {
  background-color: #372e85;
  color: #fff;
}

/* 企业列表样式 */
.company-list-wrap {
  margin-bottom: 20px;
}

.company-item {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin-bottom: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  color: #fff;
  font-size: 14px;
  width: 100%;
}

.company-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #088e73;
  transform: translateX(5px);
}

.company-item.active {
  background-color: #088e73;
  border-color: #088e73;
  box-shadow: 0 4px 12px rgba(8, 142, 115, 0.3);
}

.company-item.active:hover {
  background-color: #0a9d80;
  transform: translateX(5px);
}

.company-name {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  flex: 1;
}

.company-item.active .company-name {
  font-weight: 600;
}

.company-list {
  /* max-height: 400px; */
  overflow-y: auto;
}

.company-list::-webkit-scrollbar {
  width: 6px;
}

.company-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.company-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

.company-list::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.company-list .company-item:hover {
  background-color: rgba(156, 234, 254, 0.3);
  color: #9ceafe;
}

.company-list .company-item.active {
  background-color: #9ceafe;
  color: #014190;
  font-weight: bold;
}

/* 详情按钮样式 */
.detail {
  flex-shrink: 0;
  width: 15%;
  text-align: center;
}

.detail-btn {
  background: linear-gradient(135deg, #9ceafe 0%, #75c0c5 100%);
  color: #014190;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.detail-btn:hover {
  background: linear-gradient(135deg, #75c0c5 0%, #9ceafe 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* 模态框样式 */
.modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

.modal-content {
  position: relative;
  background: linear-gradient(135deg, #014190 0%, #0066cc 100%);
  margin: 5% auto;
  padding: 0;
  border-radius: 15px;
  width: 90%;
  max-width: 1000px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  border-bottom: 2px solid #9ceafe;
  border-radius: 15px 15px 0 0;
}

.modal-header h2 {
  margin: 0;
  color: #9ceafe;
  font-size: 24px;
  font-weight: bold;
}

.close {
  color: #9ceafe;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close:hover {
  color: #fff;
}

.modal-body {
  padding: 30px;
  color: #fff;
}

.detail-item {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.detail-item.full-width {
  flex-direction: column;
  width: 100%;
}

.detail-item label {
  font-weight: bold;
  color: #9ceafe;
  min-width: 100px;
  margin-right: 15px;
  font-size: 16px;
}

.detail-item span,
.detail-item div {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  flex: 1;
}

.detail-item.full-width label {
  margin-bottom: 10px;
}

.detail-item.full-width div {
  background: rgba(156, 234, 254, 0.1);
  padding: 15px;
  border-radius: 8px;
  border-left: 4px solid #9ceafe;
}

/* jobInfo容器样式 */
#jobInfo {
  width: 100% !important;
  box-sizing: border-box;
}

/* 模态框底部样式 */
.modal-footer {
  padding: 20px 30px;
  border-top: 2px solid #9ceafe;
  text-align: center;
  border-radius: 0 0 15px 15px;
}

/* 申请职位按钮样式 */
.apply-btn {
  background: linear-gradient(135deg, #9ceafe 0%, #75c0c5 100%);
  color: #014190;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(156, 234, 254, 0.3);
}

.apply-btn:hover {
  background: linear-gradient(135deg, #75c0c5 0%, #9ceafe 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(156, 234, 254, 0.4);
}

.apply-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(156, 234, 254, 0.3);
}

