.flex {
  display: flex;
}
.flex-c {
  display: flex;
  flex-direction: column;
}
.flex-r {
  display: flex;
  flex-direction: row;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
}
.head-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 500px;
  background: url("/images/about/head.png") top center no-repeat;
  color: #ffffff;
  justify-content: flex-start;
  align-items: center;
}
.head-wrapper .t1 {
  display: flex;
  flex-direction: row;
  font-size: 40px;
  margin-top: 110px;
}
.head-wrapper .t2 {
  display: flex;
  flex-direction: row;
  font-size: 28px;
  margin-top: 50px;
}
.intro-wrapper {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
  height: 0;
}
.intro-wrapper .center-wrapper {
  width: 900px;
  background-color: #fff;
  height: 360px;
  top: -85px;
  border-radius: 4px;
  position: absolute;
}
.intro-wrapper .center-wrapper .intro-content {
  width: 900px;
  height: 360px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.intro-wrapper .center-wrapper .intro-content .img {
  position: absolute;
  left: 53px;
  top: -90px;
  width: 300px;
}
.intro-wrapper .center-wrapper .intro-content .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 434px;
  margin-right: 70px;
  margin-top: 30px;
}
.intro-wrapper .center-wrapper .intro-content .text-wrapper .title {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.intro-wrapper .center-wrapper .intro-content .text-wrapper .content {
  margin-top: 20px;
}
.intro-wrapper .center-wrapper .intro-content .text-wrapper .content p {
  text-indent: 2em;
  line-height: 25px;
}
.time-line-wrapper {
  background-color: #0e1833;
  width: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.time-line-wrapper .title-wrapper {
  color: #ffffff;
  font-size: 26px;
  padding-top: 340px;
}
.time-line-wrapper .growth-wrapper {
  width: 288px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
}
.time-line-wrapper .growth-wrapper .title {
  padding-left: 38px;
  color: #5A2CFF;
  font-size: 22px;
  position: relative;
  line-height: 40px;
}
.time-line-wrapper .growth-wrapper .title:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: -5px;
  bottom: 12px;
  background-color: #5A2CFF;
  border-radius: 50%;
  top: 15px;
}
.time-line-wrapper .growth-wrapper .first:before {
  width: 15px;
  height: 15px;
  left: -7px;
  top: 13px;
  -webkit-box-shadow: 0 0 0 11px #0e1833, 0 0 0 12px #5A2CFF;
  box-shadow: 0 0 0 11px #0e1833, 0 0 0 12px #5A2CFF;
}
.time-line-wrapper .growth-wrapper .text {
  padding-left: 38px;
  border-left: 1px solid #5A2CFF;
  padding-bottom: 30px;
  color: #ffffff;
  line-height: 20px;
}
/*# sourceMappingURL=about.css.map */