.pagePPSL .banner,
.pagePPSL .certificate,
.pagePPSL .mimi,
.pagePPSL .book,
.pagePPSL .map {
  width: 100%;
}
.pagePPSL .banner > img,
.pagePPSL .certificate > img,
.pagePPSL .mimi > img,
.pagePPSL .book > img,
.pagePPSL .map > img {
  width: 100%;
}
.pagePPSL .mimi {
  margin: 5rem 0;
}
.pagePPSL .videoBox {
  position: relative;
  width: 100%;
  padding: 3rem;
}
.pagePPSL .videoBox > video {
  width: 100%;
  min-height: 38.8rem;
  object-fit: cover;
}
.pagePPSL .videoBox .play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 5.4rem;
  height: 5.4rem;
  transform: translate(-50%, -50%);
}
.pagePPSL .story {
  margin-bottom: 3rem;
  color: #787878;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: center;
}
.pagePPSL .story > .tit {
  margin: 3rem 0 16rem;
  color: #1e1e1e;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
}
.pagePPSL .story > div:nth-child(2),
.pagePPSL .story > div:nth-child(3) {
  transform: scale(0.833);
  transform-origin: top center;
}
.pagePPSL .investment {
  padding: 4rem 3rem 0;
  text-align: center;
}
.pagePPSL .investment > :first-child {
  margin-bottom: 2.8rem;
  color: #1e1e1e;
  font-weight: 500;
  font-size: 3rem;
}
.pagePPSL .investment > div:nth-child(2) {
  display: flex;
  width: 100%;
}
.pagePPSL .investment > div:nth-child(2) > div {
  flex: 1;
}
.pagePPSL .investment > div:nth-child(2) > div > img {
  width: 100%;
}
.pagePPSL .investment > div:nth-child(2) > div:first-child {
  margin-top: 4rem;
}
.pagePPSL .investment > div:nth-child(2) > div:nth-child(2) {
  margin-top: 11.6rem;
}
.pagePPSL .course .tit,
.pagePPSL .evaluate .tit {
  margin-top: 4rem;
  color: #1e1e1e;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
}
.pagePPSL .course .hint,
.pagePPSL .evaluate .hint {
  margin-top: 1.3rem;
  color: #999;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}
.pagePPSL .course {
  color: #1e1e1e;
}
.pagePPSL .course > div:last-child {
  position: relative;
  margin: 3.2rem 0;
  overflow: hidden;
}
.pagePPSL .course > div:last-child > div {
  height: 7rem;
  padding: 0 2rem 2rem;
  font-size: 2.4rem;
}
.pagePPSL .course > div:last-child > div > div {
  line-height: 1;
}
.pagePPSL .course > div:last-child > div .time {
  margin-bottom: 0.8rem;
}
.pagePPSL .course > div:last-child > div .time + div {
  transform: scale(0.833);
}
.pagePPSL .course > div:last-child > div::after {
  position: absolute;
  top: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.4rem solid #ff5d00;
  border-radius: 50%;
  content: "";
}
.pagePPSL .course > div:last-child > div:not(:last-child):nth-child(even) {
  border-left: 0.1rem solid rgba(255, 93, 0, 0.3);
}
.pagePPSL .course > div:last-child > div:not(:last-child):nth-child(odd) {
  border-right: 0.1rem solid rgba(255, 93, 0, 0.3);
}
.pagePPSL .course > div:last-child > div:nth-child(even) {
  transform: translateX(calc(50% - 0.05rem));
}
.pagePPSL .course > div:last-child > div:nth-child(even) .time + div {
  transform-origin: top left;
}
.pagePPSL .course > div:last-child > div:nth-child(even)::after {
  left: -0.9rem;
}
.pagePPSL .course > div:last-child > div:nth-child(odd) {
  text-align: right;
  transform: translateX(calc(-50% + 0.05rem));
}
.pagePPSL .course > div:last-child > div:nth-child(odd) .time + div {
  transform-origin: top right;
}
.pagePPSL .course > div:last-child > div:nth-child(odd)::after {
  right: -0.9rem;
}
.pagePPSL .totalNumber h2 {
  margin-top: 4rem;
  margin-bottom: 3.9rem;
  color: #1e1e1e;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
}
.pagePPSL .totalNumber span {
  display: inline-block;
  font-size: 2rem;
  line-height: 14.5rem;
  vertical-align: top;
}
.pagePPSL .totalNumber .scrollNumBox {
  text-align: center;
  white-space: nowrap;
}
.pagePPSL .totalNumber .scrollNumBox .swiper {
  display: inline-block;
  margin: 0 1.6rem;
  width: 9rem;
  height: 14.5rem;
  background: url("https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-m/ppsl/flop.png")
    no-repeat center center / 100% 100%;
  font-size: 12rem;
  line-height: 14.5rem;
  font-weight: bold;
  color: #ff6400;
}
.pagePPSL .evaluate .videoBox {
  width: 100%;
  margin-top: 4rem;
  padding: 0;
}
.pagePPSL .evaluate .videoBox > video {
  min-height: 42rem;
}

