.header {
  height: 750px;
  background-image: url(https://guapikeji-1308841152.cos.ap-shanghai.myqcloud.com/ximin/assets/enroll/bg-0.png);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.header .banner-text {
  height: 65px;
}
.header .center {
  width: 399px;
  position: relative;
  left: 200px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 12px;
}
.lay-table .lay-table-row {
  padding: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 15px;
}
.lay-table .lay-table-row.th {
  background-color: #5b64a4 !important;
}
.lay-table .lay-table-row:nth-child(2n+1) {
  background-color: #eeeae1;
}
.lay-table .lay-table-row .lay-table-th {
  font-weight: 600;
  font-size: 23px;
  color: #F2BB33;
}
.lay-table .lay-table-row .lay-table-td {
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.lay-table .lay-table-row .flex-1 {
  flex: 1;
}
.lay-table .lay-table-row .flex-2 {
  flex: 2;
}
.notes {
  font-size: 16px;
  color: #333333;
  line-height: 40px;
}
.notes .note.i {
  font-style: italic;
}
.step-1,
.step-2 {
  width: 100%;
}
.block-1 {
  height: 410px;
  background-image: url(https://guapikeji-1308841152.cos.ap-shanghai.myqcloud.com/ximin/assets/enroll/bg-1.png);
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
