* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::-webkit-scrollbar {
  display: none !important;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}
body,
html {
  min-height: 100vh;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  font-size: 20px;
  line-height: 1;
  color: rgba(16, 16, 16, 0.70);
  font-family: "PingFang SC Bold";
  letter-spacing: 1px;
  background: #f1f1f1;
}

.btn{
  height: 98px;
  width: 688px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #db0f42;
  color: #fff;
  font-size: 34px;
  margin: 34px auto 0;
}
header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  font-size: 33px;
  color: #fe0853;
}

header>img{
  position: absolute;
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
}
.noData{
  font-size: 30px;
  text-align: center;
  padding-top: 40px;
}
.noMore{
  font-size: 25px;
  text-align: center;
  padding-bottom: 20px;
}
