.text-center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-start{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.text-end{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.text-between{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html,body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  transform: none !important;
  overflow: auto !important;
  font-family: system-ui !important
}

.text-hidden {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* @font-face {
  font-family: 'PingFang-SC';
  src: url(../font/PingFangSCRegular.ttf);
} */
.PingFang-SC {
  /* font-family: 'PingFang-SC'; */
}
