body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "å¾®è½¯é›…é»‘", Arial, sans-serif;
}
.public_top_title {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -48%);
  /* text-align: center;
    width: 724px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.public_title {
  font-size: 50px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.public_des,
.public_line {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.public_des {
  margin-top: 19px;
}
.public_long {
  width: 170px;
  height: 1px;
  background: rgba(255, 255, 255, 0.32);
}
.public_duan {
  width: 24px;
  height: 1px;
  background: #ffffff;
}
.public_name {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin: 0 34px;
}
