@font-face {
  font-family: "OPPOSans-L";
  font-weight: 1 999;
  src: url("./OPPOSans-L.ttf");
}
html,
body {
  width: 100%;
  height: 100%;
}

* {
  font-weight: 100;
  margin: 0;
  padding: 0;
  outline: none;
  color: white;
}

hr {
  width: 80%;
  border: none;
  border-bottom: 1px solid white;
  margin-bottom: 1rem;
}

#app {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: url("./background/background.jpg");
  background-size: cover;
  background-position: center bottom;
}
#app .download-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 60%;
  min-height: 20rem;
}
#app .download-box .download-hr {
  width: 100%;
  height: 0.25rem;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin: 2rem 0;
}
#app .download-box .download-title,
#app .download-box .download-sub-title {
  font-size: 2.5rem;
  color: white;
  text-align: center;
  letter-spacing: 0.5rem;
  margin: 0.5rem 0rem 1rem 0rem;
}
#app .download-box .download-title {
  margin-top: 0;
}
#app .download-box .download-sub-title {
  font-size: 2rem;
}
#app .download-box .download-version-title {
  font-size: 2rem;
  letter-spacing: 1rem;
  margin-right: -2rem;
  margin-bottom: 0.5rem;
}
#app .download-box .download-version-text {
  font-size: 1.5rem;
  letter-spacing: 0.25rem;
  margin-bottom: 1.5rem;
}
#app .download-box .download-buttons {
  margin-bottom: 1.5rem;
}
#app .download-box .qq {
  color: rgb(255, 65, 96);
  letter-spacing: 0.25rem;
}
#app .download-box button {
  width: 18rem;
  height: 3rem;
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  background-color: white;
  border: none;
  color: black;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}
#app .download-box button:hover {
  background-color: rgb(255, 105, 130);
  color: white;
}/*# sourceMappingURL=style.css.map */