.aidesign-box1 {
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(180deg, #e7ffff 0%, #d4f2ff 100%);
}
.aidesign-box1__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0.8rem 0.38rem 0.92rem;
  box-sizing: border-box;
}
.aidesign-box1__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 1.7rem;
  gap: 0.38rem;
  /* 标题底 → 副标题顶 19px @1× */
  width: 100%;
  min-width: 0;
}
.aidesign-box1__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
}
.aidesign-box1__title-line {
  font-size: 0.48rem;
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  line-height: 0.6rem;
  letter-spacing: 0.04rem;
  text-align: center;
  color: #2f343b;
  white-space: nowrap;
}
.aidesign-box1__title-line--accent {
  color: #2765ff;
}
.aidesign-box1__subtitle {
  margin: 0;
  font-size: 0.26rem;
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  line-height: 0.34rem;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #2f343b;
  white-space: nowrap;
}
.aidesign-box1__table-wrap {
  width: 100%;
  margin-top: 0.28rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.aidesign-box1__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "Microsoft YaHei-Regular", "Microsoft YaHei", sans-serif;
}
.aidesign-box1__table th,
.aidesign-box1__table td {
  text-align: center;
  vertical-align: middle;
  font-size: 0.22rem;
  line-height: 0.66rem;
  color: #333333;
  padding: 0 0.08rem;
}
.aidesign-box1__table thead th {
  height: 0.64rem;
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  font-size: 0.22rem;
  line-height: 0.64rem;
  color: #fff;
  background: #0494ff;
}
.aidesign-box1__table th:nth-child(1),
.aidesign-box1__table td:nth-child(1) {
  width: 23.1%;
}
.aidesign-box1__table th:nth-child(2),
.aidesign-box1__table td:nth-child(2) {
  width: 27.3%;
}
.aidesign-box1__table th:nth-child(3),
.aidesign-box1__table td:nth-child(3) {
  width: 49.6%;
}
.aidesign-box1__table tbody td {
  height: 0.66rem;
}
.aidesign-box1__table tbody td:nth-child(1),
.aidesign-box1__table tbody td:nth-child(3) {
  background: #aff0ff;
}
.aidesign-box1__table tbody td:nth-child(2) {
  background: #92e5f8;
}
.aidesign-box1__table tbody tr:nth-child(2) td,
.aidesign-box1__table tbody tr:nth-child(4) td {
  box-shadow: inset 0 0 0 9.99rem rgba(255, 255, 255, 0.57);
}
.aidesign-box1__table thead th:first-child {
  border-radius: 0.2rem 0 0 0;
}
.aidesign-box1__table thead th:last-child {
  border-radius: 0 0.2rem 0 0;
}
.aidesign-box1__table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 0.2rem;
}
.aidesign-box1__table tbody tr:last-child td:last-child {
  border-radius: 0 0 0.2rem 0;
}
.aidesign-box1__table td.aidesign-box1__table-salary {
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  color: #ff544f;
}
.aidesign-box1__stats {
  margin: 0.24rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  font-size: 0.22rem;
  line-height: 0.3rem;
  color: #048bff;
  text-align: center;
}
.aidesign-box1__chart {
  width: 100%;
  margin-top: 0.36rem;
  min-width: 0;
}
.aidesign-box1__chart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.08rem;
  margin-bottom: 0.16rem;
  min-width: 0;
}
.aidesign-box1__chart-title {
  margin: 0 0 0.16rem;
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  font-size: 0.28rem;
  line-height: 0.38rem;
  color: #2f343b;
  white-space: nowrap;
}
.aidesign-box1__chart-head .aidesign-box1__chart-title {
  margin-bottom: 0;
}
.aidesign-box1__chart-hint {
  margin: 0;
  flex-shrink: 0;
  font-family: "Microsoft YaHei-Regular", "Microsoft YaHei", sans-serif;
  font-size: 0.22rem;
  line-height: 0.3rem;
  color: #999999;
  white-space: nowrap;
}
.aidesign-box1-bars {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}
.aidesign-box1-bar {
  display: flex;
  align-items: center;
  min-height: 0.42rem;
  min-width: 0;
}
.aidesign-box1-bar__track {
  flex: none;
  display: inline-flex;
  align-items: center;
  height: 0.42rem;
  padding: 0 0.16rem;
  box-sizing: border-box;
  border-radius: 0.12rem;
  min-width: 0;
}
.aidesign-box1-bar__track--recruit-aigc {
  background: linear-gradient(90deg, #5364ff 0%, #d225ff 100%);
}
.aidesign-box1-bar__track--recruit-ai {
  background: linear-gradient(90deg, #04b9ff 0%, #0483ff 100%);
}
.aidesign-box1-bar__track--salary-aigc {
  background: linear-gradient(90deg, #ff5398 0%, #ff5425 100%);
}
.aidesign-box1-bar__track--salary-ai {
  background: linear-gradient(90deg, #00c8ff 0%, #00a8ff 100%);
}
.aidesign-box1-bar__label {
  font-family: "Microsoft YaHei-Regular", "Microsoft YaHei", sans-serif;
  font-size: 0.24rem;
  line-height: 0.42rem;
  color: #fff;
  white-space: nowrap;
}
.aidesign-box1-bar__value {
  flex: none;
  margin-left: 0.16rem;
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-size: 0.24rem;
  line-height: 0.42rem;
  white-space: nowrap;
}
.aidesign-box1-bar__value--recruit-aigc {
  font-weight: 700;
  color: #cf27ff;
}
.aidesign-box1-bar__value--recruit-ai {
  font-weight: 400;
  color: #0483ff;
}
.aidesign-box1-bar__value--salary-aigc {
  font-weight: 700;
  color: #ff5427;
}
.aidesign-box1-bar__value--salary-ai {
  font-weight: 400;
  color: #00a8ff;
}
.aidesign-box1__note {
  margin: 0.28rem 0 0;
  padding: 0 0.24rem;
  width: 100%;
  font-family: "Microsoft YaHei-Regular", "Microsoft YaHei", sans-serif;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #999999;
  text-align: center;
}
.aidesign-box1__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.24rem;
  margin-top: 0.36rem;
  padding: 0.36rem 0.64rem;
  /* 上下 18px @1× + 行高 15px = 高 51px */
  box-sizing: border-box;
  border: none;
  border-radius: 0.24rem;
  box-shadow: inset 0 0 0.22rem #ffffff;
  background: linear-gradient(90deg, #7568ff 0%, #bc75ff 100%);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.aidesign-box1__cta-text {
  font-size: 0.3rem;
  font-family: "Microsoft YaHei-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  line-height: 0.3rem;
  letter-spacing: 0.04rem;
  color: #fff;
  white-space: nowrap;
}
.aidesign-box1__cta-arrow {
  display: block;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.4);
}
