a {
  text-decoration: none;
}

* {
  font-size: 50px;
  box-sizing: border-box;
}

img {
  font-size: 0;
}

p {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 320px) {
  html {
    font-size: 21.33333333px;
  }
}

@media screen and (min-width: 360px) {
  html {
    font-size: 24px;
  }
}

@media screen and (min-width: 375px) {
  html {
    font-size: 25px;
  }
}

@media screen and (min-width: 384px) {
  html {
    font-size: 25.6px;
  }
}

@media screen and (min-width: 400px) {
  html {
    font-size: 26.66666667px;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 27.6px;
  }
}

@media screen and (min-width: 424px) {
  html {
    font-size: 28.26666667px;
  }
}

@media screen and (min-width: 480px) {
  html {
    font-size: 32px;
  }
}

@media screen and (min-width: 540px) {
  html {
    font-size: 36px;
  }
}

@media screen and (min-width: 720px) {
  html {
    font-size: 48px;
  }
}

@media screen and (min-width: 750px) {
  html {
    font-size: 50px;
  }
}

html,
body {
  height: 100%;
  min-height: 30.28rem;
  /* max-height: 30.28rem; */
}

body {
  min-width: 320px;
  margin: 0 auto;
  max-width: 16rem;
  line-height: 1.5;
  font-family: Arial, Helvetica;
  background: #fff;
}

.warp {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: 100% auto;
  overflow: scroll;
  margin-bottom: 4rem;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
}

.main {
  /* padding: 0.5rem; */
  background-image: url(./bg.png);
  padding-bottom: 4rem;
  position: relative;
}

.logo {
  width: 3.5rem;
  height: 3.5rem;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  z-index: 99;
}

.small-logo {
  width: 2.5rem;
  height: 2.5rem;
}

.dw-image {
  width: 5rem;
  height: 2rem;
  padding-top: 20px;
}

.dowmload-button {
  position: absolute;
  top: 15rem;
  left: 50%;
  margin-left: -4.86rem;
  width: 10rem;
  height: 4rem;
  animation: myBreath 1s linear infinite;
}

.dowmload-button3 {
  position: absolute;
  top: 3.5rem;
  left: 50%;
  margin-left: 4.26rem;
  width: 2.92rem;
  height: 3rem;
  animation: myBreath 1s linear infinite;
}

@keyframes myBreath {
  0% {
    transform: scale(0.88);
  }

  50% {
    transform: scale(100%);
  }

  100% {
    transform: scale(0.88);
  }
}

.tip {
  display: flex;
}

.tip-content {
  margin-left: 0.3rem;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bit-game {
  font-size: 0.8rem;
}

.subtitle {
  font-size: 0.36rem;
  line-height: 0.6rem;
}

.subtitle2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: .8rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #C49A36;
  margin: 0;
  margin-left: 10px;
}

.cont1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
}

.dowmload {
  text-align: center;
  padding: 0.4rem;
  margin-right: 5px;
  font-size: 0.6rem;
  color: #fff;
  background-size: 100% 100%;
}

/* @media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 3) {
  .dowmload-button {
    top: 14.2rem;
  }
} */

/* @media screen and (min-width: 393px) {
  .dowmload-button {
    top: 14.8rem;
  }
} */
.logo,
.small-logo {
  border-radius: 25px;
}

.dowmload-button2 {
  position: absolute;
  top: 0.5rem;
  left: 45%;
  margin-left: 4.26rem;
  width: 2.92rem;
  height: 3rem;
  animation: myBreath 1s linear infinite;
}

.dowmload-button2 {
  width: 80px;
  height: 80px;
  line-height: 36px;
  float: left;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 10px;
}

.downLeft {
  width: 6.2rem;
  margin-right: 2rem;
}

.downRight {
  width: 6.2rem;
}

.img2-content {
  position: absolute;
  top: 20.65rem;
  width: 100%;
}

.img3-content {
  position: absolute;
  top: 13.9rem;
  width: 18%;
  left: 54.5%;
}

.img1-content {
  position: absolute;
  top: 7.5rem;
  width: 100%;
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: scale(1.0);
  }

  50% {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
  }
}

.highlight-image {
  width: 100%;
  /* 或者你需要的尺寸 */
  height: auto;
  animation: pulse 1s infinite ease-in-out;
  /* 无限循环的动画 */
}

#loading-box {
  display: none;
}

#loading-box {
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}

#loading-box .bd {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 15px;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  text-align: center;
}

#loading-box .bd {
  padding: 30px 50px;
  text-align: center;
}

#loading-box .bd p {
  margin: 15px 0 0;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}

.rotate {
  animation: loadingCircle 1s infinite linear;
}

@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}

.show-btn,
#pop-show,
#loading-box {
  display: none;
}

#pop-show,
#loading-box {
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}

#pop-show .bd,
#loading-box .bd {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 15px;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  text-align: center;
}

#loading-box .bd {
  padding: 30px 50px;
  text-align: center;
}

#loading-box .bd p {
  margin: 15px 0 0;
}

#pop-show .bd {
  width: 70vw;
}

#pop-show .bd strong {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 20px;
  font-weight: 600;
}

#pop-show .bd p {
  display: inline-block;
  margin: 10px 0 0;
  padding: 2px 14px;
  font-size: 14px;
  color: #666;
  border: #666 1px solid;
  border-radius: 3px;
}

#pop-show .bd .active-box {
  margin: 20px 0;
}

#pop-show .bd .active-box span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 20px;
  border-radius: 20px;
  background: rgba(119, 250, 73, 0.3);
  color: #01875f;
  font-weight: 600;
  font-size: 16px;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}

.loading-ci {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 72px;
  height: 72px;
  margin: 15px auto 0;
  color: #01875f;
}

.loading-ci .box {
  display: block;
}

.rotate {
  animation: loadingCircle 1s infinite linear;
}

@keyframes loadingCircle {
  100% {
    transform: rotate(-360deg);
  }
}

.btn.big {
  padding: 15px 8px;
  font-size: 18px;
}

.btn {
  display: block;
  width: 100%;
  padding: 10px 8px;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}

.install {
  background: #01875f;
}

.installing {
  border: 1px solid #01875f;
  position: relative;
  width: 100%;
  background: none;
  box-sizing: border-box;
  color: #ffe336;
  text-align: center;
  overflow: hidden;
}

.installing>* {
  z-index: 1;
  position: relative;
}

#proess {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #01875f;
}

#playButton {
  display: none;
}

.loading-ci .box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-left: 2px solid #01875f;
  border-right: 2px solid #01875f;
  border-radius: 50%;
  animation: turn 1s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes turn {
  100% {
    transform: rotateZ(-1turn);
  }
}

.header {
  display: flex;
  width: 100%;
  height: 2.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 0 .5rem;
  background: linear-gradient(to right, #7400FF, #623b98 50%, #7400FF 100%);
  /* background: linear-gradient(180deg, #FFFFFF 23.08%, #FF91E9 92.79%); */
}



.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title_text {
  background-color: #241139;
  height: auto;
  padding-bottom: 1rem !important;
}

.dow-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(50%);
  background-color: transparent;
  padding: 0 2.5rem;
}

.gap-px {
  gap: 1px;
}

.flex-col {
  flex-direction: column;
}

.flex {
  display: flex;
}

.bg-black\/\[0\.1\] {
  background-color: rgba(0, 0, 0, .1);
}

.w-full {
  width: 100%;
}

.h-\[0\.5px\] {
  height: .5px;
}

.hidden {
  display: none;
}

.p-3 {
  padding: 0.48rem;
}

.gap-1 {
  gap: 0.16rem;
}

.bg-cbWhite {
  background-color: rgb(255, 255, 255);
}

.bg-cbWhite {
  background-color: #fff;
}

.flex-col {
  flex-direction: column;
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.text-cbTxtSec {
  color: #737373;
}

.text-xs {
  font-size: .5rem;
  line-height: .32rem;
}

.w-4\/5 {
  width: 80%;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #fff;
}


.px-2 {
  padding-left: .16rem;
  padding-right: .16rem;
}

.rounded-3xl {
  border-radius: .48rem;
}

.w-\[40px\] {
  width: 40px;
}

.h-\[20px\] {
  height: 20px;
}

.hidden {
  display: none;
}

.gap-2 {
  gap: .5rem;
}

.gap-3 {
  gap: .48rem;
}

.gap-4 {
  gap: .64rem;
}

.w-smallFlag {
  width: 25px;
}

.h-smallFlag {
  height: 18px;
}

.text-cbTxtPrim {
  color: #000;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.hidden {
  display: none;
}

.font-medium {
  font-weight: 500;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.text-cbPreview {
  color: #c9820c;
}

.font-\[700\],
.font-bold {
  font-weight: 700;
}