.row {
  display: flex;
  flex-direction: row;
}

.column {
  display: flex;
  flex-direction: column;
}

.center {
  align-items: center;
  justify-content: center;
}

.between {
  align-items: center;
  justify-content: space-between;
}

.around {
  align-items: center;
  justify-content: space-around;
}

.inline {
  display: inline-flex;
}

.sticky {
  position: sticky;
}

.wrap {
  flex-wrap: wrap;
}

.nowrap {
  flex-wrap: nowrap;
}

.wsnowrap {
  white-space: nowrap;
}

.alstart {
  align-items: flex-start;
}

.alend {
  align-items: flex-end;
}

.alcenter {
  align-items: center;
}

.albaseline {
  align-items: baseline;
}

.jstart {
  justify-content: flex-start;
}

.jend {
  justify-content: flex-end;
}

.jcenter {
  justify-content: center;
}

.jbetween {
  justify-content: space-between;
}

.jaround {
  justify-content: space-around;
}

.textcenter {
  text-align: center;
}

.page {
  /* background: url("images/bg.png"); */
  width: 100%;
  height: 100%;

  overflow: hidden;
  /* position: static;
  display: flex;
  flex-direction: column;
  align-items: center; */
}

.page1 {
  max-width: 768px;
  height: 100vh;
  margin: 0px auto;
  background-image: url("images/bg.png");
  background-size: 100%;
  background-color: #EFEED9;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.page2 {
  max-width: 768px;
  height: 100vh;
  margin: 0px auto;
  padding-top: 50px;
  /* background-image: url("images/doc-ios-1.png");
  background-size: 100%; */
  background-color: #EFEED9;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.logo {
  display: flex;
}

.header {
  /* background-color: rgba(0, 0, 0, 0.4); */
  padding: 1%;
  min-height: 50px;
  max-height: 81px;
}

.top_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 20vw;
  /* height: 20vw; */
  max-width: 199px;
  max-height: 194px;

}

.logo_img {
  margin-top: 10px;
  margin-left: 10px;
  width: 43vw;
  height: 13vw;
  max-width: 328px;
  max-height: 97px;
}

.topbtn1 {
  width: 8vw;
  height: 13.6vw;
  max-width: 60px;
  max-height: 102px;
}

.topbtn2 {
  width: 10.6vw;
  height: 13.6vw;
  max-width: 80px;
  max-height: 102px;
}

* {
  margin: 0;
  /* box-sizing: border-box; */
  padding: 0;
}

.body {
  background: white;
}

.first-text {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  /* position: absolute; */
  /* top:200rpx; */
  /* right: 30px; */
  /* top: 15vh; */
  /* font-size: 1.5rem; */
}

.footer {
  width: 100%;
  max-width: 768px;
  /* margin: 0px auto; */
  /* background-color: rgba(0, 0, 0, 0.4);  */
  position: fixed;
  bottom: 0;
  text-align: center;
}

.sign {
  margin-top: 10px;
  width: 86.6vw;
  height: 22.1vw;
  max-width: 650px;
  max-height: 166px;
}

.all-text {
  color: #85431e;
  font-weight: 700;
  font-size: 4.2vw;
  letter-spacing: 0.7vw;
  text-align: center;
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  background: linear-gradient(90deg,
      rgba(255, 191, 101, 0) 0%,
      #ffbf65 32.9%,
      #ffde96 70%,
      rgba(255, 213, 144, 0) 100%);
}

.download {
  margin: 10px auto;
  width: 100%;
}

.down-btn {
  width: 44vw;
  height: 13.8vw;
  max-width: 343px;
  max-height: 104px;
}

.down-btn2 {
  width: 12.8vw;
  height: 11.4vw;
  max-width: 96px;
  max-height: 86px;
}

.down-btn-b {
  width: 44vw;
  height: 10vw;
  max-width: 343px;
  max-height: 70px;
}


.last-text {
  color: #FE2C55;
  /* font-weight: 600; */
  /* letter-spacing: 3px; */
  font-size: 0.8rem;
  width: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  display: flex;
  justify-content: center;
  padding: 0 0 10px;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, .8);
  z-index: 1000;
}

.popup {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  max-width: 690px;
  text-align: center;
}

.desc {
  text-align: center;
  position: relative;
}

.desc img {
  width: 80%;
}

.link-btn {
  position: absolute;
  bottom: 1rem;
  width: 100%;
}

.link-btn img {
  width: 30%;
}

.close {
  text-align: center;
}

.close img {
  width: 10%;
  padding-bottom: 0.5rem;
}

.overlay2 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, .9);
  z-index: 1000;
}

.popup2 {
  /* position: absolute; */
  /* top: 50%; */
  /* transform: translate(-50%, -50%); */
  /* left: 50%; */
  width: 100%;
  max-width: 690px;
  text-align: center;
}

.desc2 {
  /* text-align: center; */
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
  height: 80vh;
  width: 100vw;
  max-width: 750px;
  overflow-y: scroll;
  scroll-behavior: auto;
  /* box-sizing: content-box; */
}

.desc2 img {
  width: 49vw;
  height: 64vw;
  max-width: 225px;
  max-height: 295px;
  /* height: auto; */
}

.close2 {
  /* margin-top: 10px; */
  text-align: center;
}

.close2 img {
  width: 10%;
  padding-bottom: 0.5rem;
}

.ios-text {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 800;
  color: white;
}

.popup__h2 {
  text-align: center;
}

/* @media only screen and (min-device-width: 391px) and (max-device-width:440px) {
  .sign {
    width: 88.4vw;
    height: 30.8vh;
    display: flex;
    justify-content: center;
    object-fit: contain;
    position: absolute;
    top: 55vh;
    align-items: center;
  }
  
  .all-text {
    color: #85431e;
    font-weight: 700;
    font-size: 5.73vw;
    letter-spacing: 0.7vw;
    font-family: "HYRuiYiSong", sans-serif;
    width: 95.3vw;
    height: 4.89vh;
    position: absolute;
    top: 80vh;
    display: flex;
    justify-content: center;
    background: linear-gradient(
      90deg,
      rgba(255, 191, 101, 0) 0%,
      #ffbf65 32.9%,
      #ffde96 70%,
      rgba(255, 213, 144, 0) 100%
    );
  }
}


@media only screen and (min-device-width: 360px) and (max-device-width:389px) {
  .sign {
    width: 88.4vw;
    height: 30.8vh;
    display: flex;
    justify-content: center;
    object-fit: contain;
    position: absolute;
    top: 45.5vh;
    align-items: center;
  }
  
  .all-text {
    color: #85431e;
    font-weight: 700;
    font-size: 5.73vw;
    letter-spacing: 0.7vw;
    font-family: "HYRuiYiSong", sans-serif;
    width: 95.3vw;
    height: 4.89vh;
    position: absolute;
    top: 70vh;
    display: flex;
    justify-content: center;
    background: linear-gradient(
      90deg,
      rgba(255, 191, 101, 0) 0%,
      #ffbf65 32.9%,
      #ffde96 70%,
      rgba(255, 213, 144, 0) 100%
    );
  }
} */

/* @media only screen and (min-width: 412px) and (max-width:430px) {
  .sign {
    width: 88.4vw;
    height: 30.8vh;
    display: flex;
    justify-content: center;
    object-fit: contain;
    position: absolute;
    top: 51vh;
    align-items: center;
  }
  
  .all-text {
    color: #85431e;
    font-weight: 700;
    font-size: 5.73vw;
    letter-spacing: 0.7vw;
    font-family: "HYRuiYiSong", sans-serif;
    width: 95.3vw;
    height: 4.89vh;
    position: absolute;
    top: 77vh;
    display: flex;
    justify-content: center;
    background: linear-gradient(
      90deg,
      rgba(255, 191, 101, 0) 0%,
      #ffbf65 32.9%,
      #ffde96 70%,
      rgba(255, 213, 144, 0) 100%
    );
  }
}

@media only screen and (min-device-width: 390px) and (max-device-width:395px) {
  .sign {
    width: 88.4vw;
    height: 30.8vh;
    display: flex;
    justify-content: center;
    object-fit: contain;
    position: absolute;
    top: 53vh;
    align-items: center;
  }
  
  .all-text {
    color: #85431e;
    font-weight: 700;
    font-size: 5.73vw;
    letter-spacing: 0.7vw;
    font-family: "HYRuiYiSong", sans-serif;
    width: 95.3vw;
    height: 4.89vh;
    position: absolute;
    top: 78vh;
    display: flex;
    justify-content: center;
    background: linear-gradient(
      90deg,
      rgba(255, 191, 101, 0) 0%,
      #ffbf65 32.9%,
      #ffde96 70%,
      rgba(255, 213, 144, 0) 100%
    );
  }
  

}


@media only screen and (min-device-width: 360px) and (max-device-width: 365px) {
  .sign {
    width: 88.4vw;
    height: 30.8vh;
    display: flex;
    justify-content: center;
    object-fit: contain;
    position: absolute;
    top: 54vh;
    align-items: center;
  }
  
  .all-text {
    color: #85431e;
    font-weight: 700;
    font-size: 5.73vw;
    letter-spacing: 0.7vw;
    font-family: "HYRuiYiSong", sans-serif;
    width: 95.3vw;
    height: 4.89vh;
    position: absolute;
    top: 79vh;
    display: flex;
    justify-content: center;
    background: linear-gradient(
      90deg,
      rgba(255, 191, 101, 0) 0%,
      #ffbf65 32.9%,
      #ffde96 70%,
      rgba(255, 213, 144, 0) 100%
    );
  }
  

}


@media only screen and (min-device-width: 661px) and (max-device-width:666px) {
  .sign {
    width: 88.4vw;
    height: 30.8vh;
    display: flex;
    justify-content: center;
    object-fit: contain;
    position: absolute;
    top: 43vh;
    align-items: center;
  }
  
  .all-text {
    color: #85431e;
    font-weight: 700;
    font-size: 5.73vw;
    letter-spacing: 0.7vw;
    font-family: "HYRuiYiSong", sans-serif;
    width: 95.3vw;
    height: 4.89vh;
    position: absolute;
    top: 68vh;
    display: flex;
    justify-content: center;
    background: linear-gradient(
      90deg,
      rgba(255, 191, 101, 0) 0%,
      #ffbf65 32.9%,
      #ffde96 70%,
      rgba(255, 213, 144, 0) 100%
    );
  }
  

}

@media only screen and (min-device-width: 768px) and (max-device-width:770px) {
  .sign {
    width: 88.4vw;
    height: 30.8vh;
    display: flex;
    justify-content: center;
    object-fit: contain;
    position: absolute;
    top: 43vh;
    align-items: center;
  }
  
  .all-text {
    color: #85431e;
    font-weight: 700;
    font-size: 5.73vw;
    letter-spacing: 0.7vw;
    font-family: "HYRuiYiSong", sans-serif;
    width: 95.3vw;
    height: 4.89vh;
    position: absolute;
    top: 70vh;
    display: flex;
    justify-content: center;
    background: linear-gradient(
      90deg,
      rgba(255, 191, 101, 0) 0%,
      #ffbf65 32.9%,
      #ffde96 70%,
      rgba(255, 213, 144, 0) 100%
    );
  }
  

}

@media only screen and (min-device-width: 820px) and (max-device-width: 825px) {
  .sign {
    width: 88.4vw;
    height: 30.8vh;
    display: flex;
    justify-content: center;
    object-fit: contain;
    position: absolute;
    top: 43vh;
    align-items: center;
  }
  
  .all-text {
    color: #85431e;
    font-weight: 700;
    font-size: 5.73vw;
    letter-spacing: 0.7vw;
    font-family: "HYRuiYiSong", sans-serif;
    width: 95.3vw;
    height: 4.89vh;
    position: absolute;
    top: 70vh;
    display: flex;
    justify-content: center;
    background: linear-gradient(
      90deg,
      rgba(255, 191, 101, 0) 0%,
      #ffbf65 32.9%,
      #ffde96 70%,
      rgba(255, 213, 144, 0) 100%
    );
  }
  

}

@media only screen and (min-device-width: 1024px) and (max-device-width:1030px) {
  .sign {
    width: 88.4vw;
    height: 30.8vh;
    display: flex;
    justify-content: center;
    object-fit: contain;
    position: absolute;
    top: 43vh;
    align-items: center;
  }
  
  .all-text {
    color: #85431e;
    font-weight: 700;
    font-size: 5.73vw;
    letter-spacing: 0.7vw;
    font-family: "HYRuiYiSong", sans-serif;
    width: 95.3vw;
    height: 4.89vh;
    position: absolute;
    top: 70vh;
    display: flex;
    justify-content: center;
    background: linear-gradient(
      90deg,
      rgba(255, 191, 101, 0) 0%,
      #ffbf65 32.9%,
      #ffde96 70%,
      rgba(255, 213, 144, 0) 100%
    );
  }
  

}
 
 */