* {
  font-family: PingFang SC-Medium, PingFang SC;
}

body {
  background-color: #FAFAFA;
  min-height: auto !important;
  height: auto !important;
}

.ml-10 {
  margin-left: .625rem;
}

.ml-20 {
  margin-left: 1.25rem;
}

.mt-10 {
  margin-top: .625rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.c-222 {
  color: #222;
}

.c-333 {
  color: #333;
}

.c-666 {
  color: #666;
}

.c-999 {
  color: #999;
}

.c-fff {
  color: #fff;
}

.c-E1A {
  color: #E14E1A;
}

.c-E19 {
  color: #E14E19;
}

p {
  margin: 0px;
}

a {
  text-decoration: none !important;
  color: #333;
}

a:hover {
  color: inherit;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.multi-truncate {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.multi-truncate-3 {
  -webkit-line-clamp: 3;
}

.multi-truncate-4 {
  -webkit-line-clamp: 4;
}

.multi-truncate-5 {
  -webkit-line-clamp: 5;
}

.multi-truncate-6 {
  -webkit-line-clamp: 6;
}

.w-max-content {
  width: max-content;
}

.h-max-content {
  height: max-content;
}

.btn {
  box-shadow: none;
}

.rich_text {
  width: 100%;
  margin-top: 1.25rem;
  color: #FFF;
}

.rich_text * {
  max-width: 100%;
  height: auto;
}

.no_data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 21.875rem;
}

.no_data > img {
  width: 13.625rem;
  height: 12.125rem;
}

.no_data > p {
  font-size: 1.75rem;
  color: #333;
  margin-top: 1.25rem;
}

.layui-upload-file {
  display: none;
}
