.container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto;
}

.header{
    width: 100%;
    height: 0.92rem;
    background: url(../image/wap/header-bg.png) no-repeat;
    background-size: 100% 100%;
    max-width: 750px;
    position: fixed;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
}

.header-logo{
    width: 0.83rem;
    height: 0.82rem;
    margin: 0.3rem 0 0 0.15rem;
}

.header-text{
    width: 3.15rem;
    height: 0.5rem;
    margin-left: 0.15rem;
}

.header-store{
    width: 2.1rem;
    height: 0.63rem;
    margin-left: 0.2rem;
}

.details-btn{
    width: 0.52rem;
    height: 0.38rem;
    margin-left: 0.2rem;
}

.nav {
  position: fixed;
  top: 0;
  right: -20rem; /* 初始位置在屏幕右侧外部 */
  width: 100%;
  height: 100%;
  background: url(../image/wap/nav-bg.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  transition: right 1.5s ease; /* 动画效果 */
  z-index: 999;
  /* max-width: 750px; */
  
}

.nav-bar{
    width: 6.5rem;
    height: auto;
    margin: 1.5rem auto 0;
    text-align: center;
}

.close-nav{
    width: 0.34rem;
    height: 0.34rem;
}

.nav-bar li{
    border-bottom: none;
    padding: 20px; 
    color: #fff;
    font-size: 0.3rem;
    font-weight: bold;
}

.nav.actived {
  /* 激活时显示在右边 */
  right: 0;
}

.wrapper{
    position: relative;
}

.section1{
    width: 100%;
    height: 13.34rem;
    position: relative;
    background: url(../image/wap/section1.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.section1-text{
    width: 6.75rem;
    height: 2.44rem;
    margin: 8.1rem auto 0.1rem;
}

.section1-btn{
    width: 5.25rem;
    height: 1.8rem;
    margin: 0 auto;
}

.section2{
    width: 100%;
    height: 13.56rem;
    background: url(../image/wap/section2.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.section2-text{
    width: 6.34rem;
    height: 1.24rem;
    margin: 0.4rem auto 0;
}

.animation-store-btn{
    width: 5.03rem;
    height: 1.08rem;
}

.section2-store{
    margin: 10.2rem auto 0;
}

.hand{
    width: 1.08rem;
    height: 1.01rem;
    position: absolute;
    top: 12.5rem;
    left: 5.5rem;
}

.section3{
    width: 100%;
    height: 14.65rem;
    background: url(../image/wap/section3.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden; 
}

.section3-text{
    width: 6.95rem;
    height: 1.68rem;
    margin: 0.4rem auto 0; 
}

.section3-btn{
    width: 5.03rem;
    height: 1.08rem;
    margin: 11.2rem auto 0; 
}

.section4{
    width: 100%;
    height: 15.11rem;
    background: url(../image/wap/section4.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.section4-text{
    width: 3.88rem;
    height: 1.3rem;
    margin: 1.5rem auto 0;
}

.section4-details{
    width: 6.68rem;
    height: 3.6rem;
    margin: 0.6rem auto 0;
}

.section5{
    width: 100%;
    height: 16.09rem;
    background: url(../image/wap/section5.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.section5-text{
    width: 4.31rem;
    height: 1.29rem;
    margin: 0.2rem auto 0;
}

.icon-achieved{
    width: 1.2rem;
    height: 0.9rem;
    position: absolute;
}

.position-10{
    right: 2.5rem;
    bottom: 4rem;
}

.position-30{
    left: 0.7rem;
    bottom: 5.6rem;
}

.position-50{
    right: 2rem;
    top: 7.2rem;
}

.position-80{
    left: 0.6rem;
    top: 5.1rem;
}

.position-100{
    right: 2.8rem;
    top: 2.6rem;
}

.position-achieve{
    width: 0.53rem;
    height: 0.63rem;
    position: absolute;
}

.num10{
    right: 2rem;
    bottom: 2rem;
}

.num30{
    left: 1.7rem;
    bottom: 3.6rem;
}

.num50{
    right: 1.7rem;
    top: 9.4rem;
}

.num80{
    left: 1.6rem;
    top: 7.3rem;
}

.num100{
    right: 2rem;
    top: 5.6rem;
}

.section6{
    width: 100%;
    height: 12.78rem;
    background: url(../image/wap/section6.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden; 
}

.section6-text{
    width: 3.88rem;
    height: 1.22rem;
    margin: 0 auto;
}

.character-detail{
    width: 100%;
    height: 11.65rem;
    margin: 0 auto;
    display: none;
}

.character-detail.block{
    display: block;
}

.character-icon{
    position: absolute;
    top: 1.65rem;
    right: 0;
    display: flex;
    flex-direction: column;
    text-align: end;
}

.header-icon{  
  width: 1.18rem;
  height: 1.19rem;
  margin: 0.09rem 0;
}

.active{
  width: 1.4rem;
  height: 1.23rem;
  margin: 0.09rem 0;
}

.section7{
    width: 100%;
    height: 9.64rem;
    background: url(../image/wap/section7.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden; 
}

.section7-text{
    width: 4.22rem;
    height: 1.27rem;
    margin: 1.1rem auto 0; 
}

.out-swiper{
  width: 100%;
  height: 3.94em;
  margin: 0.3rem auto 0;
}

.out-swiper .swiper-slide img{  
  width: 6.61rem;
  height: 3.94rem;
  margin: 0 auto;
}

.left-icon,
.right-icon {
  width: 0.64rem;
  height: 0.35rem;
  position: absolute;
  top: 1.8rem;
  z-index: 2;
}

.left-icon {
  left: 0.1rem;
}

.right-icon {
  right: 0.1rem;
}

.drop-wrap {
  margin: 0.2rem auto;
}

.drop-img.swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  border-radius: 0;
  opacity: 1;
  background: transparent url(../image/wap/no-check.png) no-repeat center center;
  outline: none;
  margin: 0 0.05rem;
}

.drop-img.swiper-pagination-bullet-active {
    width: 51px;
    height: 30px;
    background: transparent url(../image/wap/checked.png) no-repeat center center;
    margin: 0 0.05rem;
}

.other-btn{
    margin-top: 4rem;
}

.x-btn {
  width: 1.05rem;
  height: 1.13rem;
  margin: 0 0.3rem;
}

.website-btn{
    width: 0.86rem;
    height: 1.11rem;
    margin: 0 0.3rem;
}

.activity-btn{
    width: 1.32rem;
    height: 1.11rem;
    margin: 0 0.3rem;
}

.discord-btn{
    width: 0.81rem;
    height: 1.08rem;
    margin: 0 0.3rem;
}

.footer{
    width: 100%;
    height: 1.39rem;
    background: url(../image/wap/footer.png) no-repeat;
    background-size: 100% 100%;
    max-width: 750px;
    margin: 0 auto;
    overflow: hidden;
}

.footer-text{
    width: 6.79rem;
    height: 0.55rem;
    background: url(../image/wap/footer-text.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative; 
}

.yhxy,.yszc{
    display: block;
    position: absolute;
    height: 0.2rem;
    top: 0;
}

.yhxy{
    width: 0.8rem;
    left: 1.8rem;
}

.yszc{
    width: 1.8rem;
    left: 3.2rem;
}

.footer-bg{
    width: 100%;
    height: 1.8rem;
    background-color: #f1eee7;
}

.fot{
    width: 100%;
    height: 2.75rem;
    background: url(../image/wap/fc-bot.gif) no-repeat;
    background-size: 100% 100%;
    max-width: 750px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    z-index: 99;
}

.fot-store img{
    width: 2.5rem;
    height: 0.76rem;
    margin: 1.8rem 0 0 4.2rem; 
}

.close-btn{
    width: 0.61rem;
    height: 0.61rem;
    position: absolute;
}

.store-success{
    width: 7.43rem;
    height: 12.59rem;
    background: url(../image/wap/store-success.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.store-success-btn{
    margin: 10.9rem auto 0;
}

.is-store{
    width: 7.16rem;
    height: 11.69rem;
    background: url(../image/wap/twitter-success.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.is-store-btn{
    width: 3.85rem;
    height: 1.08rem;
    margin: 10rem auto 0;
}

.is-not-store{
    width: 7.11rem;
    height: 10.01rem;
    background: url(../image/wap/is-not-store.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.not-store-btn{
    margin: 8.3rem auto 0;
}

.activity-desc{
    width: 7.12rem;
    height: 9.23rem;
    background: url(../image/wap/activity-desc.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.activity-rules-text{
    width: 6.5rem;
    height: 8.3rem;
    margin: 0.5rem auto 0.1rem;
    padding: 0.1rem;
    box-sizing: border-box;
    overflow: auto;
}

.my-rewards{
    width: 7.12rem;
    height: 7.43rem;
    background: url(../image/wap/my-rewards.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.my-rewards{
    width: 6.61rem;
    height: 7.15rem;
    background: url(../image/wap/my-rewards.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.my-rewards-table table {
    border-collapse: collapse; /* 合并表格边框 */
}

.my-rewards-table{
  width: 85%;
  height: 6rem;
  overflow: auto;
  margin: 0.6rem auto 0;
}

.my-rewards-table th {
    border: none;
    padding: 5px;
    color: #edf6ff;
    font-size: 0.2rem;
    text-align: center;
    background-color: #b5865b;
    /* width: 120px; */
    position: sticky; /* 粘性定位 */  
    top: 0; /* 固定在顶部 */  
    z-index: 1; /* 确保表头在其他内容之上 */
    box-sizing: border-box;
}

.my-rewards-table td {
  border: 1px solid #af8461;
  padding: 5px;
  font-size: 0.2rem;
  color: #100000;
  text-align: center;
  /* width: 120px; */
  box-sizing: border-box;
}

.get-grey-btn,.get-red-btn{
    width: 1.52rem;
    height: 0.45rem;
    margin: 0 auto;
}

.get-grey-btn{
    background: url(../image/wap/get-grey-btn.png) no-repeat;
    background-size: 100% 100%;
}

.get-red-btn{
    background: url(../image/wap/get-red-btn.png) no-repeat;
    background-size: 100% 100%;
}


