<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  padding: 0;
  margin: 0;
}

.privacyPolicy {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 32px;
  color: #333333;
  font-size: 14px;
}

.title {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
}

.time {
  width: 100%;
  height: 25px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.content {
  width: 100%;
  margin-top: 20px;
}

p {
  text-align: justify;
}

.text-indent {
  /* text-indent: 2rem; */
}

.subTitle {
  font-size: 16px;
}

.strong {
  font-weight: bold;
}

a {
  color: #0000ee;
  font-weight: bold;
}
</pre></body></html>