.banner {
  display: block;
  width: 100%;
  height: 400px;
  background: url(/dist/images/park/banner.jpg) no-repeat top center;
}
.platform-content {
  padding: 80px 5%;
  color: #271e3e;
}
.platform-content img {
  display: block;
  margin: 50px auto 0 auto;
}
.platform-content .sub-title {
  margin-top: 70px;
  text-align: center;
}
.platform-content .sub-title span {
  position: relative;
  font-size: 24px;
  color: #271e3e;
  font-weight: bold;
}
.platform-content .sub-title span:before {
  content: " ";
  position: absolute;
  top: 16px;
  left: -64px;
  width: 40px;
  height: 2px;
  background-color: #a54a98;
}
.platform-content .sub-title span:after {
  content: " ";
  position: absolute;
  top: 16px;
  right: -64px;
  width: 40px;
  height: 2px;
  background-color: #a54a98;
}
.platform-content p {
  margin: 40px auto 0 auto;
  max-width: 1070px;
  font-size: 18px;
  text-indent: 2em;
  line-height: 32px;
  color: #271e3e;
}
.platform-content p.mt {
  margin-top: 5px;
}
.platform-content p.ti0 {
  text-indent: 0;
}
.platform-content .p-box {
  margin-top: 55px;
}
.platform-content .p-box .p-item {
  margin-bottom: 20px;
}
.platform-content .p-box .p-item strong {
  display: block;
  margin: 0 auto;
  padding-top: 34px;
  width: 96px;
  height: 96px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  border: 6px solid #d2a4cb;
  background-color: #a54a98;
}
.platform-content .p-box .p-item span {
  margin-top: 10px;
  display: block;
  text-indent: 2em;
  font-size: 12px;
  line-height: 20px;
}
.platform-content .sub-sub-title {
  margin-top: 66px;
  text-align: center;
}
.platform-content .sub-sub-title span {
  position: relative;
  font-size: 24px;
  color: #271e3e;
}
.platform-content .sub-sub-title span:after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 3px;
  background-color: #a54a98;
}
.platform-content .go-href {
  margin: 30px auto;
  display: block;
  width: 136px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  background-color: #a54a98;
}
