.container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto;
}

.header{
    width: 100%;
    height: 1.1rem;
    background: url(../image/wap/header-bg.png) no-repeat;
    background-size: 100% 100%;
    max-width: 750px;
    position: fixed;
    top: 0;
    z-index: 999;
}

.header-icon{
    width: 1.26rem;
    height: 1.26rem;
    margin: 0.35rem 0 0 0.1rem;
}

.theme-tw .header-icon{
    background: url(../image/wap/tw/header-icon.png) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .header-icon{
    background: url(../image/wap/cn/header-icon.png) no-repeat;
    background-size: 100% 100%;
}

.header-txt{
    width: 2.97rem;
    height: 0.65rem;
    margin: 0.1rem 0 0 0.15rem;
}

.theme-tw .header-txt{
    background: url(../image/wap/tw/header-txt.png) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .header-txt{
    background: url(../image/wap/cn/header-txt.png) no-repeat;
    background-size: 100% 100%;
}

.header-store{
    width: 2.11rem;
    height: 0.63rem;
    margin: 0 0.15rem 0;
}

.details-btn{
    width: 0.47rem;
    height: 0.39rem;
}

.nav {
    position: fixed;
    top: 0;
    right: -40rem; /* 初始位置在屏幕右侧外部 */
    width: 100%;
    /* height: 100%; */
    height: 100vh;
    background: url(../image/wap/nav-bg.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    transition: right 1.5s ease; /* 动画效果 */
    z-index: 9999;
    overflow-y: auto;
    bottom: 0;
}

.nav-bar{
    width: 3.53rem;
    margin: 0 auto;
    text-align: center;
}

.nav .nav-bar li{
    border:none;
    padding: 15px 20px; 
    color: #fff;
    font-size: 0.4rem;
    transition: all 0.3s ease;
    display: block;
}

.nav .nav-bar li:hover{
    color: #fff9a5;
    width: 3.53rem;
    height: 1.05rem;
    line-height: 1.05rem;
    background: url(../image/wap/nav-hover.png) no-repeat;
    background-size: 100% 100%;
}

.nav.active {
    /* 激活时显示在右边 */
    right: 0;
}

.wrapper{
    position: relative;
}

.section1{
    width: 100%;
    height: 13.34rem;
    position: relative;
    overflow: hidden;
    background: url(../image/wap/section1-bg.png) no-repeat;
    background-size: 100% 100%;
}

.section1-text{
    width: 100%;
    height: 1.86rem;
    margin: 7.9rem auto 0;
}

.theme-tw .section1-text{
    background: url(../image/wap/tw/section1-text.png) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .section1-text{
    background: url(../image/wap/cn/section1-text.png) no-repeat;
    background-size: 100% 100%;
}

.select-info {
    width: 6.34rem;
    height: 0.7rem;
    margin: 0.2rem auto 0; 
}

.select-info select {
    outline: none;
    background-color: #fff !important;
    border-radius: 5px;
    padding-left: 0.2rem;
    box-sizing: border-box;
    border: 1px solid #aca9aa;
    color: #000;
    width: 2.3rem;
    height: 0.7rem;
    -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.7rem;
    font-weight: 700;
    font-size: 0.25rem;
    background-color: #fff !important;
    caret-color: #000;
}

.select-info input::placeholder {
  color: #000;
}

input:focus {
  outline: none;
}

.section1-btn{
    width: 5.8rem;
    height: 2.06rem;
    margin: 0.1rem auto 0;
}

.theme-tw .section1-btn{
    background: url(../image/wap/tw/section1-btn.gif) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .section1-btn{
    background: url(../image/wap/cn/section1-btn.gif) no-repeat;
    background-size: 100% 100%;
}

.icon-glide{
    width: 0.75rem;
    height: 0.53rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.section2-1{
    width: 100%;
    height: 8.57rem;
    background: url(../image/wap/section2-1.gif) no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden; 
}

.section2-1-text{
    width: 5.44rem;
    height: 2.08rem;
    margin: 0.6rem 0 0 1.3rem;
}

.theme-tw .section2-1-text{
    background: url(../image/wap/tw/section2-1-text.png) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .section2-1-text{
    background: url(../image/wap/cn/section2-1-text.png) no-repeat;
    background-size: 100% 100%;
}

.section2-1-btn{
    width: 5.63rem;
    height: 1.3rem;
    margin: 0.1rem auto 0;
}

.theme-tw .section2-1-btn{
    background: url(../image/wap/tw/section2-1-btn.gif) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .section2-1-btn{
    background: url(../image/wap/cn/section2-1-btn.gif) no-repeat;
    background-size: 100% 100%;
}

.section2-2{
    width: 100%;
    height: 9.49rem;
    background: url(../image/wap/section2-2.gif) no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden; 
}

.section2-2-text{
    width: 5.55rem;
    height: 2.16rem;
    margin: 0.45rem 0 0 1.3rem;
}

.theme-tw .section2-2-text{
    background: url(../image/wap/tw/section2-2-text.png) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .section2-2-text{
    background: url(../image/wap/cn/section2-2-text.png) no-repeat;
    background-size: 100% 100%;
}

.section2-2-btn{
    width: 5.64rem;
    height: 1.15rem;
    margin: 5.2rem auto 0;
}

.section2-2-tag{
    width: 0.38rem;
    height: 1.62rem;
    position: absolute;
    top: 3.7rem;
    right: 1.3rem;;
}

.section2-3{
    width: 100%;
    height: 7.52rem;
    background: url(../image/wap/section2-3.gif) no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden; 
}

.section2-3-text{
    width: 5.22rem;
    height: 2.06rem;
    margin: 0 0 0 1.6rem;
}

.theme-tw .section2-3-text{
    background: url(../image/wap/tw/section2-3-text.png) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .section2-3-text{
    background: url(../image/wap/cn/section2-3-text.png) no-repeat;
    background-size: 100% 100%;
}

.section2-3-btn{
    width: 4.24rem;
    height: 1.1rem;
    margin: 3.4rem auto 0;
}

.theme-tw .section2-3-btn{
    background: url(../image/wap/tw/section2-3-btn.gif) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .section2-3-btn{
    background: url(../image/wap/cn/section2-3-btn.gif) no-repeat;
    background-size: 100% 100%;
}

input:focus {
    outline: none;
}

.section3{
    width: 100%;
    height: 12.33rem;
    background: url(../image/wap/section3-bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden; 
}

.section3-text{
    width: 7.09rem;
    height: 1.87rem;
    margin: 0.1rem auto 0;
}

.theme-tw .section3-text{
    background: url(../image/wap/tw/section3-text.png) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .section3-text{
    background: url(../image/wap/cn/section3-text.png) no-repeat;
    background-size: 100% 100%;
}

.section3-gift img{
    width: 2.94rem;
    height: 4.05rem;
    margin: 0 0.3rem;
}

.section3-btn img{
    width: 2.84rem;
    height: 0.85rem;
    margin: 0 0.3rem;
}

.section3-list{
    width: 6.84rem;
    height: 4.29rem;
    margin: 0.5rem auto 0;
    background: url(../image/wap/section3-list-bg.png) no-repeat;
    background-size: 100% 100%;
}

.list{
    width: 6.84rem;
    height: 0.74rem;
    line-height: 0.74rem;
    color: #fff;
}

.detail-content img{
    width: 1.21rem;
    height: 0.47rem;
    margin: 0 0.1rem;
}

.section4{
    width: 100%;
    height: 12.09rem;
    position: relative;
    overflow: hidden; 
}

.theme-tw .section4{
    background: url(../image/wap/tw/section4-bg.gif) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .section4{
    background: url(../image/wap/cn/section4-bg.gif) no-repeat;
    background-size: 100% 100%;
}

.section4-text{
    width: 7.09rem;
    height: 1.87rem;
    margin: 0.5rem auto 0;
}

.theme-tw .section4-text{
    background: url(../image/wap/tw/section4-text.png) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .section4-text{
    background: url(../image/wap/cn/section4-text.png) no-repeat;
    background-size: 100% 100%;
}

.position-achieve{
    width: 1.59rem;
    height: 1.21rem;
    position: absolute;
}

.num10{
    left: 0.75rem;
    bottom: 0.5rem;
}

.num30{
    right: 0.75rem;
    bottom: 2.4rem;
}

.num50{
    left: 0.75rem;
    top: 6.5rem;
}

.num80{
    right: 0.75rem;
    top: 4.6rem;
}

.num100{
    left: 0.75rem;
    top: 2.8rem;
}

.section5{
    width: 100%;
    height: 11.96rem;
    position: relative;
    overflow: hidden; 
}

.section5-text{
    width: 7.09rem;
    height: 1.69rem;
    margin: 0 auto;
    position: absolute;
    top: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.theme-tw .section5-text{
    background: url(../image/wap/tw/section5-text.png) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .section5-text{
    background: url(../image/wap/cn/section5-text.png) no-repeat;
    background-size: 100% 100%;
}

.role-detail{
    width: 100%;
    height: 12.04rem;
    display: none;
    position: relative;
}

.role-content .swiper-slide img{  
    width: 7.5rem;
    height: 12.04rem;
    position: relative;
}

.role-detail.block{
    display: block;
}

.role-icon{
    width: 5.2rem;
    position: absolute;
    top: 11rem;
    left: 50%;
    transform: translateX(-50%);
}

.role-icon .swiper-slide img{  
    width: 0.66rem;
    height: 0.67rem;
    margin: 0;
}

.icon-prev,
.icon-next {
  width: 0.58rem;
  height: 0.6rem;
  position: absolute;
  top: 0.05rem;
  z-index: 2;
}

.icon-prev {
  left: -0.8rem;
}

.icon-next {
  right: -0.8rem;
}

.section6{
    width: 100%;
    height: 11.16rem;
    background: url(../image/wap/section6-bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden; 
}

.section6-text{
    width: 7.09rem;
    height: 1.87rem;
    margin: 0.5rem auto 0;
}

.theme-tw .section6-text{
    background: url(../image/wap/tw/section6-text.png) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .section6-text{
    background: url(../image/wap/cn/section6-text.png) no-repeat;
    background-size: 100% 100%;
}

.out-swiper{
  width: 100%;
  height: 4.54rem;
  margin: 0.1rem auto 0;
}

.out-swiper .swiper-slide img{  
  width: 6.74rem;
  height: 4.54rem;
  margin: 0 auto;
}

.drop-wrap {
  margin: 0.1rem auto;
}

.drop-img.swiper-pagination-bullet {
    width: 26px;
    height: 26px;
    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: 30px;
    height: 32px;
    background: transparent url(../image/wap/checked.png) no-repeat center center;
    margin: 0 0.05rem;
}

.other-btn{
    margin: 1.1rem 0 0 0;
}

.other-btn img{
    width: 1.56rem;
    height: 0.48rem;
}

.footer{
    width: 100%;
    height: 2.73rem;
    margin: 0.2rem auto;
    position: relative;
    overflow: hidden; 
}

.theme-tw .footer{
    background: url(../image/wap/tw/footer.png) no-repeat;
    background-size: 100% 100%;
}

/* .theme-cn .footer{
    background: url(../image/wap/cn/footer.png) no-repeat;
    background-size: 100% 100%;
} */

/* 当语言为cn时隐藏footer */
.theme-cn .footer {
  display: none;
}

.rule-text{
    margin: 1.8rem auto 0.2rem; 
    color: #fff;
}

.rule-text a{
    display: inline-block;
    color: #fff;
    margin: 0 0.3rem;
}

.footer-bg{
    width: 100%;
    height: 1.35rem;
    background-color: #231114;
}

.fot{
    width: 100%;
    height: 1.75rem;
    max-width: 750px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    z-index: 99;
}

.theme-tw .fot{
    background: url(../image/wap/tw/fc-bot.gif) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .fot{
    background: url(../image/wap/cn/fc-bot.gif) no-repeat;
    background-size: 100% 100%;
}

.fot-btn{
    width: 2.51rem;
    height: 0.75rem;
    margin: 0.95rem 0 0 4.75rem;
}

/* 弹窗 */
.close-btn{
    width: 0.49rem;
    height: 0.47rem;
    position: absolute;
}

.phone-popup-1{
    width: 7.5rem;
    height: 13.59rem;
    position: relative;
}

.theme-tw .phone-popup-1{
    background: url(../image/wap/tw/phone-popup-1.png) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .phone-popup-1{
    background: url(../image/wap/cn/phone-popup-1.png) no-repeat;
    background-size: 100% 100%;
}

.agree-info{
    margin: 0.3rem 0 0 1.5rem;
}

label{
    color: #fff;
    font-size: 0.22rem;
    padding-left: 0.2rem;
}

.b-modal {
    opacity: 0.9 !important;
}

/* 定义复选框样式 */
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: #fd0b02; /* 文本颜色 */
  position: absolute; /* 绝对定位 */
  left: 0.03rem;
  top: -0.2rem;
  font-size: 0.4rem;
}

.first-num1,.second-num1,.third-num1{
    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: #faf1ba;
    font-weight: bold;
    text-align: center;
}

.first-num1{
    top: 5.65rem;
    left: 2.8rem;
}

.second-num1{
    top: 5.65rem;
    left: 4.15rem;
}

.third-num1{
    top: 5.65rem;
    left: 5.55rem;
}

.select-popup-info {
    width: 6.34rem;
    height: 0.72rem;
    margin: 7rem auto 0; 
}

.select-popup-info select {
    outline: none;
    background-color: #191919 !important;
    border-radius: 5px;
    padding-left: 0.2rem;
    box-sizing: border-box;
    border: 1px solid #aca9aa;
    color: #fff;
    width: 2.1rem;
    height: 0.72rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../image/wap/select-popup-icon.png) no-repeat 90%;
    background-size: 0.2rem;
    font-weight: 700;
    font-size: 0.25rem;
}

.select-popup-info input {
    outline: none;
    padding-left: 0.3rem;
    border-radius: 5px;
    width: 3.2rem;
    box-sizing: border-box;
    border: 1px solid #aca9aa;
    height: 0.72rem;
    font-weight: 700;
    font-size: 0.25rem;
    background-color: #191919 !important;
    caret-color: #fff;
}

.select-popup-info input::placeholder {
  color: #fff;
}

.popup-phone-1-btn{
    width: 5.03rem;
    height: 1.31rem;
    margin: 0.3rem auto 0;
}

.phone-prize{
    width: 5.87rem;
    height: 2.15rem;
    margin: 0.1rem auto 0;
}

.theme-tw .phone-prize{
    background: url(../image/wap/tw/phone-prize.gif) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .phone-prize{
    background: url(../image/wap/cn/phone-prize.gif) no-repeat;
    background-size: 100% 100%;
}

@media (min-width: 768px) {
    .phone-popup-1{
        width: 4.97rem;
        height: 9rem;
        position: relative;
    }

    .theme-tw .phone-popup-1{
        background: url(../image/wap/tw/phone-popup-pc-1.png) no-repeat;
        background-size: 100% 100%;
    }

    .theme-cn .phone-popup-1{
        background: url(../image/wap/cn/phone-popup-pc-1.png) no-repeat;
        background-size: 100% 100%;
    }

    .close-phone{
        top: 2rem !important;
        right: 0.4rem !important;
    }

    
    .first-num1, .second-num1, .third-num1 {
        width: 0.6rem;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.3rem;
    }

    .first-num1{
        top: 3.75rem;
        left: 1.85rem;
    }

    .second-num1{
        top: 3.75rem;
        left: 2.75rem;
    }

    .third-num1{
        top: 3.75rem;
        left: 3.65rem;
    }

    .select-popup-info {
        width: 3.5rem;
        height: 0.5rem;
        margin: 4.6rem auto 0; 
    }

    .select-popup-info select {
        width: 1.8rem;
        height: 0.5rem;
        background: url(../image/wap/select-popup-icon.png) no-repeat 90%;
        background-size: 0.15rem;
        font-weight: 700;
        font-size: 0.18rem;
    }

    .select-popup-info input {
        width: 2rem;
        height: 0.5rem;
        font-weight: 700;
        padding-left: 0.15rem;
        font-size: 0.18rem;
    }

    .agree-info{
        margin: 0.2rem 0 0 1rem;
    }

    label{
        font-size: 0.16rem;
        padding-left: 0.1rem;
    }

    /* 定义复选框样式 */
    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: #fd0b02; /* 文本颜色 */
        position: absolute; /* 绝对定位 */
        left: 0.02rem;
        top: -0.1rem;
        font-size: 0.2rem;
    }

    .popup-phone-1-btn{
        width: 3.33rem;
        height: 0.87rem;
        margin: 0.2rem auto 0;
    }

    .phone-prize{
        width: 3.87rem;
        height: 1.4rem;
        margin: 0.1rem auto 0;
    }

    .theme-tw .phone-prize{
        background: url(../image/wap/tw/phone-prize-pc.gif) no-repeat;
        background-size: 100% 100%;
    }

    .theme-cn .phone-prize{
        background: url(../image/wap/cn/phone-prize-pc.gif) no-repeat;
        background-size: 100% 100%;
    }

}

.store-popup, .phone-success, .store-success{
    width: 7.5rem;
    height: 7.45rem;
    background: url(../image/wap/tw/store-popup.gif) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.store-text{
    width: 6.16rem;
    height: 1.6rem;
    position: absolute;
    top: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
}

.theme-tw .store-text{
    background: url(../image/wap/tw/store-popup-text.png) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .store-text{
    background: url(../image/wap/cn/store-popup-text.png) no-repeat;
    background-size: 100% 100%;
}

.store-popup-btn{
    width: 4.38rem;
    height: 1.66rem;
    position: absolute;
    bottom: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
}

.phone-success-text{
    width: 4.97rem;
    height: 1.54rem;
    position: absolute;
    top: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
}

.theme-tw .phone-success-text{
    background: url(../image/wap/tw/phone-success-text.png) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .phone-success-text{
    background: url(../image/wap/cn/phone-success-text.png) no-repeat;
    background-size: 100% 100%;
}

.store-success-text{
    width: 4.94rem;
    height: 1.68rem;
    position: absolute;
    top: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
}

.theme-tw .store-success-text{
    background: url(../image/wap/tw/store-success-text.png) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .store-success-text{
    background: url(../image/wap/cn/store-success-text.png) no-repeat;
    background-size: 100% 100%;
}

.store-success-btn{
    width: 4.82rem;
    height: 1.19rem;
    position: absolute;
    bottom: -0.2rem;
    left: 50%;
    transform: translateX(-50%);
}

.theme-tw .store-success-btn{
    background: url(../image/wap/tw/store-success-btn.gif) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .store-success-btn{
    background: url(../image/wap/cn/store-success-btn.gif) no-repeat;
    background-size: 100% 100%;
}

.fb-success{
    width: 7.5rem;
    height: 4.55rem;
    background: url(../image/wap/tw/fb-success.gif) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.fb-success-text{
    width: 5.83rem;
    height: 1.18rem;
    position: absolute;
    top: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.theme-tw .fb-success-text{
    background: url(../image/wap/tw/fb-success-text.png) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .fb-success-text{
    background: url(../image/wap/cn/fb-success-text.png) no-repeat;
    background-size: 100% 100%;
}

.theme-tw .fb-success-text{
    background: url(../image/wap/tw/fb-success-text.png) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .fb-success-text{
    background: url(../image/wap/cn/fb-success-text.png) no-repeat;
    background-size: 100% 100%;
}

.fb-success-btn{
    width: 4.82rem;
    height: 1.19rem;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
}

.theme-tw .fb-success-btn{
    background: url(../image/wap/tw/fb-success-btn.gif) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .fb-success-btn{
    background: url(../image/wap/cn/fb-success-btn.gif) no-repeat;
    background-size: 100% 100%;
}

.create-faction-popup{
    width: 6.41rem;
    height: 3.74rem;
    position: relative;
}

.theme-tw .create-faction-popup{
    background: url(../image/wap/tw/create-faction-popup.png);
    background-size: 100% 100%;
}

.theme-cn .create-faction-popup{
    background: url(../image/wap/cn/create-faction-popup.png);
    background-size: 100% 100%;
}

.faction-Ipt{
    width: 5.3rem;
    height: 0.58rem;
    line-height: 0.58rem;
    position: absolute;
    top: 1.45rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    border: none;
    text-align: center;
    color: #fff;
}

.create-faction-btn img{
    width: 2.16rem;
    height: 0.66rem;
    margin: 0 0.3rem;
}

.create-faction-success-popup{
    width: 6.41rem;
    height: 6.7rem;
    position: relative;
}

.theme-tw .create-faction-success-popup{
    background: url(../image/wap/tw/create-faction-success-popup.png);
    background-size: 100% 100%;
}

.theme-cn .create-faction-success-popup{
    background: url(../image/wap/cn/create-faction-success-popup.png);
    background-size: 100% 100%;
}

.icon-get{
    width: 1.59rem;
    height: 1.21rem;
    position: absolute;
    top: 2.2rem;
    left: 50%;
    transform: translateX(-50%);
}

.faction-popup{
    width: 6.41rem;
    height: 6.7rem;
    position: relative;
}

.theme-tw .faction-popup{
    background: url(../image/wap/tw/faction-popup.png);
    background-size: 100% 100%;
}

.theme-cn .faction-popup{
    background: url(../image/wap/cn/faction-popup.png);
    background-size: 100% 100%;
}

.commonp{
    height: 0.4rem;
    line-height: 0.4rem;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.22rem;
    color: #fff;
}

.faction-name1{
    width: 2.7rem;
    top: 4.15rem;
    left: 3.5rem;
}

.faction-num1{
    width: 2.7rem;
    top: 4.55rem;
    left: 3.5rem;
}

.faction-leader1{
    width: 3.3rem;
    top: 4.9rem;
    left: 3rem;
}

.faction-name2{
    width: 1.8rem;
    top: 2.15rem;
    left: 4.35rem;
}

.faction-num2{
    width: 1.8rem;
    top: 2.5rem;
    left: 4.35rem;
}

.faction-leader2{
    width: 2.4rem;
    top: 2.9rem;
    left: 3.8rem;
}

.faction-name3{
    width: 1.7rem;
    top: 1.15rem;
    left: 5rem;
}

.faction-num3{
    width: 1.7rem;
    top: 1.6rem;
    left: 5rem;
}

.faction-leader3{
    width: 2.4rem;
    top: 2.05rem;
    left: 4.3rem;
}

.faction-info{
  width: 4.55rem;
  height: 1rem;
  overflow: hidden;
  position: absolute;
  bottom: 1.5rem;
  left:50%;
  transform: translateX(-50%);
}

.infoList {
  width: 4.55rem;
  display: flex;
}

.infoList li{
  display: block;
  margin: 0 0.1rem;
  letter-spacing: 0.1em;
  width: 1.6rem;
  font-size: 0.21rem;
  color: #f2cb6c;
  padding: 0.1rem 0 0 0.1rem;
  border: none;
}

.infoList span {
  display: inline-block;
  width: 1.6rem;
  /* height: 0.3rem;
  line-height: 0.23rem; */
  margin-top: 0.01rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.invite-faction-btn{
    width: 2.46rem;
    height: 0.75rem;
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.faction-full-popup{
    width: 6.41rem;
    height: 6.7rem;
    position: relative;
}

.theme-tw .faction-full-popup{
    background: url(../image/wap/tw/faction-full-popup.png);
    background-size: 100% 100%;
}

.theme-cn .faction-full-popup{
    background: url(../image/wap/cn/faction-full-popup.png);
    background-size: 100% 100%;
}

.faction-popup-list{
    width: 6.41rem;
    height: 5.19rem;
    position: relative;
    background: url(../image/wap/faction-popup-list.png);
    background-size: 100% 100%;
}

.faction-list{
    width: 6.05rem;
    height: auto;
    margin: 0.5rem auto 0;
}

.faction-list .list{
    width: 100%;
    height: 0.7rem;
    line-height: 0.7rem;
    color: #fff;
}

.faction-list .title{
    padding-left: 0.05rem;
}

.faction-list .detail-content img{
    margin: 0 0.05rem;
}

.faction-popup-detail{
    width: 7.25rem;
    height: 7.61rem;
    position: relative;
}

.theme-tw .faction-popup-detail{
    background: url(../image/wap/tw/faction-popup-detail.png);
    background-size: 100% 100%;
}

.theme-cn .faction-popup-detail{
    background: url(../image/wap/cn/faction-popup-detail.png);
    background-size: 100% 100%;
}

.faction-popup-detail-btn img{
    width: 2.16rem;
    height: 0.66rem;
    margin: 0 0.3rem;
}

.faction-popup-detail-full{
    width: 7.25rem;
    height: 7.61rem;
    position: relative;
}

.theme-tw .faction-popup-detail-full{
    background: url(../image/wap/tw/faction-popup-detail-full.png);
    background-size: 100% 100%;
}

.theme-cn .faction-popup-detail-full{
    background: url(../image/wap/cn/faction-popup-detail-full.png);
    background-size: 100% 100%;
}

.no-full-popup{
    width: 6.41rem;
    height: 3.74rem;
    position: relative;
}

.theme-tw .no-full-popup{
    background: url(../image/wap/tw/no-full-popup.png);
    background-size: 100% 100%;
}

.theme-cn .no-full-popup{
    background: url(../image/wap/cn/no-full-popup.png);
    background-size: 100% 100%;
}

.no-full-popup-btn img{
    width: 2.16rem;
    height: 0.66rem;
    margin: 0 0.3rem;
}

.full-popup{
    width: 6.41rem;
    height: 3.74rem;
    position: relative;
}

.theme-tw .full-popup{
    background: url(../image/wap/tw/full-popup.png);
    background-size: 100% 100%;
}

.theme-cn .full-popup{
    background: url(../image/wap/cn/full-popup.png);
    background-size: 100% 100%;
}

.full-popup-btn img{
    width: 2.16rem;
    height: 0.66rem;
    margin: 0 0.3rem;
}

.activity-desc{
    width: 6.41rem;
    height: 11.6rem;
    position: relative;
}

.theme-tw .activity-desc{
    background: url(../image/wap/tw/activity-desc.png) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .activity-desc{
    background: url(../image/wap/cn/activity-desc.png) no-repeat;
    background-size: 100% 100%;
}

.activity-rules-text{
    width: 5.8rem;
    height: 10rem;
    margin: 1.3rem auto 0.1rem;
    padding: 0.1rem;
    box-sizing: border-box;
    overflow: auto;
}

.my-rewards{
    width: 6.41rem;
    height: 6.32rem;
    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: 95%;
    height: 6.05rem;
    overflow: auto;
    /* background-color: #0b0a0a; */
    margin: 0.15rem auto 0;
}

.my-rewards-table th {
    border: 1px solid #f7e2b8;
    padding: 5px;
    color: #fff;
    font-size: 0.2rem;
    text-align: center;
    background: linear-gradient(90deg, #675445, #5a4333);
    width: 120px;
    position: sticky; /* 粘性定位 */  
    top: 0; /* 固定在顶部 */  
    z-index: 1; /* 确保表头在其他内容之上 */
    box-sizing: border-box;
}

.my-rewards-table td {
    border: 1px solid #f7e2b8;
    padding: 8px;
    font-size: 0.2rem;
    color: #fff;
    text-align: left;
    width: 120px;
    box-sizing: border-box;
}

