<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div,
body,
html,
a,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p,
li,
input {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: normal;
}

input {
  outline: none;
  padding: 0;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul,
li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

html {
  font-size: 100px;
}

@font-face {
  font-family: "HM";
  src: url("../font/HarmonyOS_Sans_SC_Regular.ttf");
}

body {
  font-size: 0.18rem;
  font-family: "HM" !important;
  overflow-x: hidden;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  html {
    font-size: 50px;
  }
}

button {
  cursor: pointer;
  background: transparent;
  border: none;
}

.w {
  width: 12.78rem;
  margin: 0 auto;
}

.c-194 {
  color: #1944a8;
}

.flex {
  display: flex;
  justify-content: space-between;
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
</pre></body></html>