.text-cen {
  text-align: center;
}

.flex {
  display: flex;
}

.flex-center {
  justify-content: center;
  align-items: center;
}
.flex-center-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-align-center {
  display: flex;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}

.flex-1 {
  flex: 1;
}

.intro {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 880px;
}

.intro .text {
  padding: 0 60px;
  font-size: 14px;
  color: #ffffff;
}

.intro .intro-row {
  justify-content: center;
  display: flex;
  flex-direction: row;
}

.intro .intro-row .intro-row-column {
  padding: 20px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;

  font-weight: 400;
  font-size: 28px;

  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.intro .intro-row .intro-row-column:last-child {
  border-right: none;
}

/* 名称 */
.intro .intro-row .intro-row-column .name {
  font-weight: bold;
  font-size: 60px;
}

/* 名称1 */
.intro .intro-row .intro-row-column .name1 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.page-when.page.page-cent .content {
  width: 100%;
  display: flex;
  justify-content: center;
}

.buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.buttons button {
  /* background: linear-gradient(90deg, #ff277a 0%, #fd0100 100%); */
  border-radius: 8px;

  color: #ffffff;
}

/* .page-platform.page.page-cent .content {
  width: 100%;
  display: flex;
  justify-content: center;
} */
