* {
  padding: 0;
  margin: 0;
  list-style: none;
  clear: both;
  box-sizing: border-box;
}

img {
  display: block;
}

body {
  background: #e5f3f6;
  font-size: 28px;
  color: #fff;
  overflow-x: hidden;
}
.newyear {
    background: rgb(133, 32, 29);
}

.newyear .btnDownload2 {
    background-color: rgb(216, 90, 107);
}
.newyear .picItem{
    margin:0;
}
em {
  font-style: normal;
}

.wrapper {
  /* background: url(../images/jinzhuyule.png) no-repeat center top; */
  /* background-size: 100% auto; */
  /* padding-top: 110vw; */
  /* min-width: 750px;
  max-width: 1080px;
  margin: 0 auto; */
  padding-bottom:130px;
  width: 100%;
  position: relative;
  font-size:0;
}

.contentImg{
  min-width: 100%;
  margin-top:-1px;
}

.btnDownload {
  position: absolute;
  bottom:19.5vw;
  left: 15%;
  display: block;
  width: 70%;
  height: 126px;
  background: rgb(0, 203, 0);
  border: none;
  color: #fff;
  font-size: 50px;
  margin: 5vw auto;
  border-radius: 55px;
  letter-spacing: 0.5vw;
  outline: none;
  line-height: 130px;
  text-align: center;
}

.games {
  width:100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content:space-around;
  margin-bottom: 10px;
}

.games li{
  border-radius: 30px;
  overflow: hidden;
}

.games img {
  margin-top:-1px;
}

.games span {
  color: #ffecd3;
  padding-top: 0.5vh;
  display: block;
  text-align: center;
}

.picItem {
  width: 100%;
  height: auto;
  margin: 0 auto 30px auto;
}

.bottomBar {
  height: 130px;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 1;
}

.inner {
  height:15vw;
  position: fixed;
  bottom: 0;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: rgba(255, 255, 255, 0.8);
}

.iconBox {
  flex: 1.3;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iconBox img {
  width:12vw;
  border-radius: 15px;
}
.imgBox{
  width:100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 15vw;
  font-size: 0;
}

.imgBox img{
  width:100%;
  margin-top: -2px;
}

.gameInfo {
  flex: 3.5;
  color: #333;
  padding: 10px 0;
}

.gameInfo dt {
  font-size: 42px;
  line-height: 70px;
}

.gameInfo dd {
  font-size: 26px;
  line-height: 40px;
  white-space: nowrap;
}

.btnBox {
  flex: 3;
}

.btnDownload2 {
  display: block;
  width: 90%;
  height: 90px;
  background: rgb(0, 203, 0);
  border: none;
  color: #fff;
  font-size: 46px;
  line-height: 90px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.5vw;
  border-radius: 10px;
}

.zhiyin {
  background: url(../images/zy.png) #000 no-repeat center 50px;
  background-size: 100% 70%;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}

.btnClose {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.bottomPoint {
  position: absolute;
  bottom: 100px;
  width: 60%;
  display: flex;
  justify-content: space-between;
  left: 20%;
}

.bottomPoint img {
  height: 100px;
}

#dt1 {
  -webkit-animation-name: bounce;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 26px, 0);
    transform: translate3d(0, 26px, 0);
  }
}

#dt2 {
  -webkit-animation-name: bounce2;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce2 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 32px, 0);
    transform: translate3d(0, 32px, 0);
  }
}

#dt3 {
  -webkit-animation-name: bounce3;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce3 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 28px, 0);
    transform: translate3d(0, 28px, 0);
  }
}

.qyBanner {
  width: 100vw;
  height: 100vh;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.qyBanner .img {
  width: 100%;
  margin-bottom: 1.5vh;
}

.qyBanner .img img {
  width: 100%;
}

/* .qrcode {
    padding: 10px;
    position: fixed;
    top: 15%;
    right: 10%;
    background: #fff;
    display: none;
}

.qrcode img {
    width: 100px;
    height: 100px;
    display: block;
}

.qrcode .qrText {
    line-height: 20px;
    padding-top: 10px;
    font-size: 12px;
    width: 72px;
    color: #666;
    margin: 0 auto;
} */

@media (min-width: 1200px) {
  .wrapper {
    max-width: 1080px;
    margin:0 auto;
  }
  /* .inner {
    max-width: 1080px;
  } */
  /* .qrcode {
        display: block;
    } */
}

.fullImg {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
   background: rgba(0, 0, 0);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 100;
}

.fullImg img {
  display: block;
  width: 80%;
  margin-top: 30px;
}

.iostss {
  position: fixed;
  display: none;
  top: 0;
  height: 100%;
  width: 100vw;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.model-img {
  width: 90vw;
  margin-left: 4.3vw;
  margin-top: 10vh;
  height: 150vw;
}

#modelWrapper,
.modelWrapper {
  width: 90vw;
  margin-left: 5vw;
  margin-top: 6vh;
  padding: 2vw 3vw;
  height: 150vw;
  border-radius: 4vw;
  font-size: 3.5vw;
  color: #333;
  background-color: #fff;
}

.header-title,
.bottom-title {
  margin-bottom: 2vw;
  font-size: 4vw;
}

.header-content {
  font-size: 0;
  margin-bottom: 6vw;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.header-content>img{
  vertical-align: middle;
  align-items: center;
}

.header-left-img {
  /* display: inline-block; */
  /* width: 60vw; */
  height: 84vw;
  /* margin-right: 2vw */
  margin: 0 auto;
}

.header-right-img {
  /* display: inline-block; */
  height: 28vw;
  margin: 0 auto;
  margin-bottom: 2vw;
  flex: 1
}

.start-img1{
  margin-left: 2vw;
  height: 23vw;
}

.bottom-btn {
  width: 25vw;
  height: 8vw;
  line-height: 8vw;
  margin: 3vw auto;
  color: #fff;
  font-size: 4vw;
  border-radius: 10px;
  text-align: center;
  background-color: #2e7dd1;
}

.contentBox{
  position: relative;
}

.adrBanner{
    display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index:10;
  background-color: rgba(0, 0, 0, 0.5);
}
.adrinstallguide{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adrinstallguide img{
  display: block;
  width:90vw;
  max-height:100%;
}


