.frame {
  /* height: 100vh; */
  overflow-y: auto;
}

.div {
  height: 100%;
}

.overlap-group {
  background-image: url('../image/BG.png');
  background-size: 100% 100%;
  height: auto;
  width: 100%;

}

.imgbox {
  padding-bottom: 2.5rem;
}

.imgbox1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.imgbox1-left,
.imgbox1-right {
  width: 30%;
}

.imgbox1-center {
  width: 100%;
  display: flex;
  /* align-items: flex-end; */
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.TXT {
  width: 95%;
  margin-left: 5%;
}

.imgbox1-right {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
}

.CSKH {
  width: 93px;
  height: 120px;
}

.imgbox6 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  margin-top: -6rem;
  margin-bottom: 2rem;
}

.JACKPOT {
  width: 90%;
  margin-left: 10%;
}

.k68 {
  width: 30rem;
}

.imgbox2 {
  width: 85%;
  display: flex;
  justify-content: center;
  margin-left: 15%;
}

.imgbox2-center {
  display: flex;
  align-items: flex-start;
}

.LOGO {
  width: 28rem;
}

.Mn {
  width: 25rem;
}

.imgbox3,
.imgbox4,
.imgbox5 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.imgbox5 {
  /* margin-bottom: 50rem; */
}

.imgbox3-center {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.ios,
.android,
.TG {
  width: 15rem;
}

.BNG {
  width: 10rem;
}




.imgdownload {
  width: 40%;
  z-index: 2;
  margin-top: 1rem;
  animation: rotate-animation 1.5s infinite;
  /* position: relative;
  top: -1rem; */
}

@keyframes rotate-animation {

  0%,
  100% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.2);
  }
}

@media screen and (max-width: 480px) {
  .overlap-group {
    background-image: url('../image/BG2.png');
    background-size: 100% 100%;
    height: 100%;
    width: 100%;

  }

  .LOGO1,
  .LOGO2 {
    width: 5rem;
  }

  .CSKH {
    width: 52px;
    height: 65px;
  }

  .imgbox1-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* position: relative;
    top: 4rem; */
  }

  /* .TXT {
    width: 13rem;
  } */

  .imgbox6 {
    margin-top: -6rem;
    margin-bottom: 1rem;
  }

  .k68 {
    width: 10rem;
  }

  .imgbox2 {
    width: 100%;
    margin-left: 0%;
  }

  .imgbox2-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .LOGO {
    width: 10rem;
  }

  .Mn {
    width: 15rem;
  }

  .imgbox3-center {
    width: 65%;
  }

  .ios,
  .android,
  .TG {
    width: 8rem;
  }

  .imgbox4-center {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    gap: 8px 2%;
  }

  .BNG {
    width: 5rem;
  }

  .imgbox5-center {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    gap: 20px 2%;
  }
}

@media screen and (max-width: 375px) {

  .ios,
  .android,
  .TG {
    width: 7rem;
  }
}

@media screen and (max-width: 360px) {

  .ios,
  .android,
  .TG {
    width: 6rem;
  }
}

@media screen and (min-width: 480px) {
  .overlap-group {
    background-image: url('../image/BG2.png');
    background-size: 100% 100%;
    height: auto;
    width: 100%;

  }

  .imgbox1-left {
    display: flex;
    justify-content: flex-end;

  }

  .LOGO1 {
    width: 4rem;
    height: 4rem;
  }

  .LOGO2 {
    width: 4rem;
    height: 3rem;
  }

  .CSKH {
    width: 52px;
    height: 65px;
  }

  .imgbox1-center {
    position: relative;
    top: 3rem;
  }

  /* .TXT {
    width: 12rem;
  } */

  .imgbox2-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .div {
    display: flex;
    justify-content: center;
  }

  .imgbox {
    width: 480px;
    height: auto;
  }

  .overlap-group {
    width: 480px;
    height: auto;
  }


  .imgbox2 {
    width: 100%;
    margin-left: 0%;
    margin-top: 4rem;
  }

  .k68 {
    width: 15rem;
  }

  .imgbox3-center {
    width: 80%;
  }

  .LOGO {
    width: 20rem;
  }

  .Mn {
    width: 20rem;
  }


  .imgbox4-center,
  .imgbox5-center {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .imgbox5-center {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .BNG {
    width: 4rem;
  }

  .imgbox3-center {
    display: flex;
    justify-content: space-between;
  }

  .ios,
  .android,
  .TG {
    width: 7rem;
  }
}

@media screen and (min-width: 980px) {
  .overlap-group {
    background-image: url('../image/BG.png');
    background-size: 100% 100%;
    height: auto;
    width: 100%;

  }

  .imgbox1-left {
    display: flex;
    justify-content: flex-start;
  }

  .CSKH {
    width: 93px;
    height: 120px;
  }

  .LOGO1,
  .LOGO2 {
    width: 152px;
    height: 156px;
  }

  .LOGO2 {
    width: 248px;
    height: 156px;
  }

  .imgbox {
    width: 100%;
    height: auto;
  }

  .overlap-group {
    width: 100%;
    height: auto;

  }

  .imgbox2 {
    width: 100%;
    /* margin-left: 15%; */
    margin-top: 0rem;
  }

  .TXT {
    width: 40rem;
  }

  .JACKPOT {
    width: 60%;
    margin-left: 0;
  }

  .imgbox2-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-left: 60%;
    margin-top: -10%;
  }

  .imgbox6 {
    margin-top: -22rem;
  }

  .imgbox3-center {
    width: 60%;
  }

  .Mn {}

  .imgbox4-center {
    display: flex;
    justify-content: center;
  }

  .BNG {
    width: 5rem;
  }

  .ios,
  .android,
  .TG {
    width: 12rem;
  }

  .k68 {
    width: 30rem;
  }
}

@media screen and (min-width: 1200px) {
  .imgbox3-center {
    width: 70%;
  }

  .imgbox5-center {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .BNG {
    width: 6rem;
  }
}

@media screen and (min-width: 1400px) {
  .imgbox3-center {
    width: 60%;
  }

  .BNG {
    width: 7rem;
  }
}

@media screen and (min-width: 1600px) {
  .imgbox3-center {
    width: 50%;
  }

  .BNG {
    width: 8rem;
  }
}