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

.textNowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hiddenScrollbar {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hiddenScrollbar::-webkit-scrollbar {
  display: none;
}

body,
html {
  font-style: normal;
  height: 100%;
  width: 100%;
  font-size: 3.077vw;
  width: 100% !important;
  background: #f3faff;
}

*,
body,
html {
  padding: 0;
  margin: 0;
  background: #f3faff;
  font-family: PingFang SC;
}

* {
  outline: 0 none;
  box-sizing: border-box;
  word-break: break-all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
  user-select: auto;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
  margin-bottom: 0;
}

a {
  border: none;
  text-decoration: none;
}

a,
a:hover {
  transition: all 0.3s ease-out 0s;
}

a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.5em;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
}

img {
  border: none;
  vertical-align: middle;
}

#__next {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  min-height: 100%;
}

p {
  margin-bottom: 0;
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar:horizontal {
  height: 0;
}
