body{
  margin: 0;
  padding: 0;
}
.download-box{
  width: 100vw;
  height: 100vh;  
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-page{
  width: 370px;
  height: 812px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("./imgs/bg.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
.download-top{
  width: 297px;
  height: 235px;
  background-image: url("./imgs/1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;

}
.download-text{
  width: 288px;
  height: 88px;
  background-image: url("./imgs/text_new.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin-top:10px;
}
.download-text-test{
  width: 288px;
  height: 25px;
  color: rgb(255, 148, 0);
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  font-family: system-ui;
}
.download-subtext{
  width: 288px;
  height: 25px;
  color: rgb(255, 148, 0);
  text-align: center;
  font-size: 16px;
  /* font-weight: bold; */
  margin-top: 10px;
  font-family: system-ui;
  line-height: 25px;
}
.download-subsubtext{
  color: rgb(255, 148, 0);
  width: 288px;
  height: 20px;
  color: rgba(255, 148, 0, 0.6);
  text-align: center;
  font-size: 12px;
  /* font-weight: bold; */
  margin-top: 10px;
  font-family: system-ui;
  line-height: 20px;
}
.download-btn{
  width: 230px;
  height: 50px;
  background: #000;
  text-align: center;
  border-radius: 5px;
  border: 1px solid rgb(166, 166, 166);
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 90%;
}
.download-btn._google{
  background-image: url("./imgs/3.svg");
  margin-top: 24px;
}
.download-btn._ios{
  background-image: url("./imgs/4.svg");
  margin-top: 24px;
}
.download-btn-white{
  width: 230px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size:100% auto;
  background-image: url("./imgs/btn.svg");
  margin-top: 107px;

}
.download-text-bottom{
  width: 99px;
  height: 50px;
  margin-top: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size:auto 100%;
  background-image: url("./imgs/logo.svg");
}