.typeProcess {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.point {
  width: 6px;
  height: 6px;
  background: #898989;
  border-radius: 50%;
  margin: 10px auto;
}
.point:last-child {
  margin-bottom: 0;
}
.typeProcessTitleImgs {
  width: 225px;
  height: 225px;
  font-size: 0;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.titleText {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #b09671;
  white-space: nowrap;
}
.typeProcessTitleImgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.typeProcessItemContainer {
  width: 138px;
  height: 138px;
  position: relative;
  background-image: url(./img/processBody.png) !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.typeProcessTextContainer {
  position: absolute;
  top: 50%;
  transform: translate(-13px, -50%);
  right: 100%;
  height: 240px;
  border-right: #b09671 1px solid;
  margin-right: 60px;
  margin-left: 60px;
}
.typeProcessItemRight .typeProcessTextContainer {
  left: 100%;
  transform: translate(13px, -50%);
}
.typeProcessText {
  width: 215px;
  padding: 27px 16px;
  position: absolute;
}
.typeProcessItemLeft .typeProcessText {
  background-color: #fff;
  top: 50%;
  transform: translate(-15px, -50%);
  right: 0;
}
.typeProcessItemRight .typeProcessText {
  background-color: #b09671;
  top: 50%;
  transform: translate(15px, -50%);
  left: 0;
}
.typeProcessTextLine {
  width: 13px;
  height: 1px;
  background-color: #b09671;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
}
.typeProcessTextTitle {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 28px;
}
.typeProcessItemLeft .typeProcessTextTitle {
  color: #b09671;
}
.typeProcessItemRight .typeProcessTextTitle,
.typeProcessItemRight .typeProcessTextDescri {
  color: #fff;
}
.typeProcessItemRight .typeProcessTextLine {
  right: 0;
  transform: translate(100%, -50%);
}
.typeProcessItemLeft .typeProcessTextLine {
  left: 0;
}
.typeProcessTextDescri {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.typeProcessItemLeft .typeProcessTextDescri {
  color: #000;
}
.typeProcessTear {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #b09671;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
