@charset "UTF-8";
body {
  background-color: #f8f8f8;
}

.hire__title {
  text-align: center;
  padding: 5.71rem 0 4.29rem;
}

.hire__card .hire__tips {
  background-color: #0061b4;
  padding: 3.5rem 2.93rem;
  color: #fff;
}
.hire__card .hire__company {
  font-size: 2rem;
  padding-bottom: 3.5rem;
}
.hire__card .hire__desc {
  font-size: 1.14rem;
}

.hire__table-wrap {
  background-color: #fff;
}

/* 表格容器样式 */
.table-container {
  position: relative;
  min-height: 150px; /* 确保无数据状态有足够高度 */
}

/* 无数据状态样式 */
.no-data {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #94a3b8;
  background-color: #FFF;
  z-index: 999;
}

.no-data i {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.no-data p {
  font-size: 1.2rem;
  margin: 0;
}

.hire-table {
  width: 100%;
  border-collapse: collapse;
  color: #333;
  width: 100%;
}

.hire-table thead th {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
  font-weight: 600;
  font-size: 1.14rem;
  padding: 2.5rem 3rem;
}

/* 操作列样式 */
.hire-table thead th:last-child {
  width: 50px; /* 固定操作列宽度 */
  text-align: center;
}

.hire-table tbody tr {
  border-bottom: 1px solid #e2e8f0;
  transition: background-color 0.3s ease;
}

.hire-table tbody td {
  padding: 12px 15px;
  vertical-align: middle;
  font-size: 1.14rem;
  padding: 2rem 3rem;
}

/* 操作单元格样式 */
.action-cell {
  text-align: center;
  padding: 12px 8px;
}

/* 箭头图标样式 */
.toggle-icon {
  color: #64748b;
  transition: transform 0.3s ease;
  font-size: 16px;
}

.toggle-icon:hover {
  color: #2563eb;
}

.hire-table__row.active {
  background-color: #f8f8f8;
  font-weight: 500;
}

.hire-table__row._pc {
  display: block;
}

.hire-table__row._mb {
  display: none;
}

.hire-table__detail .detail-content {
  background-color: #fdfdfe;
  border-top: 1px dashed #e2e8f0;
  padding: 3rem;
  font-size: 1rem;
  color: #666;
}

.detail-header {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2563eb;
  margin-bottom: 1.5rem;
}

.detail-section {
  margin-bottom: 1.5rem;
}

.detail-section h4 {
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
  color: #475569;
}

.detail-section ul {
  padding-left: 20px;
  line-height: 1.8;
  font-size: 1rem;
}

.detail-action {
  margin-top: 1.5rem;
}

.apply-btn {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  background-color: #2563eb;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-size: 1rem;
}

.apply-btn:hover {
  background-color: #1d4ed8;
  color: #fff;
}

@media (max-width: 768px) {
  .hire {
    margin-bottom: 30rem;
  }
  .hire-table thead th {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
    font-weight: 600;
    font-size: 13rem;
    padding: 10rem 10rem;
    white-space: nowrap;
    text-align: center;
  }
  .hire-table tbody td {
    padding: 12px 15px;
    vertical-align: middle;
    font-size: 12rem;
    padding: 10rem 5rem;
    text-align: center;
  }
  .hire-table__detail .detail-content {
    font-size: 12rem;
    text-align: left;
    padding: 10rem;
  }
  .toggle-icon {
    font-size: 10rem;
  }
  .hire__title {
    padding: 30rem;
  }
  .hire .hire__tips {
    padding: 15rem;
  }
  .hire .hire__company {
    font-size: 15rem;
  }
  .hire .hire__desc {
    font-size: 12rem;
  }
}

/*# sourceMappingURL=hire.css.map */
