.container {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow-y: hidden;
  background: #000;
  box-sizing: border-box;
  /* padding-bottom: 40px; */
}

.code_box {
  display: none;
}

.logo {
  display: block;
  width: 138px;
  height: 46px;
  margin-top: 20px;
  margin-left: 20px;
}

main {
  display: none;
}

.phone {
  display: none;
}


footer {
  display: none;
}

.main_img_m {
  width: 100vw;
  margin-top: 60px;
}

.slogan_m {
  width: 230px;
  height: 100px;
  position: relative;
  margin: 0 auto;
  margin-top: -40px;
  z-index: 100;
}

.phone_m {
  display: block;
  width: calc(100vw*0.75);
  position: absolute;
  top: 330px;
  right: 0;
  z-index: 10;
}

.mask {
  width: 100vw;
  position: absolute;
  top: 480px;
  left: 0;
  z-index: 11;
}


.download {
  width: 240px;
  height: 36px;
  padding: 10px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFE604;
  color: #000;

  font-family: "Maison Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin: 0 auto;
  margin-top: 30px;

  position: relative;
  z-index: 100;

}