@charset "UTF-8";
.boxNav.cur{position: fixed;top: 0;background-color: #f7f7f7;}
.boxNav{

	position: absolute;

	left: 0;

	top: 40px;

	width: 100%;

	height: 100px;

	box-sizing: border-box;

	background-color: rgba(0,0,0,.07);

	padding-top: 30px;

	z-index: 10001;

}
.boxNav .hei{display: none;}

.boxNav.cur{position: fixed;top: 0;background-color: #f7f7f7;}

.boxNav.cur .bai{display: none;}

.boxNav.cur .hei{display: block;}

.boxNav .inner{

	display: flex;

	justify-content: space-between;

	height: 40px;

	padding: 0 6px 0 23px;

	box-sizing: border-box;

}

.boxNav .logo{display: flex;}

.boxNav .logo img{width: 136px;}

.boxNav .logo p{

	position: relative;

	font-size: 26px;

	line-height: 40px;

	padding-left: 33px;

}

.boxNav .logo p a{color: #fff;}

.boxNav .logo p:before{

	position: absolute;

	left: 17px;

	top: 7.5px;

	width: 1px;

	height: 25px;

	background-color: #628bff;

	content: "";

}

.boxNav.cur .logo p a{color: #0059ee;}

.boxNav.cur .logo p:before{background-color: #0059ee;}

.boxNav .nav{

	width: 750px;
	display: flex;
	justify-content: space-between;
}

.boxNav .nav p{
	position: relative;
	font-size: 20px;
	color: rgba(255,255,255,.5);
	line-height: 36px;
	cursor: pointer;
}

.boxNav .nav p.cur{color: #fff;}

.boxNav .nav p.cur u{

	position: absolute;

	left: 50%;

	bottom: 0;

	width: 30px;

	height: 2px;

	background-color: #7effdc;

	margin-left: -15px;

}

.boxNav.cur .nav p{color: #999;}

.boxNav.cur .nav p.cur{color: #333;}

.boxNav.cur .nav p.cur u{background-color: #005aee;}

/* ===== module1: banner ===== */
/* banner 1920×650 */
.ban .slideban{
  height: 650px;
}

/* ===== module2: part1 ===== */
/* Pixso 2:612：1920×788，背景图 + 三列数据面板 + CTA */
.aidesign-part1 {
  position: relative;
  width: 100%;
  min-height: 788px;
  box-sizing: border-box;
  overflow: hidden;
}

.aidesign-part1__bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.49;
  pointer-events: none;
}

.aidesign-part1__inner {
  position: relative;
  z-index: 1;
  width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 87px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aidesign-part1__title {
  margin: 0 0 43px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 30px;
  letter-spacing: 2px;
  text-align: center;
  white-space: nowrap;
}

.aidesign-part1__title-accent {
  color: #2765ff;
}

.aidesign-part1__title-plain {
  color: #2f343b;
}

.aidesign-part1__panel {
  width: 100%;
  min-height: 430px;
  box-sizing: border-box;
  padding: 37px 45px 32px;
  border-radius: 20px;
  background: rgba(0, 231, 255, 0.1);
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

.aidesign-part1-col {
  min-width: 0;
}
.aidesign-part1-col--recruit {
  flex: 0 0 390px;
}
.aidesign-part1-col--salary {
  flex: 0 0 329px;
}
.aidesign-part1-col--table {
  flex: 0 0 424px;
}

.aidesign-part1-col__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 13px;
  min-width: 0;
}

.aidesign-part1-col__title {
  margin: 0 0 13px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #2f343b;
  white-space: nowrap;
}
.aidesign-part1-col__title--table {
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}

.aidesign-part1-col__head .aidesign-part1-col__title {
  margin-bottom: 0;
}

.aidesign-part1-col__hint {
  margin: 0;
  flex-shrink: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 14px;
  line-height: 32px;
  color: #999;
  white-space: nowrap;
}

.aidesign-part1-bars {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.aidesign-part1-bar {
  display: flex;
  align-items: center;
  min-height: 39px;
}

.aidesign-part1-bar__track {
  flex: none;
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  box-sizing: border-box;
  border-radius: 6px;
}
.aidesign-part1-bar__track--recruit-aigc {
  background: linear-gradient(90deg, #5364ff 0%, #d225ff 100%);
}
.aidesign-part1-bar__track--recruit-ai {
  background: linear-gradient(90deg, #04b9ff 0%, #0483ff 100%);
}
.aidesign-part1-bar__track--salary-aigc {
  background: linear-gradient(90deg, #ff5398 0%, #ff5425 100%);
}
.aidesign-part1-bar__track--salary-ai {
  background: linear-gradient(90deg, #00c8ff 0%, #00a8ff 100%);
}

.aidesign-part1-bar__label {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  white-space: nowrap;
}
.aidesign-part1-bar__label--recruit {
  font-size: 13px;
}

.aidesign-part1-bar__value {
  flex: none;
  margin-left: 11px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 16px;
  line-height: 39px;
  white-space: nowrap;
}
.aidesign-part1-bar__value--recruit-aigc {
  font-weight: 700;
  color: #cf27ff;
}
.aidesign-part1-bar__value--recruit-ai {
  font-weight: 400;
  color: #0483ff;
}
.aidesign-part1-bar__value--salary-aigc {
  font-weight: 700;
  color: #ff5427;
}
.aidesign-part1-bar__value--salary-ai {
  font-weight: 400;
  color: #00a8ff;
}

.aidesign-part1-table-wrap {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.aidesign-part1-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}
.aidesign-part1-table th,
.aidesign-part1-table td {
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 36px;
  color: #333;
  padding: 0 4px;
}
.aidesign-part1-table thead th {
  height: 32px;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  background: #0494ff;
}
.aidesign-part1-table th:nth-child(1),
.aidesign-part1-table td:nth-child(1) {
  width: 21%;
}
.aidesign-part1-table th:nth-child(2),
.aidesign-part1-table td:nth-child(2) {
  width: 24%;
}
.aidesign-part1-table th:nth-child(3),
.aidesign-part1-table td:nth-child(3) {
  width: 55%;
}
.aidesign-part1-table tbody td {
  height: 36px;
}
.aidesign-part1-table tbody td:nth-child(1) {
  background: #aff0ff;
}
.aidesign-part1-table tbody td:nth-child(2) {
  background: #dafbff;
}
.aidesign-part1-table tbody td:nth-child(3) {
  background: #aff0ff;
}
.aidesign-part1-table thead th:first-child {
  border-radius: 10px 0 0 0;
}
.aidesign-part1-table thead th:last-child {
  border-radius: 0 10px 0 0;
}
.aidesign-part1-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.aidesign-part1-table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.aidesign-part1-table td.aidesign-part1-table__salary {
  font-weight: 700;
  color: #ff544f;
}

.aidesign-part1-col__stats {
  margin: 12px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  color: #048bff;
  text-align: center;
}

.aidesign-part1__note {
  margin: 14px 0 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 12px;
  line-height: 30px;
  color: #999;
  text-align: center;
}

.aidesign-part1__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 16px;
}

.aidesign-part1__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-sizing: border-box;
  height: 54px;
  padding: 0 30px 0 36px;
  border: none;
  border-radius: 12px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
  box-shadow: inset 0 0 11px rgb(255, 255, 255);
  white-space: nowrap;
}
.aidesign-part1__cta--purple {
  background: linear-gradient(90deg, #7568ff 0%, #bc75ff 100%);
}
.aidesign-part1__cta--orange {
  background: linear-gradient(90deg, #ff7417 0%, #d267dc 100%);
}

/* ===== module3: part2 ===== */
/* Pixso 2:678：1920×400，蓝底 + 左文案 + 右 3D 插画背景 */
.aidesign-part2 {
  position: relative;
  width: 100%;
  min-height: 400px;
  box-sizing: border-box;
  overflow: hidden;
  background: #427fff;
}

.aidesign-part2__bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}

.aidesign-part2__inner {
  position: relative;
  z-index: 1;
  width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 62px 0 65px;
}

.aidesign-part2__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.aidesign-part2__title-line {
  color: #fff;
}
.aidesign-part2__title-line--accent {
  color: #fffcbc;
}

.aidesign-part2__compare {
  display: flex;
  align-items: flex-start;
  gap: 78px;
  margin-top: 26px;
}

.aidesign-part2-col {
  min-width: 0;
}

.aidesign-part2-col__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 21px;
  padding: 7px 23px;
  border-radius: 0 20px 20px 20px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 2px;
  color: #fff;
  white-space: nowrap;
}
.aidesign-part2-col__badge--blue {
  background: linear-gradient(90deg, #14e2ff 0%, #06a3ff 100%);
}
.aidesign-part2-col__badge--cyan {
  background: linear-gradient(90deg, #00bbb5 0%, #069bff 100%);
}

.aidesign-part2-col__row {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 15px;
  line-height: 31px;
  color: #fff;
  white-space: nowrap;
}

.aidesign-part2-col__label {
  font-weight: 700;
}

.aidesign-part2-col__desc {
  font-weight: 400;
}

/* ===== module4: part3 ===== */
/* Pixso 2:687：1920×755，浅蓝渐变底 + 中央「3」+ 左右能力说明 + CTA */
.aidesign-part3 {
  position: relative;
  width: 100%;
  min-height: 755px;
  box-sizing: border-box;
  overflow: hidden;
}

.aidesign-part3__bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}

.aidesign-part3__inner {
  position: relative;
  z-index: 1;
  width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 90px 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aidesign-part3__title {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 30px;
  letter-spacing: 2px;
  text-align: center;
  white-space: nowrap;
}

.aidesign-part3__title-plain {
  color: #2f343b;
}

.aidesign-part3__title-accent {
  color: #2765ff;
}

.aidesign-part3__body {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 78px;
}

.aidesign-part3__side {
  width: 390px;
  min-width: 0;
}
.aidesign-part3__side--left {
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.aidesign-part3-block__tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 234.074px;
  height: 40px;
  margin: 0 0 10px;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #fff;
  white-space: nowrap;
}
.aidesign-part3-block__tag::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgb(149, 36, 255) 0%, rgb(29, 130, 246) 100%);
  clip-path: polygon(6.44% 0, 100% 0, 93.56% 100%, 0 100%);
}

.aidesign-part3__side--left .aidesign-part3-block__tag {
  margin-left: 156px;
}

.aidesign-part3-block__tag--right {
  margin-left: 0;
}

.aidesign-part3-block__chip {
  width: 360px;
  margin: 0 0 17px 30px;
  padding: 8px 15px;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(45, 210, 247, 0.23);
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #3073f7;
}
.aidesign-part3-block__chip--narrow {
  width: 332px;
  margin-left: 58px;
}

.aidesign-part3-block__desc {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #000;
}

.aidesign-part3-practices {
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.aidesign-part3-practice {
  width: 360px;
  margin: 0;
  padding: 8px 15px;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(45, 210, 247, 0.23);
}

.aidesign-part3-practice__text {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.aidesign-part3-practice__label {
  font-weight: 700;
  color: #2765ff;
}

.aidesign-part3-practice__desc {
  font-weight: 400;
  color: #333;
}

.aidesign-part3__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 36px;
}

.aidesign-part3__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-sizing: border-box;
  height: 54px;
  padding: 0 30px 0 36px;
  border: none;
  border-radius: 12px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
  box-shadow: inset 0 0 11px rgb(255, 255, 255);
  white-space: nowrap;
}
.aidesign-part3__cta--purple {
  background: linear-gradient(90deg, #7568ff 0%, #bc75ff 100%);
}
.aidesign-part3__cta--orange {
  background: linear-gradient(90deg, #ff7417 0%, #d267dc 100%);
}

/* ===== module5: part4 ===== */
/* Pixso 2:719：1920×945，1300 表宽，行 1240×110，列 420/287/283/250 */
.aidesign-part4 {
  position: relative;
  width: 100%;
  min-height: 945px;
  box-sizing: border-box;
  overflow: hidden;
}

.aidesign-part4__bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.49;
  pointer-events: none;
}

.aidesign-part4__inner {
  position: relative;
  z-index: 1;
  width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 90px 0 86px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aidesign-part4__head {
  width: 100%;
  text-align: center;
}

.aidesign-part4__title {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 30px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.aidesign-part4__title-accent {
  color: #2765ff;
}

.aidesign-part4__title-plain {
  color: #2f343b;
}

.aidesign-part4__subtitle {
  margin: 27px 0 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #40454d;
}

.aidesign-part4-table {
  width: 100%;
  margin-top: 21px;
}

.aidesign-part4-table__grid {
  width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
  display: grid;
  /* 后三列中心 524/818/1086，表头文字间距 252/198/172 */
  grid-template-columns: 284px 420px 168px 368px;
}

.aidesign-part4-table__header {
  border-radius: 10px 10px 0 0;
  background: linear-gradient(90deg, #2f91ff 0%, #2769ff 100%);
}

.aidesign-part4-table__grid--header {
  height: 40px;
  align-items: center;
}

.aidesign-part4-table__th {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 6px;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
.aidesign-part4-table__th--stage {
  text-align: left;
  padding-left: 146px;
  box-sizing: border-box;
}

.aidesign-part4-table__body {
  margin-top: -2px;
  padding: 22px 0 12px;
  box-sizing: border-box;
  min-height: 521px;
  border-radius: 0 0 20px 20px;
  background: rgba(198, 237, 255, 0.2);
}

.aidesign-part4-row {
  position: relative;
  width: 1240px;
  margin: 0 auto 10px;
  height: 110px;
  border-radius: 8px;
  background: #fff;
  align-items: center;
}
.aidesign-part4-row:last-of-type {
  margin-bottom: 0;
}
.aidesign-part4-row--highlight {
  border: 2px solid #ff6e46;
}

.aidesign-part4-row__stage {
  display: flex;
  align-items: center;
  gap: 26px;
  padding-left: 50px;
  box-sizing: border-box;
  min-width: 0;
}

.aidesign-part4-row__icon {
  flex-shrink: 0;
  object-fit: contain;
  object-position: center;
}

.aidesign-part4-row--bronze .aidesign-part4-row__icon {
  width: 100px;
  height: 86px;
}

.aidesign-part4-row--gold .aidesign-part4-row__icon {
  width: 90px;
  height: 85px;
  margin-left: 5px;
}

.aidesign-part4-row--diamond .aidesign-part4-row__icon {
  width: 90px;
  height: 83px;
  margin-left: 5px;
}

.aidesign-part4-row--king .aidesign-part4-row__icon {
  width: 90px;
  height: 81px;
  margin-left: 5px;
}

.aidesign-part4-row__stage-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.aidesign-part4-row__period {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #999;
  white-space: nowrap;
}

.aidesign-part4-row__rank {
  margin: 0;
  width: 144px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.aidesign-part4-row--bronze .aidesign-part4-row__rank {
  color: #c57e54;
}

.aidesign-part4-row--gold .aidesign-part4-row__rank {
  color: #ff7829;
}

.aidesign-part4-row--diamond .aidesign-part4-row__rank {
  color: #296dff;
}

.aidesign-part4-row--king .aidesign-part4-row__rank {
  color: #ff5729;
}

.aidesign-part4-row__salary {
  margin: 0;
  min-width: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  color: #ff6019;
  text-align: center;
  white-space: nowrap;
}

.aidesign-part4-row__list {
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2px;
  color: #333;
  text-align: center;
}
.aidesign-part4-row__list li {
  white-space: nowrap;
}

.aidesign-part4-row__badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 12px;
  box-sizing: border-box;
  border-radius: 0 4px 0 10px;
  background: #ff6e46;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #fff;
  text-align: right;
  white-space: nowrap;
}
.aidesign-part4-row__badge p {
  margin: 0;
}

.aidesign-part4-table__note {
  width: 1240px;
  margin: 10px auto 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  color: #999;
  text-align: right;
}

.aidesign-part4__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 39px;
}

.aidesign-part4__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-sizing: border-box;
  height: 54px;
  padding: 0 30px 0 36px;
  border: none;
  border-radius: 12px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
  box-shadow: inset 0 0 11px rgb(255, 255, 255);
  white-space: nowrap;
}
.aidesign-part4__cta--purple {
  background: linear-gradient(90deg, #7568ff 0%, #bc75ff 100%);
}
.aidesign-part4__cta--orange {
  background: linear-gradient(90deg, #ff7417 0%, #d267dc 100%);
}

/* ===== module6: part5 ===== */
/* Pixso 2:781：1920×805，五步流程卡片 353×354，卡片间距 -22 叠压 */
.aidesign-part5 {
  width: 100%;
  min-height: 805px;
  box-sizing: border-box;
  overflow: hidden;
  background: linear-gradient(250deg, rgb(215, 85, 255) 0%, rgb(16, 82, 255) 9.283%, rgb(9, 141, 255) 49.604%, rgb(1, 151, 255) 99.156%);
}

.aidesign-part5__inner {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 90px 0 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aidesign-part5__title {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.aidesign-part5__steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 1677px;
  margin-top: 63px;
  box-sizing: border-box;
}

.aidesign-part5-step {
  flex-shrink: 0;
  width: 353px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aidesign-part5-step + .aidesign-part5-step {
  margin-left: -22px;
}

.aidesign-part5-step__img {
  display: block;
  width: 353px;
  height: 354px;
  object-fit: cover;
  object-position: center;
}

.aidesign-part5-step__tag {
  position: relative;
  z-index: 1;
  margin-top: -20px;
  min-width: 224px;
  height: 40px;
  padding: 0 24px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #fff;
  white-space: nowrap;
}
.aidesign-part5-step__tag::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #9524ff 0%, #1d82f6 100%);
  clip-path: polygon(6.44% 0, 100% 0, 93.56% 100%, 0 100%);
}

.aidesign-part5-step__stat {
  margin: 16px 0 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.aidesign-part5__note {
  width: 1677px;
  margin: 10px 0 0;
  padding-right: 30px;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  white-space: nowrap;
}

.aidesign-part5__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 24px;
}

.aidesign-part5__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-sizing: border-box;
  height: 54px;
  padding: 0 30px 0 36px;
  border: none;
  border-radius: 12px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
  box-shadow: inset 0 0 11px rgb(255, 255, 255);
  white-space: nowrap;
}
.aidesign-part5__cta--purple {
  background: linear-gradient(90deg, #7568ff 0%, #bc75ff 100%);
}
.aidesign-part5__cta--orange {
  background: linear-gradient(90deg, #ff7417 0%, #d267dc 100%);
}

/* ===== module7: part6 ===== */
/* Pixso 2:817：1920×823，底图 + 双卡片 + 案例矩阵 + 书法标语 */
.aidesign-part6 {
  position: relative;
  width: 100%;
  min-height: 823px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #2b2d3b;
}

.aidesign-part6__bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}

.aidesign-part6__inner {
  position: relative;
  z-index: 1;
  width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 90px 0 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aidesign-part6__title {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 30px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.aidesign-part6__title-plain {
  color: #fff;
}

.aidesign-part6__title-accent {
  color: #4dffee;
}

.aidesign-part6__content {
  display: flex;
  align-items: flex-start;
  align-self: flex-start;
  margin-top: 103px;
  box-sizing: border-box;
}

.aidesign-part6-card {
  box-sizing: border-box;
  border-radius: 20px;
}
.aidesign-part6-card--pain {
  width: 476px;
  height: 380px;
  padding: 31px 43px 47px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #1c3576 0%, rgba(28, 53, 118, 0.24) 100%);
}
.aidesign-part6-card--case {
  position: relative;
  width: 706px;
  height: 420px;
  margin-left: -65px;
  margin-top: -20px;
  padding: 36px 30px 30px;
  box-sizing: border-box;
  background: linear-gradient(270deg, rgba(28, 53, 118, 0) 0%, rgb(28, 53, 118) 100%);
}

.aidesign-part6-card__title {
  width: fit-content;
  margin: 0 0 0 9px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}

.aidesign-part6-card__keywords {
  width: 333px;
  margin: 19px 0 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: rgba(190, 229, 255, 0.42);
  text-align: center;
}

.aidesign-part6-card__summary {
  width: fit-content;
  margin: 39px 0 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}
.aidesign-part6-card__summary p {
  margin: 0;
}

.aidesign-part6-card__summary-strong {
  font-weight: 700;
  font-size: 18px;
}

.aidesign-part6-card__heading {
  width: fit-content;
  margin: 0 0 0 55px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #fff;
  white-space: nowrap;
}

.aidesign-part6-card__desc {
  width: fit-content;
  margin: 13px 0 0 24px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.aidesign-part6-card__desc p {
  margin: 0;
}

.aidesign-part6-case-block {
  display: flex;
  align-items: center;
  gap: 13px;
  width: fit-content;
  margin-left: 20px;
}
.aidesign-part6-case-block--basic {
  margin-top: 32px;
}
.aidesign-part6-case-block--project {
  margin-top: 22px;
}
.aidesign-part6-case-block__label {
  margin: 0;
  flex-shrink: 0;
  writing-mode: vertical-rl;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2px;
  white-space: nowrap;
}
.aidesign-part6-case-block--basic .aidesign-part6-case-block__label {
  color: #64adff;
}
.aidesign-part6-case-block--project .aidesign-part6-case-block__label {
  color: #b5b8ff;
}

.aidesign-part6-case-grid {
  display: flex;
  gap: 6px;
}

.aidesign-part6-case-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 110px;
}

.aidesign-part6-case-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
}
.aidesign-part6-case-chip--basic {
  color: #48c6ff;
  background: rgba(0, 192, 255, 0.15);
}
.aidesign-part6-case-chip--project {
  color: #aab0ff;
  background: rgba(147, 0, 255, 0.18);
}
.aidesign-part6-case-chip--tl {
  border-radius: 10px 0 0 0;
}
.aidesign-part6-case-chip--bl {
  border-radius: 0 0 0 10px;
}
.aidesign-part6-case-chip--tr {
  border-radius: 0 10px 0 0;
}
.aidesign-part6-case-chip--br {
  border-radius: 0 0 10px 0;
}

.aidesign-part6-card__slogan {
  position: absolute;
  top: 171px;
  right: 51px;
  width: 192px;
  height: 198px;
  object-fit: contain;
  pointer-events: none;
}

.aidesign-part6__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 56px;
}

.aidesign-part6__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-sizing: border-box;
  height: 54px;
  padding: 0 30px 0 36px;
  border: none;
  border-radius: 12px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
  box-shadow: inset 0 0 11px rgb(255, 255, 255);
  white-space: nowrap;
}
.aidesign-part6__cta--purple {
  background: linear-gradient(90deg, #7568ff 0%, #bc75ff 100%);
}
.aidesign-part6__cta--orange {
  background: linear-gradient(90deg, #ff7417 0%, #d267dc 100%);
}

/* ===== module8: part7 ===== */
/* Pixso 2:872：1920×942，四维培养卡片 + 工具条 + CTA */
.aidesign-part7 {
  position: relative;
  width: 100%;
  min-height: 942px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #effeff;
}

.aidesign-part7__bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  pointer-events: none;
}

.aidesign-part7__inner {
  position: relative;
  z-index: 1;
  width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 90px 0 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aidesign-part7__head {
  width: fit-content;
  text-align: center;
}

.aidesign-part7__title {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 30px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.aidesign-part7__title-accent {
  color: #4f56ff;
}

.aidesign-part7__title-plain {
  color: #2f343b;
}

.aidesign-part7__subtitle {
  width: fit-content;
  margin: 27px auto 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #40454d;
  white-space: nowrap;
}

.aidesign-part7__cards {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  width: 1290px;
  margin-top: 34px;
  box-sizing: border-box;
}

.aidesign-part7-card {
  width: 300px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.aidesign-part7-card__ribbon {
  position: relative;
  width: 300px;
  height: 51px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  flex-shrink: 0;
}
.aidesign-part7-card__ribbon-title {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #fff;
  white-space: nowrap;
}
.aidesign-part7-card__body {
  box-sizing: border-box;
  margin-top: 10px;
  padding: 16px 25px 20px;
  border-radius: 12px;
  background: linear-gradient(225deg, rgb(223, 235, 255) 0%, rgb(246, 252, 255) 49.563%, rgb(209, 232, 255) 100%);
  box-shadow: inset 0 0 11px rgb(255, 255, 255);
}
.aidesign-part7-card__tags {
  display: grid;
  grid-template-columns: repeat(2, 120px);
  gap: 10px;
  width: fit-content;
}
.aidesign-part7-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 120px;
  height: 38px;
  padding: 0;
  border-radius: 6px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
}
.aidesign-part7-card__tools {
  margin: 12px 0 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #2f343b;
}
.aidesign-part7-card__highlight {
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid rgb(166, 216, 255);
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1f71d6;
}
.aidesign-part7-card__footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgb(166, 216, 255);
}
.aidesign-part7-card__outcome {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1f71d6;
}
.aidesign-part7-card__salary {
  margin: 8px 0 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #ff693f;
  white-space: nowrap;
}
.aidesign-part7-card--visual .aidesign-part7-card__tag {
  color: #4687ff;
  background: #b4ecff;
}
.aidesign-part7-card--brand .aidesign-part7-card__tag {
  color: #4f6cff;
  background: #b4ecff;
}
.aidesign-part7-card--3d .aidesign-part7-card__tag {
  color: #742ef5;
  background: #e3e7ff;
}
.aidesign-part7-card--ecom .aidesign-part7-card__tag {
  color: #ff5730;
  background: #ffe9d8;
}

.aidesign-part7__tools {
  display: block;
  width: 800px;
  height: 36px;
  margin-top: 37px;
  object-fit: contain;
}

.aidesign-part7__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 33px;
}

.aidesign-part7__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-sizing: border-box;
  height: 54px;
  padding: 0 30px 0 36px;
  border: none;
  border-radius: 12px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
  box-shadow: inset 0 0 11px rgb(255, 255, 255);
  white-space: nowrap;
}
.aidesign-part7__cta--purple {
  background: linear-gradient(90deg, #7568ff 0%, #bc75ff 100%);
}
.aidesign-part7__cta--orange {
  background: linear-gradient(90deg, #ff7417 0%, #d267dc 100%);
}

/* ===== module9: part8-portfolio ===== */
/* Pixso 2:962：1920×1275，作品集 Tab + 双行瀑布图 + CTA */
.aidesign-part8 {
  position: relative;
  width: 100%;
  min-height: 1275px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
}

.aidesign-part8__bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.68;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.aidesign-part8__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aidesign-part8__head {
  width: 1038px;
  text-align: center;
}

.aidesign-part8__title {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 30px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.aidesign-part8__title-plain {
  color: #2f343b;
}

.aidesign-part8__title-accent {
  color: #4f56ff;
}

.aidesign-part8__subtitle {
  margin: 27px 0 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #40454d;
  white-space: nowrap;
}

.aidesign-part8__tabs {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  margin-top: 33px;
}

.aidesign-part8__tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 50px;
  padding: 0 18px;
  border: 1px solid #73cafe;
  border-radius: 10px;
  background: #f1fffe;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  flex-shrink: 0;
}
.aidesign-part8__tab--active {
  border-color: transparent;
  background: #4f56ff;
  font-weight: 700;
  color: #fff;
}

.aidesign-part8__tab-arrow {
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 50px;
  height: 20px;
  background: linear-gradient(0deg, rgb(79, 86, 255) 0%, rgba(255, 255, 255, 0) 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.aidesign-part8__marquee-gallery {
  width: 100vw;
  margin-top: 29px;
  margin-left: calc(50% - 50vw);
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}

.aidesign-part8__marquee-track {
  width: 100%;
  overflow: hidden;
}
.aidesign-part8__marquee-track:hover .aidesign-part8__marquee-inner {
  animation-play-state: paused;
}

.aidesign-part8__marquee-inner {
  display: flex;
  width: max-content;
  animation: aidesign-part8-marquee-scroll var(--marquee-duration, 68s) linear infinite;
  will-change: transform;
}
.aidesign-part8__marquee-inner--reverse {
  animation-direction: reverse;
}

.aidesign-part8__marquee-group {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-shrink: 0;
}

@keyframes aidesign-part8-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.aidesign-part8__marquee-img {
  display: block;
  height: 400px;
  width: auto;
  margin: 0 8px;
  flex-shrink: 0;
  object-fit: contain;
}

.aidesign-part8-video {
  position: relative;
  flex-shrink: 0;
  height: 400px;
  margin: 0 8px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.aidesign-part8-video__cover {
  display: block;
  height: 400px;
  width: auto;
  object-fit: contain;
}
.aidesign-part8-video__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.aidesign-part8-video:hover .aidesign-part8-video__play {
  transform: scale(1.06);
  box-shadow: 0 10px 28px rgba(79, 86, 255, 0.22);
}
.aidesign-part8-video__play-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 20px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
}

.aidesign-part8__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 26px;
}

.aidesign-part8__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-sizing: border-box;
  height: 54px;
  padding: 0 30px 0 36px;
  border: none;
  border-radius: 12px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
  box-shadow: inset 0 0 11px rgb(255, 255, 255);
  white-space: nowrap;
}
.aidesign-part8__cta--blue {
  background: linear-gradient(90deg, #4866ff 0%, #528fff 100%);
}
.aidesign-part8__cta--purple {
  background: linear-gradient(90deg, #7568ff 0%, #bc75ff 100%);
}

/* ===== module10: part9-employment ===== */
/* Pixso 2:1000：1920×908，就业数据表 + 统计侧栏 + CTA */
.aidesign-part9 {
  position: relative;
  width: 100%;
  min-height: 908px;
  box-sizing: border-box;
  overflow: hidden;
  background: linear-gradient(180deg, #ff5b4f 0%, #ff874c 100%);
}

.aidesign-part9__bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.61;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.aidesign-part9__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 90px 0 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aidesign-part9__head {
  width: 1038px;
  text-align: center;
}

.aidesign-part9__title {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #fff;
  white-space: nowrap;
}

.aidesign-part9__subtitle {
  margin: 27px 0 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #fff;
  white-space: nowrap;
}

.aidesign-part9__content {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 1288px;
  margin-top: 26px;
  overflow: visible;
}

.aidesign-part9-stats {
  position: relative;
  box-sizing: border-box;
  width: 240px;
  height: 531px;
  padding: 24px 49px 0;
  border-radius: 10px;
  background: linear-gradient(180deg, #ff754f 0%, rgba(254, 125, 76, 0) 99.16%);
  overflow: visible;
  flex-shrink: 0;
}

.aidesign-part9-stats__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aidesign-part9-stats__title {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
}

.aidesign-part9-stats__metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
}

.aidesign-part9-stats__value {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 30px;
  color: #fff3a2;
  white-space: nowrap;
}

.aidesign-part9-stats__label {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.aidesign-part9-stats__character {
  position: absolute;
  top: 264px;
  left: -5px;
  z-index: 0;
  width: 250px;
  height: auto;
  pointer-events: none;
}

.aidesign-part9-table {
  width: 500px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.aidesign-part9-table__inner {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.aidesign-part9-table__inner th,
.aidesign-part9-table__inner td {
  box-sizing: border-box;
  width: 1%;
  text-align: center;
  white-space: nowrap;
}

.aidesign-part9-table__inner thead th:first-child,
.aidesign-part9-table__inner tbody tr:not(.aidesign-part9-table__stat-row) td:first-child {
  padding-left: 20px;
}

.aidesign-part9-table__inner thead th:last-child,
.aidesign-part9-table__inner tbody tr:not(.aidesign-part9-table__stat-row) td:last-child {
  padding-right: 10px;
}

.aidesign-part9-table__inner thead th {
  height: 40px;
  background: #ff744f;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
}

.aidesign-part9-table__inner tbody td {
  height: 30px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #333;
}

.aidesign-part9-table__stat-row td {
  width: auto;
  padding: 6px 0 0;
  background: transparent;
}

.aidesign-part9-table__stat-row:not(:first-child) td {
  padding-top: 15px;
}

.aidesign-part9-table__stat-bar {
  width: 420px;
  margin: 0 auto;
  height: 30px;
  border-radius: 5px;
  background: #fff0e2;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 6px;
  color: #ff5a4f;
  text-align: center;
  white-space: nowrap;
}

.aidesign-part9-table__stat-row + tr td {
  padding-top: 11px;
}

.aidesign-part9-table__inner tbody tr:last-child td {
  padding-bottom: 24px;
}

.aidesign-part9-table__inner td.aidesign-part9-table__salary {
  font-weight: 700;
  color: #ff5a4f;
}

.aidesign-part9__actions {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 1288px;
  min-height: 54px;
  margin-top: 25px;
}

.aidesign-part9__source {
  position: absolute;
  top: -15px;
  right: 25px;
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  white-space: nowrap;
}

.aidesign-part9__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-sizing: border-box;
  height: 54px;
  padding: 0 30px 0 36px;
  border: none;
  border-radius: 12px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
  box-shadow: inset 0 0 11px rgb(255, 255, 255);
  white-space: nowrap;
}
.aidesign-part9__cta--purple {
  background: linear-gradient(90deg, #7568ff 0%, #bc75ff 100%);
}
.aidesign-part9__cta--orange {
  background: linear-gradient(90deg, #ff5a4f 0%, #ff8648 100%);
}

/* ===== module11: part10-outline ===== */
/* Pixso 2:1072：1920×1022，课程大纲 Tab + 说明卡 + 固定作品图 + CTA */
.aidesign-part10 {
  position: relative;
  width: 100%;
  min-height: 1022px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
}

.aidesign-part10__bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.49;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.aidesign-part10__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aidesign-part10__head {
  width: 877px;
  text-align: center;
}

.aidesign-part10__title {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #2f343b;
  white-space: nowrap;
}

.aidesign-part10__subtitle {
  margin: 27px 0 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #40454d;
  white-space: nowrap;
}

.aidesign-part10__tabs {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 1190px;
  margin-top: 33px;
  padding-bottom: 20px;
}

.aidesign-part10__tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 230px;
  height: 50px;
  padding: 0 18px;
  border: 1px solid #73cafe;
  border-radius: 10px;
  background: #f1fffe;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  flex-shrink: 0;
}
.aidesign-part10__tab--active {
  border-color: transparent;
  background: #4f56ff;
  font-weight: 700;
  color: #fff;
}

.aidesign-part10__tab-arrow {
  position: absolute;
  top: 45px;
  left: calc(var(--active-tab-index) * 240px + 90px);
  width: 50px;
  height: 20px;
  background: linear-gradient(0deg, rgb(79, 86, 255) 0%, rgba(255, 255, 255, 0) 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: left 0.2s ease;
}

.aidesign-part10-panel {
  box-sizing: border-box;
  width: 1300px;
  min-height: 243px;
  margin-top: 20px;
  padding: 47px 65px 40px;
  border-radius: 20px;
  background: rgba(132, 186, 255, 0.16);
}

.aidesign-part10-panel__title {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #40454d;
  white-space: nowrap;
}

.aidesign-part10-panel__line {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 26px 0 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #40454d;
}
.aidesign-part10-panel__line:last-child {
  margin-top: 21px;
}
.aidesign-part10-panel__line strong {
  font-weight: 700;
}

.aidesign-part10-panel__icon {
  flex-shrink: 0;
  width: 40px;
  height: 42px;
  margin-top: -6px;
  object-fit: contain;
}
.aidesign-part10-panel__icon--book {
  width: 38px;
  height: 37px;
  margin-top: -3px;
}

.aidesign-part10-panel__accent {
  color: #ff3902;
}

.aidesign-part10__gallery {
  display: flex;
  width: 100vw;
  margin-top: 37px;
  margin-left: calc(50% - 50vw);
}

.aidesign-part10__gallery-img {
  display: block;
  width: 25%;
  height: 270px;
  object-fit: cover;
  flex-shrink: 0;
}

.aidesign-part10__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 33px;
}

.aidesign-part10__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-sizing: border-box;
  height: 54px;
  padding: 0 30px 0 36px;
  border: none;
  border-radius: 12px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
  box-shadow: inset 0 0 11px rgb(255, 255, 255);
  white-space: nowrap;
}
.aidesign-part10__cta--blue {
  background: linear-gradient(90deg, #4866ff 0%, #528fff 100%);
}
.aidesign-part10__cta--purple {
  background: linear-gradient(90deg, #7568ff 0%, #bc75ff 100%);
}

/* ===== module12: part11-teachers ===== */
/* Pixso 2:1106：1920×900，名师师资 + 导师信息卡 + CTA */
.aidesign-part11 {
  position: relative;
  width: 100%;
  min-height: 900px;
  box-sizing: border-box;
  overflow: hidden;
}

.aidesign-part11__bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.6;
  pointer-events: none;
}

.aidesign-part11__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  min-height: 900px;
  padding: 90px 0 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aidesign-part11__head {
  width: 877px;
  text-align: center;
}

.aidesign-part11__title {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 30px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.aidesign-part11__title-plain {
  color: #2f343b;
}

.aidesign-part11__title-accent {
  color: #4f56ff;
}

.aidesign-part11__subtitle {
  margin: 27px 0 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #40454d;
  white-space: nowrap;
}

.aidesign-part11__teachers-stage {
  position: relative;
  width: 1348px;
  height: 381px;
  margin-top: 24px;
  flex-shrink: 0;
}

.aidesign-part11__teachers-photo {
  display: block;
  width: 100%;
  height: 398px;
  object-fit: cover;
}

.aidesign-part11__teacher-cards {
  position: absolute;
  inset: 0;
  width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.aidesign-part11-teacher-card {
  position: absolute;
  box-sizing: border-box;
  padding: 20px 0 20px 30px;
  border-radius: 12px;
  background: linear-gradient(225deg, rgba(195, 255, 253, 0) 0%, rgba(167, 217, 255, 0.9) 50.422%, rgba(255, 255, 255, 0.8) 100%);
  backdrop-filter: blur(6px);
  pointer-events: auto;
}

.aidesign-part11-teacher-card__name {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #2f343b;
  white-space: nowrap;
}

.aidesign-part11-teacher-card__line {
  margin: 10px 0 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #2f343b;
  white-space: nowrap;
}

.aidesign-part11__desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 46px;
}

.aidesign-part11__desc-line {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #40454d;
  white-space: nowrap;
}
.aidesign-part11__desc-line strong {
  font-weight: 700;
}

.aidesign-part11__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 38px;
}

.aidesign-part11__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-sizing: border-box;
  height: 54px;
  padding: 0 30px 0 36px;
  border: none;
  border-radius: 12px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
  box-shadow: inset 0 0 11px rgb(255, 255, 255);
  white-space: nowrap;
}
.aidesign-part11__cta--purple {
  background: linear-gradient(90deg, #7568ff 0%, #bc75ff 100%);
}
.aidesign-part11__cta--orange {
  background: linear-gradient(90deg, #ff7417 0%, #d267dc 100%);
}

/* a.itcast_click CTA 兼容（原为 button） */
a[class*="aidesign-part"][class*="__cta"],
a[class*="aidesign-box"][class*="__cta"] {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
}
