.container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto;
}

.header{
    width: 100%;
    height: 1.35rem;
    background: url(../image/wap/header-bg.png) no-repeat;
    background-size: 100% 100%;
    max-width: 750px;
    position: fixed;
    top: 0;
    z-index: 999;
    display: flex;
}

.header-icon{
    width: 1.17rem;
    height: 1.17rem;
    margin: 0.1rem 0 0 0.23rem;
}

.header-store{
    animation: scaleIn-data 1s backwards, scaleSlideBtn-data 1s 1s infinite;
    width: 2.72rem;
    height: 0.94rem;
    margin-left: 3.2rem;
    margin-top: 0.35rem;
}

.details-btn{
    width: 0.58rem;
    height: 0.48rem;
    margin: 0.25rem 0.1rem;
}

.nav {
    position: fixed;
    top: 0;
    right: -3.5rem; /* 初始位置在屏幕右侧外部 */
    width: 3.5rem;
    height: 100vh;
    background-color: #0b0a0a;
    opacity: 0.9;
    color: #f3ddb3;
    transition: right 1s ease; /* 动画效果 */
    z-index: 99;
}

.nav-bar li{
    border-bottom: 1px solid #f3ddb3;
    padding: 10px 20px; 
    color: #f3ddb3;
}

.nav.active {
    /* 激活时显示在右边 */
    right: 0;
}

.wrapper{
    position: relative;
}

.section1{
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    overflow: hidden;
}

.section1-text{
    width: 5.95rem;
    height: 2.63rem;
    margin: 5.8rem auto 0;
}

.section1-store{
    width: 5rem;
    height: 1rem;
    margin: -1.5rem auto 0.2rem;
    animation: scaleIn-data 1s backwards, scaleSlideBtn-data 1s 1s infinite;
}

.icon-glide{
    width: 0.9rem;
    height: 0.41rem;
    /* margin: 0 auto; */
    margin-left: 3.8rem;
}


.section2{
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    overflow: hidden; 
}

.section2-gif{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%); /* 实现居中 */
    width: 80%;
    z-index: 2;

}

.reservation-info{
    width: 7.07rem;
    height: 28.46rem;
    background: url(../image/wap/reservation-info.png) no-repeat;
    background-size: 100% 100%;
    margin: 0.5rem auto 1rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section2-1-text{
    width: 4.83rem;
    height: 1.47rem;
    margin: 0.7rem auto 0.2rem;
}

.section2-1-prize{
    width: 6.8rem;
    height: 3.74rem;
    margin: 0 auto;
}

.select-info {
    width: 6.34rem;
    height: 0.72rem;
    margin: 0 auto; 
}

.select-info select {
    outline: none;
    background-color: #000 !important;
    border-radius: 5px;
    padding-left: 0.2rem;
    box-sizing: border-box;
    border: 1px solid #aca9aa;
    color: #fff;
    width: 2.3rem;
    height: 0.72rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../image/wap/select-icon.png) no-repeat 90%;
    background-size: 0.2rem;
    font-weight: 700;
    font-size: 0.25rem;
}

.select-info input {
    outline: none;
    padding-left: 0.3rem;
    border-radius: 5px;
    width: 3.6rem;
    box-sizing: border-box;
    border: 1px solid #aca9aa;
    height: 0.72rem;
    font-weight: 700;
    font-size: 0.25rem;
    background-color: #000 !important;
}

.select-info input::placeholder {
    color: #fff;   
}

input:focus {
    outline: none;
}

.agree-info{
    margin: 0.3rem 0 0;
}

label{
    color: #fff;
    font-size: 0.22rem;
    padding-left: 0.2rem;
}

.look-more{
    color: #fff;
    font-size: 0.22rem;
    text-decoration: none
}

/* 定义复选框样式 */
input[type="checkbox"] {
  width: 15px; /* 宽度 */
  height: 15px; /* 高度 */
  display: inline-block;
  cursor: pointer;
  margin: 0 5px; /* 边距 */
  position: relative; /* 相对定位 */
  -webkit-appearance: none; /* 移除默认样式 */
  -moz-appearance: none; /* 移除默认样式 */
  appearance: none; /* 移除默认样式 */
  border: 1px solid #fff; /* 边框 */
  background-color: transparent;
}

/* 自定义选中状态下的对勾图标 */
input[type="checkbox"]:checked::before {
  content: "✔"; /* 对勾文本或图标 */
  display: inline-block; /* 内联块级元素 */
  font-weight: bold; /* 字体加粗 */
  color: #fff; /* 文本颜色 */
  position: absolute; /* 绝对定位 */
  left: 0.03rem;
  top: -0.02rem;
  font-size: 0.2rem;
}

.section2-1-btn{
    width: 5.3rem;
    height: 1.72rem;
    margin: 0.3rem auto 0;
}

.section2-2-text{
    width: 4.95rem;
    height: 1.46rem;
    margin: 0.7rem auto 0.2rem;
}

.section2-2-prize{
    width: 6.06rem;
    height: 4.44rem;
    margin: 0 auto;
}

.section2-store{
    width: 5.45rem;
    height: 1.99rem;
    margin: 0 auto;
}

.section2-3-text{
    width: 5.47rem;
    height: 1.48rem;
    margin: 1rem auto 0.2rem;
}

.section2-3-prize{
    width: 6.75rem;
    height: 3.9rem;
    margin: 0 auto;
}

.section2-3-btn{
    width: 5.3rem;
    height: 1.15rem;
    margin: 0.5rem auto 0;
}

.section2-4-text{
    width: 4.27rem;
    height: 1.09rem;
    margin: 0 auto;
}

.achieve-prize{
    position: relative;
}

.absolute{
    position: absolute;
}

.section2-4-prize{
    width: 7.25rem;
    height: 12.03rem;
    margin: 0.5rem auto 0;
}

.icon-achieve-effect{
    width: 0.64rem;
    height: 0.64rem;
}

.icon-achieve{
    width: 1.42rem;
    height: 0.91rem;
}

.icon-left-1{
    left: 1.75rem
}

.icon-left-2{
    left: 2.3rem;
}

.achieved-10-effect{
    top: 1.05rem;
}

.achieved-10{
    top: 0.3rem;
}

.achieved-30-effect{
    top: 3.3rem;
}

.achieved-30{
    top: 2.4rem;
}

.achieved-50-effect{
    top: 5.5rem;
}

.achieved-50{
    top: 4.5rem;
}

.achieved-80-effect{
    top: 7.6rem;
}

.achieved-80{
    top: 6.7rem;
}

.achieved-100-effect{
    top: 10rem;
}

.achieved-100{
    top: 9rem;
}

.section3{
    width: 100%;
    position: relative;
    background: url(../image/wap/bg1_03.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.section3-text{
    width: 4.27rem;
    height: 0.94rem;
    margin: 0.2rem auto 0;
}

.role-detail{
    width: 100%;
    height: 14.23rem;
    margin: 0 auto;
    display: none;
    position: relative;
}

.role-detail.block{
    display: block;
}

.role-icon{
    width: 7rem;
    position: absolute;
    top: 12.2rem;
    left: 0.3rem;
}

.role-icon .swiper-slide img{  
    width: 1.39rem;
    height: 1.88rem;
    margin: 0;
}

.icon-prev,
.icon-next {
  width: 0.4rem;
  height: 0.28rem;
  position: absolute;
  top: 0.6rem;
  z-index: 2;
}

.icon-prev {
  left: 0rem;
}

.icon-next {
  right: 0rem;
}

.section4{
    width: 100%;
    position: relative;
    background: url(../image/wap/section4.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.section4-text{
    width: 4.27rem;
    height: 1.03rem;
    margin: 1rem auto 0;
}

.out-swiper{
    width: 100%;
    height: 3.89rem;
    margin: 0.8rem auto 0;
}

.out-swiper .swiper-slide img{  
    width: 6.8rem;
    height: 3.89rem;
    margin: 0 auto;
}

.drop-wrap {
  margin: 0.3rem auto;
}

.drop-img.swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    border-radius: 0;
    opacity: 1;
    background: transparent url(../image/wap/no-check.png) no-repeat center center;
    outline: none;
    margin: 0 0.1rem;
}

.drop-img.swiper-pagination-bullet-active {
    width: 23px;
    height: 23px;
    background: transparent url(../image/wap/checked.png) no-repeat center center;
    margin: 0 0.05rem;
}

.other-content img{
    width: 1.01rem;
    height: 1.01rem;
    margin: 1.5rem 0.5rem 0.3rem; 
}

.rights-reserved-text{
    width: 5.38rem;
    height: 0.21;
    margin: 0.25rem auto;
}

.fifth-footer-info a {
    color: #fff;
    font-weight: bold;
    font-size: 0.22rem;
    padding: 0 0.5rem;
}

.fot{
    width: 100%;
    height: 2.33rem;
    background: url(../image/wap/fc-bot.png) no-repeat;
    background-size: 100% 100%;
    max-width: 750px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.fot-text{
    width: 3.15rem;
    height: 0.28rem;
    margin: 0.95rem 0 0 4rem;
}

.fot-store{
    width: 3.01rem;
    height: 1.1rem;
    margin: 0 0 0 4.3rem;
}

/* 弹框 */
.close-btn{
    width: 0.23rem;
    height: 0.23rem;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
}

.phone-popup-1{
    width: 6.53rem;
    height: 9.39rem;
    background: url(../image/wap/phone-popup-1.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.first-num1,.first-num2,.second-num1,.second-num2,.third-num1,.third-num2{
    width: 0.9rem;
    height: 0.9rem;
    line-height: 0.9rem;
    background-color: #000;
    border: 1px solid #e1bb87;
    position: absolute;
    box-sizing: border-box;
    font-size: 0.45rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.first-num1{
    top: 4.65rem;
    left: 1.4rem;
}

.second-num1{
    top: 4.65rem;
    left: 2.85rem;
}

.third-num1{
    top: 4.65rem;
    left: 4.2rem;
}

.first-num2{
    top: 5.65rem;
    left: 1.5rem;
}

.second-num2{
    top: 5.65rem;
    left: 2.9rem;
}

.third-num2{
    top: 5.65rem;
    left: 4.3rem;
}

.popup-phone-1-btn{
    width: 5.07rem;
    height: 1.65rem;
    margin: 0 auto;
}

.phone-popup-2{
    width: 6.53rem;
    height: 11.61rem;
    background: url(../image/wap/phone-popup-2.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.popup-phone-2-btn{
    width: 6.75rem;
    height: 2.85rem;
    margin: 0 auto;
}

.is-store-phone-success{
    width: 6.53rem;
    height: 5.62rem;
    background: url(../image/wap/is-store-phone-success.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.is-store-phone-success-btn{
    width: 3.97rem;
    height: 1.22rem;
    margin: 4.2rem auto 0;
}

.is-store-success{
    width: 6.53rem;
    height: 9.39rem;
    background: url(../image/wap/is-store-success.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.is-store-success-btn{
    width: 5.07rem;
    height: 1.65rem;
    margin: 0.4rem auto 0;
}

.is-game-store{
    width: 6.53rem;
    height: 6.09rem;
    background: url(../image/wap/is-game-store.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.is-game-store-btn{
    width: 3.97rem;
    height: 1.22rem;
    margin: 4.6rem auto 0;
}

.is-not-game-store{
    width: 6.53rem;
    height: 7.57rem;
    background: url(../image/wap/is-not-game-store.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.is-not-game-store-btn{
    width: 4.84rem;
    height: 1.93rem;
    margin: 5.2rem auto 0;
}

.is-first-phone{
    width: 6.53rem;
    height: 6.09rem;
    background: url(../image/wap/is-first-phone.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.is-first-phone-icon{
    width: 1.3rem;
    height: 0.7rem;
    margin: 0.6rem 0 0 1.6rem;
}

.is-first-phone-store{
    width: 3.2rem;
    height: 1.29rem;
    position: absolute;
    top: 4.3rem;
    left: 3.15rem;
}

.is-not-first-phone{
    width: 6.53rem;
    height: 5.1rem;
    background: url(../image/wap/is-not-first-phone.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.is-not-first-phone-store{
    width: 3.18rem;
    height: 1.29rem;
    margin: 3.5rem auto 0;
}

.activity-desc{
    width: 6.25rem;
    height: 9.83rem;
    background: url(../image/wap/activity-desc.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.activity-rules-text{
    width: 5.65rem;
    height: 8.7rem;
    margin: 0.8rem auto 0.2rem;
    padding: 0.1rem;
    box-sizing: border-box;
    overflow: auto;
}

.my-rewards{
    width: 6.7rem;
    height: 9.83rem;
    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: 92%;
    height: 9.2rem;
    overflow: auto;
    /* background-color: #0b0a0a; */
    margin: 0.3rem auto 0;
}

.my-rewards-table th {
    border: 1px solid #f7e2b8;
    padding: 5px;
    color: #f7e2b8;
    font-size: 0.2rem;
    text-align: center;
    background-color: #273667;
    width: 120px;
    position: sticky; /* 粘性定位 */  
    top: 0; /* 固定在顶部 */  
    z-index: 1; /* 确保表头在其他内容之上 */
    box-sizing: border-box;
}

.my-rewards-table td {
    border: 1px solid #f7e2b8;
    padding: 5px;
    font-size: 0.2rem;
    color: #f7e2b8;
    text-align: left;
    width: 120px;
    box-sizing: border-box;
}

