@font-face {
  font-family: OPPOSans;
  src: url(../fonts/OPPOSans-B.ttf);
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
figure,
img,
figcaption {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-size: 100%;
  font-weight: normal;
}
i,
em {
  font-style: normal;
}
li {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
}
body,
html {
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  line-height: 1.5;
}
input {
  outline: none;
}
.flex {
  display: flex;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
.count {
  font-family: OPPOSans;
}
.absolute {
  position: absolute;
}
.cover {
  background-size: cover;
  background-position: center center;
}

.global-error {
  position: fixed;
  width: 4rem;
  top: 45%;
  left: -380%;
  font-size: 0.8rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  z-index: 1000;
  display: none;
}
.global-error1 {
  position: fixed;
  width: 5rem;
  top: 35%;
  left: 60%;
  font-size: 1rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  z-index: 1000;
display: none;
}
