html {
  font-size: 10px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
} 

a {
  text-decoration: none;
  color: inherit;
}


.container {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  z-index: 0;
  background: url("/imges/teen-patti-gold.png") no-repeat;
  background-size: 100% auto;
  background-color: #381a0b;
}

.kefu a {
  position: fixed;
  top: 1%;
  right: 2%;
  width: 1rem;
  height: 1rem;
  background-image: url("../img/btn_advisory.png");
  background-size: 100% 100%;
  z-index: 999;
}

.container .downBtn {
  position: absolute;
  top: 75%;
  left: 23%;
  width: 50%;
  height: 1.5rem;
  background-image: url("/imges/gold-download-btn.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  animation: myBreath 1s linear infinite;
}

.container .downNum {
  position: absolute;
  top: 46.8%;
  right: 37%;
  width: 2rem;
}

.bannerBox {
  position: absolute;
  left: 3%;
  top: 52%;
  width: 92%;
  height: 3.4rem;
}
.banner {
  margin: 0 auto;
  width: 90%;
  height: 100%;
  overflow: hidden;
}
.swiper-slide > img {
  width: 100%;
}

.container .footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2rem;
  color: #ffffff;
  
}

.footer p {
  padding: 0;
  margin: -12rem 0 0 0;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2rem;
  
 
}


#top {
  position: fixed;
  color: white;
  top: 0;
  left: 0;
  right: 0;
  height: 1.2rem;
  padding: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0b020bae;
  z-index: 999;
}

.small-logo {
  width: 1rem;
  height: 1rem;
}


@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.3rem;
  color: #fff;
  font-family: Arial;
  font-weight: bold;
}

.subtitle {
  font-size: 0.24rem;
  line-height: 0.6rem;
  font-family: roboto;
  color: yellow;
}

.dowmload {
  text-align: center;
  margin-right: 5px;
  font-size: 0.35rem;
  color: #fad90600;
  background: url("/imges/top-down.png") no-repeat;
  background-size: 100% 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}


.logo,
.small-logo {
  border-radius: 8px;
}
