@font-face {
  font-family: "PingFang";
  src: url("./HARMONYOS_SANS_SC_REGULAR.TTF");
  font-weight: normal;
  font-style: normal;
}

/* 字体声明 */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?p4ssmb");
  src: url("fonts/icomoon.eot?p4ssmb#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?p4ssmb") format("truetype"),
    url("fonts/icomoon.woff?p4ssmb") format("woff"),
    url("fonts/icomoon.svg?p4ssmb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

* {
  margin: 0;
  padding: 0;
  cursor: default;
}

body {
  background-color: #fff;
  font-family: PingFang, system-ui, -apple-system, Segoe UI, Rototo, Helvetica,
    Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  /* scroll-behavior: smooth; */
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

input {
  border: none;
  outline: none;
  background: none;
}

input:focus {
  outline: none;
}

button {
  border: none;
  background: transparent;
}

i {
  font-style: normal;
}

.f20 {
  font-size: 0.2083rem;
}
.f30 {
  font-size: 0.3125rem;
}
.f40 {
  font-size: 0.4167rem;
}

.content {
  img {
   max-width: 100%;
   height: auto !important;
  }
}




