.row .mod {
  padding: 1rem 0;
}

@media only screen and (max-width: 767px) {
  .row .mod {
    padding: 36px 0;
  }
}

.about-info {
  line-height: 1.6667;
  color: var(--text-color);
  margin-bottom: 0.48rem;
}

.about-info p {
  margin-bottom: 1em;
}

.about-statistic {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.4rem;
}

.about-statistic h4 {
  font-size: 0.36rem;
  margin-right: 0.48rem;
  font-weight: normal;
}

.statistic-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.statistic-list li {
  box-sizing: border-box;
  width: 33.33%;
  margin: 0.16rem 0;
}

.statistic {
  display: flex;
  align-items: center;
}

.statistic-icon {
  width: 0.32rem;
  margin-right: 0.15rem;
}

.statistic-icon img {
  width: 100%;
}

.statistic-content-value {
  padding: 0 0.04rem;
}

@media only screen and (max-width: 767px) {
  .about-statistic {
    margin-bottom: 40px;
  }

  .about-statistic h4 {
    width: 100%;
  }

  .statistic-list li {
    width: 100%;
    margin: 12px 0;
  }

  .statistic-icon {
    width: 20px;
    margin-right: 16px;
  }
}

.about-case h4 {
  font-size: 0.24rem;
  font-weight: normal;
  margin-bottom: 0.32rem;
}

@media only screen and (max-width: 767px) {
  .about-case h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.r3 .flex-box-left {
  width: 35%;
}

.r3 .flex-box-right {
  width: 65%;
}

.r3 .mod .mod-hd {
  margin-bottom: 0.4rem;
}

.honor-area {
  position: relative;
  padding-bottom: 0.88rem;
}

.honor-list-item {
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.12rem;
  background: rgba(196, 196, 196, 0.01);
  padding: 0.24rem;
}

.honor-area {
  --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 1);
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-bullet-size: 0.4rem;
  --swiper-pagination-bullet-horizontal-gap: 0.12rem;
}

.honor-area .swiper-pagination-bullet {
  border-radius: 0;
  user-select: none;
  position: relative;
  background: transparent !important;
}

.honor-area .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 0.04rem;
  background: rgb(196, 196, 196, 1);
}

.honor-area .swiper-pagination-bullet-active::after {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

@media only screen and (max-width: 767px) {
  .honor-area {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

.timeline-list {
}

.timeline-list > li {
  display: flex;
  align-items: center;
  margin-bottom: 0.56rem;
}

.timeline-list > li.has-tail {
  align-items: flex-start;
}

.timeline-list > li .title {
  font-size: 0.36rem;
  width: 2rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.timeline-list > li .desc {
  font-size: 0.2rem;
  line-height: 2;
}

.timeline-list > li .title .tail {
  background: rgba(196, 196, 196, 1);
  width: 0.03rem;
  height: 0.8rem;
  margin: 0.04rem 0;
}

@media only screen and (max-width: 767px) {
  .timeline-list > li {
    margin-bottom: 32px;
  }

  .timeline-list > li .title {
    font-size: 16px;
    width: 92px;
  }

  .timeline-list > li .desc {
    font-size: 14px;
    line-height: 2;
  }

  .timeline-list > li .title .tail {
    width: 1px;
    height: 48px;
    margin: 4px 0;
  }
}
