.javaMoudle5 .innerContent {
  width: 1280px;
  margin: 0 auto;
}

/* header */
.javaMoudle5 .box_hd h2 {
  font-size: 48px;
  line-height: 1.3;
  color: #253747;
}
.javaMoudle5 .box_hd h2 span {
  color: #0479ff;
}
.javaMoudle5 .box_hd p {
  font-size: 16px;
  color: #253747;
  letter-spacing: 2px;
  padding-top: 20px;
  max-width: 1127px;
  margin: 0 auto;
}

/* growth chart */
.module5-chart {
  position: relative;
  width: 1272px;
  height: 464px;
  margin: 50px auto 0;
  box-sizing: border-box;
}
.module5-chart-tag {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}
.module5-chart-tag--value {
  left: 0;
  top: 0;
  border-radius: 15px 15px 0 15px;
  background: #fff6ec;
  color: #ff5c48;
}
.module5-chart-tag--stage {
  left: 11px;
  top: 434px;
  border-radius: 15px 0 15px 15px;
  background: #e5f4ff;
  color: #3896ff;
}
.module5-chart-title {
  position: absolute;
  left: 124px;
  top: 2px;
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}
.module5-chart-subtitle {
  position: absolute;
  left: 124px;
  top: 37px;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  color: #999;
}
.module5-chart-yaxis {
  position: absolute;
  left: 0;
  top: 0;
  width: 78px;
  height: 464px;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 3;
}
.module5-chart-yaxis li {
  position: absolute;
  right: 0;
  font-size: 16px;
  font-weight: bold;
  color: #ff5c48;
  text-align: right;
  line-height: 1;
}
.module5-chart-yaxis li:nth-child(1) { top: 58px; }
.module5-chart-yaxis li:nth-child(2) { top: 117px; }
.module5-chart-yaxis li:nth-child(3) { top: 176px; }
.module5-chart-yaxis li:nth-child(4) { top: 235px; }
.module5-chart-yaxis li:nth-child(5) { top: 293px; right: 10px; }
.module5-chart-curve {
  position: absolute;
  left: 100px;
  top: 70px;
  width: 1165px;
  height: 355px;
  pointer-events: none;
  z-index: 1;
}
.module5-chart-curve img {
  display: block;
  width: 100%;
  height: 100%;
}
.module5-chart-curve-border {
  position: absolute;
  left: 100px;
  top: 69px;
  width: 1172px;
  height: 273px;
  pointer-events: none;
  z-index: 2;
}
.module5-chart-curve-border img {
  display: block;
  width: 100%;
  height: 100%;
}
.module5-chart-hlines {
  position: absolute;
  left: 0;
  top: 0;
  width: 1272px;
  height: 464px;
  pointer-events: none;
  z-index: 1;
}
.module5-chart-hline {
  position: absolute;
  left: 95px;
  display: block;
  height: 1px;
}
.module5-chart-hline--1 { top: 69px; width: 1170px; }
.module5-chart-hline--2 { top: 126px; width: 1037px; }
.module5-chart-hline--3 { top: 183px; width: 578px; }
.module5-chart-hline--4 { top: 246px; width: 225px; }
.module5-chart-hline--5 { top: 306px; width: 29px; }
.module5-chart-vlines {
  position: absolute;
  left: 0;
  top: 0;
  width: 1272px;
  height: 464px;
  pointer-events: none;
  z-index: 2;
}
.module5-chart-vline {
  position: absolute;
  display: block;
  width: 1px;
}
.module5-chart-vline--1 { left: 335px; top: 256px; height: 168px; }
.module5-chart-vline--2 { left: 567px; top: 231px; height: 194px; }
.module5-chart-vline--3 { left: 800px; top: 213px; height: 211px; }
.module5-chart-vline--4 { left: 1032px; top: 184px; height: 240px; }
.module5-chart-vline--5 { left: 1265px; top: 71px; height: 354px; }
.module5-chart-day {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding: 4px 12px;
  border-radius: 16px 16px 0 16px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}
.module5-chart-day--1 {
  left: 272px;
  top: 197px;
  background: linear-gradient(90deg, #50d7fc 0%, #04a2ff 100%);
}
.module5-chart-day--2 {
  left: 505px;
  top: 181px;
  background: linear-gradient(90deg, #50bbfc 0%, #0479ff 100%);
}
.module5-chart-day--3 {
  left: 736px;
  top: 164px;
  background: linear-gradient(90deg, #50bbfc 0%, #0479ff 100%);
}
.module5-chart-day--4 {
  left: 968px;
  top: 133px;
  background: linear-gradient(90deg, #0189ff 0%, #042dff 99.58%);
}
.module5-chart-day--5 {
  left: 1191px;
  top: 37px;
  background: linear-gradient(90deg, #0061ff 0%, #1d2ec5 100%);
}
.module5-chart-desc {
  position: absolute;
  z-index: 3;
  width: 170px;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #4f4e4e;
}
.module5-chart-desc--1 { left: 154px; top: 304px; }
.module5-chart-desc--2 { left: 366px; top: 266px; }
.module5-chart-desc--3 { left: 599px; top: 248px; }
.module5-chart-desc--4 { left: 831px; top: 226px; }
.module5-chart-desc--5 { left: 1064px; top: 185px; }
.module5-chart-bottom-line {
  position: absolute;
  left: 102px;
  top: 425px;
  width: 1170px;
  height: 1px;
  z-index: 2;
}
.module5-chart-names {
  position: absolute;
  left: 0;
  top: 440px;
  width: 1272px;
  height: 24px;
  z-index: 3;
}
.module5-chart-names span {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
  transform: translateX(-50%);
}
.module5-chart-names span:nth-child(1) { left: 194px; }
.module5-chart-names span:nth-child(2) { left: 440px; }
.module5-chart-names span:nth-child(3) { left: 676px; }
.module5-chart-names span:nth-child(4) { left: 910px; }
.module5-chart-names span:nth-child(5) { left: 1150px; }

/* course tabs + panels */
.module5-course {
  position: relative;
  width: 100%;
  min-height: 500px;
  margin-top: 83px;
  border-radius: 12px;

  box-sizing: border-box;
}
.module5-stage-tabs {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 344px;
  margin: 0;
  padding: 22px;
  list-style: none;
  border-radius: 12px;
  background: #98d9ff;
  box-sizing: border-box;
}
.module5-stage-tabs li {
  margin-bottom: 6px;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: background 0.25s ease;
}
.module5-stage-tabs li:last-child {
  margin-bottom: 0;
}
.module5-stage-tabs li p {
  margin: 0;
  padding: 16px ;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}
.module5-stage-tabs li.cur {
  background: linear-gradient(90deg, #0a63fe 0%, #009eff 100%);
}
.module5-stage-tabs li.cur p {
  /* font-size: 16px; */
  color: #fff;
}
.module5-stage-panels {
  position: relative;
  height: 500px;
  margin-left: 366px;
  border: 2px solid #98d9ff;
  border-radius: 12px;
  background: #f5faff;
  box-sizing: border-box;
  overflow: hidden;
}
.module5-stage-panel {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 43px 52px 40px 55px;
  box-sizing: border-box;
  overflow: hidden;
}
.module5-stage-panel.cur {
  display: flex;
  flex-direction: column;
}
.module5-panel-hd {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-shrink: 0;
  padding-bottom: 28px;
  margin-bottom: 0;
  border-bottom: 1px solid #dceaf8;
}
.module5-panel-bd {
  flex: 1;
  min-height: 0;
  margin-top: 28px;
  padding-right: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.module5-panel-title {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.module5-panel-title h3 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.module5-panel-mode {
  font-size: 14px;
  color: #666;
  line-height: 1;
  padding-bottom: 2px;
}
.module5-panel-hours {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  border-radius: 6px;
  background: #e5f4ff;
  font-size: 14px;
  color: #3896ff;
  white-space: nowrap;
}
.module5-panel-section {
  margin-bottom: 10px;
}
.module5-panel-section:last-child {
  margin-bottom: 0;
}
.module5-section-hd {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
}
.module5-section-hd img {
  width: 19px;
  height: 18px;
  flex-shrink: 0;
}
.module5-section-hd h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
}
.module5-panel-section p {
  margin: 0 0 0 26px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.module5-panel-section p + p {
  margin-top: 0;
}
.module5-panel-project {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #dceaf8;
}
.module5-panel-project:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.module5-project-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.module5-project-name {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

/* buttons */
.javaMoudle5 .btnbox.module5-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 37px;
}
.javaMoudle5 .module5-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  height: 64px;
  padding: 10px 36px 10px 24px;
  border-radius: 79px;
  font-size: 20px;
  color: #fff;
  font-style: normal;
  text-decoration: none;
  width: auto;
  line-height: 1;
  box-shadow: inset 0 0 13px #ffffff;
  transition: opacity 0.3s ease;
}
.javaMoudle5 .module5-btn:hover {
  opacity: 0.9;
}
.javaMoudle5 .module5-btn-arrow {
  width: 10px;
  height: 17px;
  background: url("/pc/module/aiapp/module5/images/Stroke0.svg") no-repeat center;
  background-size: 100% 100%;
  flex-shrink: 0;
}
.javaMoudle5 .module5-btn-arrow--2 {
  background-image: url("/pc/module/aiapp/module5/images/Stroke.svg");
}
.javaMoudle5 .module5-btn--red {
  background: linear-gradient(270deg, #fc5350 0%, #fc7550 100%);
}
.javaMoudle5 .module5-btn--blue {
  background: linear-gradient(270deg, #085eff 0%, #0190ff 100%);
  box-shadow: inset 0 0 13px #ffffff;
}
