.main {
  position: relative;
}

/* 关于我们 */
.content {
  width: 100%;
  height: 31.25rem;
  padding-top: 12.625rem;
  padding-left: 15rem;
  background: url("../image/about/03.jpg") no-repeat;
  background-size: 100% 100%;
}

.content .title {
  font-size: 4.5rem;
  color: #fff;
}

/* 公司简介 */
.company-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 56.25rem;
  padding: 9rem 14.875rem 0;
  background: url("../image/about/08.jpg") no-repeat;
  background-size: 100% 100%;
}

.company-info .title {
  font-size: 3rem;
  color: #1a1a1a;
}

.company-info .introduction {
  width: 30rem;
  /* width: 30.125rem; */
  margin-top: 5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #4a4e64;
}

.company-data {
  width: 21.4rem;
  margin-top: 8rem;
}

.company-data .data-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem 0;
}

.company-data .bottom {
  border-top: 1px solid #b5b5b5;
}

.company-data .bottom > div:last-child {
  margin-right: 0.7vw;
}

.data-item .count {
  font-size: 1.125rem;
  color: #0750fe;
  font-weight: 700;
}

.data-item .label {
  font-size: 0.75rem;
  color: #767676;
}

.right-img {
  width: 52.125rem;
  height: 37.5rem;
}

/* 公司宗旨介绍 */
.purpose {
  display: flex;
  width: 100%;
  height: 56.25rem;
}

.purpose-img {
  flex-shrink: 0;
  width: 53rem;
  height: 100%;
}

.purpose-wrapper {
  flex: 1;
  height: 100%;
  padding-top: 4.5rem;
  padding-left: 9.25rem;
  background-color: #000422;
}

.purpose-title {
  position: relative;
  width: max-content;
  font-size: 2.25rem;
  color: #0750fe;
}

/* .purpose-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2.5rem;
  width: 1.875rem;
  height: 1.875rem;
  background: url("../image/about/a.png") no-repeat;
  background-size: 100%;
} */

.purpose-content {
  margin-top: 1rem;
  font-size: 4rem;
  white-space: nowrap;
  color: #fff;
}

.purpose-item {
  width: 42.625rem;
  padding: 4.75rem 0;
}

.purpose-item + .purpose-item {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* 发展历程 */
.process {
  overflow: hidden;
  position: relative;
  display: flex;
  width: 100%;
  height: 57.5rem;
  padding-top: 8.875rem;
  padding-left: 15rem;
  background: url("../image/about/08.jpg") no-repeat;
  background-size: 100% 100%;
}

.process .title {
  flex-shrink: 0;
  font-size: 3rem;
  color: #1a1a1a;
}

.time-line-wrapper {
  overflow-x: visible;
  overflow-y: scroll;
  position: relative;
  flex: 1;
  margin-left: 16.875rem;
  padding-left: 4.125rem;
}

.time-line-wrapper .line {
  position: absolute;
  top: 2rem;
  left: 1rem;
  width: 1px;
  height: 122rem;
  background-color: #767676;
}

.time-section + .time-section {
  margin-top: 3.75rem;
}

.time-section .year {
  position: relative;
  font-size: 3rem;
  color: #0750fe;
}

.time-section .year::before {
  content: "";
  position: absolute;
  left: -3.54rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background-color: #0750fe;
}

.time-line-content {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #767676;
}

.time-line-content > p {
  display: flex;
  align-items: center;
}

.time-line-content > p::before {
  content: "";
  margin-right: 0.5208333333vw;
  background-color: #000bff;
  width: 0.31vw;
  height: 0.31vw;
  border-radius: 0.16vw;
}

.process .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9.25rem;
  background: linear-gradient(0deg, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
}

/* 创始团队 */
.team {
  width: 100%;
  height: 56.25rem;
  padding: 10.375rem 14.75rem;
  background: url("../image/about/01.jpg") no-repeat;
  background-size: 100% 100%;
}

.team .title {
  font-size: 3rem;
  text-align: center;
  color: #fff;
}

.team-list {
  display: flex;
  justify-content: space-between;
  margin-top: 2.625rem;
}

.team-item .person-img {
  width: 14.75rem;
  height: 20rem;
}

.person-info {
  margin-top: 1.875rem;
  font-size: 1.5rem;
  color: #fff;
}

/* 全球布局 */
.global {
  position: relative;
  width: 100%;
  height: 56.25rem;
  padding: 5.875rem 9rem;
  background: url("../image/about/0.jpg") no-repeat;
  background-size: 100%;
}

.global .title {
  font-size: 3rem;
  text-align: center;
  color: #1a1a1a;
}

.global .box {
  position: absolute;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  background-color: #0750fe;
}

.global .box .box-title {
  position: relative;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.global .box .addr {
  width: 150%;
  padding-top: 0.25rem;
  font-size: 12px;
  color: #fff;
  transform: scale(0.7);
  transform-origin: left top;
}

.box-small {
  width: 132px;
  height: 62px;
}

.box-1 {
  top: 18.75rem;
  right: 30.75rem;
}

.box-2 {
  top: 23.625rem;
  right: 19.75rem;
}

.box-3 {
  top: 24.25rem;
  right: 36.125rem;
}

.box-4 {
  top: 28.75rem;
  right: 19.625rem;
  width: 162px;
  height: 66px;
}

.box-4 .box-title::after {
  position: absolute;
  bottom: 0;
  content: "020-29026390";
  font-size: 12px;
  transform: scale(0.7);
  white-space: nowrap;
}

.box-5 {
  top: 37.5rem;
  right: 33.75rem;
  width: 182px;
  height: 76px;
}

.box-7 {
  top: 21.5rem;
  right: 16.75rem;
  width: 182px;
}

.box-8 {
  top: 37.5rem;
  right: 15.75rem;
  width: 182px;
  height: 84px;
}

.global .circle {
  position: absolute;
  border-radius: 50%;
  background-color: #0750fe;
}

.circle-1 {
  top: 24.5rem;
  left: 22rem;
  width: 1.5rem;
  height: 1.5rem;
}

.circle-2 {
  top: 28.25rem;
  left: 27.625rem;
  width: 0.9375rem;
  height: 0.9375rem;
}

.circle-3 {
  top: 15.5rem;
  left: 60.125rem;
  width: 0.9375rem;
  height: 0.9375rem;
}

.circle-4 {
  top: 20.625rem;
  left: 64.125rem;
  width: 0.9375rem;
  height: 0.9375rem;
}

.circle-5 {
  top: 26.875rem;
  right: 34rem;
  width: 0.5625rem;
  height: 0.5625rem;
}

.circle-6 {
  top: 36rem;
  right: 33.125rem;
  width: 0.6875rem;
  height: 0.6875rem;
}

.circle-7 {
  top: 23.875rem;
  right: 32.125rem;
  width: 0.5625rem;
  height: 0.5625rem;
}

.circle-8 {
  top: 26.375rem;
  right: 30.125rem;
  width: 1.5rem;
  height: 1.5rem;
}

.circle-9 {
  top: 22.5rem;
  right: 29.125rem;
  width: 0.5625rem;
  height: 0.5625rem;
}

.bubble {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background: url("../image/about/13.png") no-repeat;
  background-size: 100%;
}

.bubble-1 {
  top: 18.125rem;
  left: 28.75rem;
  width: 7rem;
  height: 7rem;
  font-size: 2.25rem;
}

.bubble-2 {
  top: 18.5rem;
  left: 58.375rem;
  width: 4rem;
  height: 4rem;
  font-size: 1.3125rem;
}

.bubble-3 {
  top: 24.125rem;
  left: 66.625rem;
  width: 5.75rem;
  height: 5.75rem;
  font-size: 1.875rem;
}

.bubble-4 {
  top: 30.625rem;
  right: 32.87rem;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 0.75rem;
}

.bubble-5 {
  top: 16.25rem;
  right: 21.625rem;
  width: 5.125rem;
  height: 5.125rem;
  font-size: 1.625rem;
}

.bubble .pop {
  position: absolute;
  animation: scale 2s linear infinite;
}

.pop-1 {
  width: 7rem;
  height: 7rem;
}

.pop-2 {
  width: 4rem;
  height: 4rem;
}

.pop-3 {
  width: 5.75rem;
  height: 5.75rem;
}

.pop-4 {
  width: 3.5rem;
  height: 3.5rem;
}

.pop-5 {
  width: 5.125rem;
  height: 5.125rem;
}

.pcdisplayNone {
  display: none;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

.pc-img {
  display: none;
}

.globalNew {
  display: none;
}

.box-title-span {
  font-size: 12px;
  transform: scale(0.6);
  white-space: nowrap;
  bottom: 0;
  position: absolute;
  left: 14px;
}

@media (min-width: 960px) {
  .time-line-wrapper .time-section:last-child {
    display: none;
  }
}
