.about-page .page {
  background-color: white;
  padding: 100px 0 20px;
}
.about-page .page1 .info-box {
  position: relative;
}
.about-page .page1 .content {
  width: 900px;
  margin-top: 50px;
  line-height: 30px;
}
.about-page .page1 .bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 150px;
  width: 250px;
  background: no-repeat center/contain url("/static/images/about/01.png");
}
.about-page .page1 .img-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.about-page .page1 .img-box .img-item {
  flex-basis: 48%;
  text-align: center;
}
.about-page .page1 .img-box .img-item .img {
  width: 100%;
}
.about-page .page1 .img-box .img-item .img img {
  width: 100%;
}
.about-page .page1 .img-box .img-item .label {
  margin: 20px 0;
}
.about-page .page1 .img-box .img-item.big-img {
  flex-basis: 100%;
}
.about-page .page2 {
  padding-bottom: 200px;
}
.about-page .page2 .info-box {
  position: relative;
}
.about-page .page2 .content {
  width: 850px;
  margin-top: 50px;
  line-height: 40px;
}
.about-page .page2 .bg-img {
  position: absolute;
  right: 0;
  bottom: 200px;
  height: 150px;
  width: 250px;
  background: no-repeat center/contain url("/static/images/about/02.png");
}
.about-page .page3 {
  padding-bottom: 200px;
}
.about-page .page3 .info-box {
  position: relative;
}
.about-page .page3 .content {
  width: 850px;
  margin-top: 50px;
  line-height: 40px;
}
.about-page .page3 .bg-img {
  position: absolute;
  right: 0;
  bottom: 100px;
  height: 150px;
  width: 250px;
  background: no-repeat center/contain url("/static/images/about/03.png");
}
.about-page .page3 .btn {
  background-color: #da251c;
  border-radius: 8px;
  line-height: 40px;
  width: 150px;
  color: white;
  font-weight: bold;
  margin-top: 40px;
}
.about-page .page3 .wide-img {
  width: 100%;
}
.about-page .page3 .wide-img img {
  width: 100%;
}
.about-page .page3 .mt100 {
  margin-top: 100px;
}
.about-page .page3 .info-row {
  display: flex;
  justify-content: space-between;
}
.about-page .page3 .info-row .report-list {
  height: 450px;
  overflow-y: auto;
  padding-right: 40px;
}
.about-page .page3 .info-row .report-list .item {
  border-bottom: 1px solid #ddd;
  line-height: 45px;
  margin-bottom: 20px;
}
.about-page .page3 .info-row .report-list .item.item::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 10px;
  background: no-repeat center/contain url("/static/images/about/link.png");
}
.about-page .page3 .info-row .logo-list {
  display: flex;
  flex-wrap: wrap;
  width: 450px;
}
.about-page .page3 .info-row .logo-list .logo {
  flex-basis: 50%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .page3 .info-row .logo-list .logo img {
  max-width: 80%;
  max-height: 80%;
}
.about-page .page3 .video {
  height: 500px;
}
.about-page .page3 .video video {
  height: 100%;
}

/*# sourceMappingURL=page.css.map */
