html,
body {
    height: 100%;
    background-color: #000;
}

.headerBox {
    width: 100%;
    height: 1.18rem;
    background: #000;
    padding: 0rem 0.2rem;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.headerBox .menu_ico {
    background-image: url(../images/menu.png);
    width: 0.8rem;
    height: 0.8rem;
    background-size: cover;

}

.headerBox .menu_sel {
    background-image: url(../images/menu_sel.png);

}

.headerBox .arrowbox {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-grow: 1;
}

.menu a {
    font-size: 0.3rem !important;
    display: flex;
    height: 1rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #fff;
    width: 100%;
}

.menu {
    width: 35vw;
    line-height: 0.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 1.18rem;
    right: 0;
    z-index: 10000;
    background-color: #000;
    display: none;
}

.arrow {
    width: 0.88rem;
    height: 0.88rem;
    background-image: url(../images/applogo.png);
    background-repeat: no-repeat;
    background-size: 0.88rem;
    border-radius: 8px;
}

.titleBox {
    height: 100%;
    margin-left: 0.4rem;
}

.titleBox>h1 {
    font-size: 0.36rem;
    color: #ffffff;
    font-weight: 500;
}

.titleBox>p {
    font-size: 0.24rem;
    color: #ffffff;
}

.link {
    display: block;
    width: 1.86rem;
    height: 0.63rem;
    border-radius: 6px;
    background-image: url(../images/m-DownLoad-3D.png);
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 0.28rem;
    color: #eb4f02;
    line-height: 0.71rem;
    text-align: center;
}
.content {
    margin-top: 1.18rem;
    position: relative;
  }
  .content-img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .content .tigger {
      background-image: url(../images/tigger.png);
      width: 100%;
      height: 5rem;
      background-size: 100% auto;
      background-repeat: no-repeat;
      position:absolute;
      top:2rem;
      left:0px;
  }

.dawnCode {
    width: 1.06rem;
    height: 1.2rem;
    float: left;
}

.Code {
    width: 1.06rem;
    height: 1.2rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
}

.Code>img {
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    margin: 0 auto;
    padding: 0.08rem;
    box-sizing: border-box;
}

.Code>p {
    -webkit-text-size-adjust: none;
    font-size: 0.12rem;
    color: #463B37;
    text-align: center;
}

.dawnEquipment {
    width: 1.83rem;
    height: 1.2rem;
    margin-left: 0.2rem;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dawnEquipment>a {
    display: block;
    width: 1.83rem;
    height: 0.54rem;
}

.dawnEquipment>a>img {
    display: block;
    width: 100%;
    height: 100%;
}

.CopywritingBox {
    width: 6.89rem;
    position: absolute;
    bottom: 3rem;
}

.CopywritingBox>img {
    width: 6.89rem;

}

.FeaturesBox {
    width: 100%;
    height: 2.6rem;
    position: relative;
    overflow: hidden;
    background-image: url(../images/back2.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }

.gift {
    width: 7.12rem;
    height: 4.54rem;
    position: absolute;
    top: 0.19rem;
    left: 0.64rem;
}

.theme {
    width: 6.76rem;
    height: 2.81rem;
    position: absolute;
    top: 5.26rem;
    left: -0.25rem;
    z-index: 9;
}

 
.dawnLinkBox {
    width: 3.21rem;
    height: 1.09rem;
    position: fixed;
    bottom: 1rem;
    left: 50%;
    margin-left: -1.605rem;
    z-index: 9;
}

.dawnLinkBox>a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/anniu_xiazai1.png);
    background-size: 100% 99%;
    background-repeat: no-repeat;
}

.FeaturesBannerBox {
    width: 100%;
    height: 1.17rem;
    bottom: 3.32rem;
    position: relative;
}
.FeaturesBox > div {
    position: absolute;
  }


.banner-bakc {
    background-image: url(../images/banner-back.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -0.45rem;
    width: 6.9rem;
    height: 0.9rem;
    margin-left: -3.45rem;

}

.FeaturesPublicAddress {
    width: 6.89rem;
    height: 1.76rem;
    bottom: 0.4rem;
    margin-left: -3.435rem;
    left: 50%;
    padding: 0.13rem 0.16rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 6px;

}
.PublicAddressBox,
.OfficialSD {
  width: 2.05rem;
  height: 1.51rem;
}
.wxcode {
  width: 1.51rem;
  height: 1.51rem;
  background: url(../images/WeChat.jpg);
  background-repeat: no-repeat;
  background-size: 1.51rem 1.51rem;
}
.PublicAddressBox > p {
  font-size: 0.25rem;
  color: #352e7a;
  text-align: center;
  padding: 0.1rem 0rem;
  box-sizing: border-box;
}
.OfficialSD > p {
  font-size: 0.25rem;
  color: #352e7a;
  text-align: center;
  padding: 0.1rem 0rem;
  box-sizing: border-box;
}
.line {
  width: 100%;
  height: 0.02rem;
  background: #352e7a;
}
.PublicTitle {
  font-size: 0.25rem;
  color: #352e7a;
  text-align: center;
  padding-top: 0.1rem;
}
.texttt {
  font-size: 0.25rem;
  color: #352e7a;
  text-align: center;
  padding-top: 0.1rem;
}
.game-banner {
    overflow: hidden;
}

.caroursel {
    width: 100%;
}

.swiper-container {
    width: 5.9rem;
    height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    width: 0.22rem !important;
    height: 0.34rem !important;
    position: absolute !important;
    top: 50% !important;
    margin-top: -0.17rem !important;
    background-image: url() !important;
}

.swiper-button-prev {
    left: 0.44rem !important;
}

.swiper-button-next {
    right: 0.35rem !important;
}

.swiper-slide {
    width: 1.3rem;
}

.swiper-slide>img {
    width: 100%;
    height: 100%;
    width: 1.3rem;
    height: 1.17rem;
}

.pop-ups {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: none;
}

.download-container {
    height: 8.8rem;
    width: 100%;
    position: absolute;
    z-index: 999;
}

.download-container .title {
    height: 1.93rem;
    border-radius: 0.3rem 0.3rem 0px 0px;
    padding: 0.23rem 0.5rem;
    box-sizing: border-box;
    overflow: hidden;
    background: #ffffff;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

.title img {
    display: block;
    width: 1.465rem;
    height: 1.465rem;
    border-radius: 8px;
    float: left;
}

.title .title-text {
    margin-left: 0.42rem;
    height: 100%;
    float: left;
}

.title-text h1 {
    font-size: 0.4rem;
    color: #000000;
    font-weight: bold;
    margin-top: 0.2rem;
}

.title-text p {
    font-size: 0.28rem;
    color: #666666;
    margin-top: 0.14rem;
}

.download-content {
    height: 100%;
    width: 100%;
    background: #ffffff;
    padding: 0rem 0.5rem;
    box-sizing: border-box;
}

.download-content .tit {
    font-size: 0.4rem;
    color: #000000;
    font-weight: bold;
    padding-top: 0.24rem;
    box-sizing: border-box;
}

.step1 p,
.step2 p {
    padding: 0.3rem 0rem;
    box-sizing: border-box;
    font-size: 0.3rem;
    font-weight: bold;
}

.step1-text,
.step2-text {
    font-size: 0.26rem;
    color: #1a1a1a;
}

.downloadBtn1,
.downloadBtn2 {
    width: 4rem;
    height: 0.88rem;
    border-radius: 0.3rem 0.3rem 0rem 0rem;
    margin: 0 auto;
}

.downloadBtn1 img,
.downloadBtn2 img {
    width: 100%;
    height: 100%;
}

.coverback {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.flexbody {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.flex-grow {
    flex-grow: 1;
}
.down-container
{
    width:90vw;
    height:fit-content;
    position: fixed;
    bottom:10vh;
    left:5vw;  
    padding: .2rem;    
    z-index: 1000;
    gap:.5rem;
    display: flex;
    flex-direction: column;
}
.down-container .android,
.down-container .ios
{
    display: flex;
    justify-content: flex-start;
    align-items: center;    
    border-radius: .4rem;        
    width:60vw;
    margin: auto;
    padding: .15rem  ;
    border:solid 2px #fff;
    -moz-box-shadow: 5px 5px 15px #000;
    -webkit-box-shadow: 5px 5px 15px #000;
    box-shadow: 5px 5px 15px #000;
}
 
.down-container img
{
    margin-left:.3rem;
    
}
.android-down
{
   
   
   display: flex;
   flex-direction:column;     
   font-size: .4rem;
   font-weight: 600;      
   align-items:center;   
   flex-grow:1;
   line-height:.45rem;
   
   
}

.android-down .andtips
{
   font-size:.25rem;   
   font-weight: normal;
   color:#fff;
}
.android {
    background: #ff9800;
     
  }
  .ios {
    background: #000000;
    height:1.2rem;
   
  }
  .down-container .ios a {
    font-size: .4rem;
    color: #ffffff;  
    text-align: center;
    font-weight: 600;    
    display: block;
    width: 100%;    
  }
  .hide
  {
    display: none !important;
  }