div,
body,
html,
a,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p,
li,
input {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input {
  outline: none;
  padding: 0;
}

ul,
li {
  list-style: none;
}

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

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

html {
  font-size: 100px;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  scroll-behavior: smooth;
  box-sizing: border-box;
  background: #F1F3F5;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {

  html,
  body {
    font-size: 100px !important;
    width: 1250px;
    position: relative;
  }
}

@font-face {
  font-family: "HarmonyOS";
  src: url('../font/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
}

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

* {
  font-family: "HarmonyOS";
}

.c-red {
  color: #e32823 !important;
}

.c-gay {
  color: #767676 !important;
}

.font-normal {
  font-weight: normal !important;
}

.c-000 {
  color: #000 !important;
}