[v-clock] {
    display: none;
}

body {}

body div {
    box-sizing: border-box;
}

.pay-app-wrap {
    width: 100%;
    /* height: 32.25rem; */
    position: relative;
    overflow: hidden;
    /* padding-top: 4.35rem; */
    background: #f9b5ff;
}

.pay-app-wrap-topbg {
    width: 19.2rem;
    height: 9.64rem;
    background: url(../../img/pc/bg_top.jpg) no-repeat center top;
    background-size: 100%;
    position: absolute;
    top: 0;
}

.pay-app-wrap-bottombg {
    width: 19.2rem;
    height: 26.36rem;
    background: url(../../img/pc/bg_bottom.jpg) no-repeat center bottom;
    background-size: 100%;
    position: absolute;
    top: 9.64rem;
}

.pay-app-container {
    position: relative;
    z-index: 1;
    margin-bottom: 0.41rem;
}

.pay-app-top {
    width: 19.2rem;
    height: 0.7rem;
    background: #22242E;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
}

.pay-app-top .pay-app-top-left {
    margin-left: 0.57rem;
    display: flex;
    align-items: center;
}

.pay-app-logo {
    width: 1rem;
    height: 0.68rem;
    background: url(../../img/pc/top_logo.png) no-repeat center;
    background-size: 100%;
}

.pay-app-tab {
    display: flex;
    font-size: 0.24rem;
    color: #FFFFFF;
    margin-left: 0.7rem;
}

.pay-app-tab-item {
    width: 2.07rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    cursor: pointer;
}

/* .pay-app-tab-item-active {
    background: url(../../img/pc/tab_a.png) no-repeat center;
    background-size: 100%;
} */

.pay-app-tab-item:hover {
    background: url(../../img/pc/tab_a.png) no-repeat center;
    background-size: 100%;
}

.pay-app-top-right {
    margin-right: 0.8rem;
    display: flex;
    font-size: 0.22rem;
    color: #FFFFFF;
    gap: 0.37rem;
    align-items: center;
}

.pay-app-top-btn {
    width: 1.83rem;
    height: 0.51rem;
    line-height: 0.51rem;
    text-align: center;
    cursor: pointer;
    background: url(../../img/pc/top_btn.png) no-repeat center;
    background-size: 100%;
    font-size: 0.22rem;
    color: #FFFFFF;
}

.pay-app-userinfo {
    display: flex;
    align-items: center;
    height: 0.51rem;
}

.pay-app-userinfo-text {
    cursor: pointer;
    color: #FFFFFF;
}

.pay-app-userinfo-text>span {
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 0.06rem;
}

.pay-app-userinfo-text:hover {
    color: #FF7F16;
}

.pay-app-userinfo-logout {
    cursor: pointer;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../../img/pc/logout.png) no-repeat center;
    background-size: 100%;
    margin-top: 0.04rem;
    margin-left: 0.1rem;
}

.pay-app-userinfo-logout:hover {
    background: url(../../img/pc/logout_a.png) no-repeat center;
    background-size: 100%;
}

/* 签到 */

.pay-app-content {
    overflow-y: auto;
}

.pay-app-content-top {
    width: 14.66rem;
    height: 2.4rem;
    background: url(../../img/pc/main_top.png) no-repeat center;
    background-size: 100%;
    margin-left: 2.22rem;
    margin-top: 0.8rem;
    display: flex;
    justify-content: center;
    gap: 0.1rem;
    padding-top: 0.2rem;
}

.pay-app-content-top-item {
    width: 1.81rem;
    height: 1.68rem;
    background: url(../../img/pc/s_bg1.png) no-repeat center;
    background-size: 100%;
    position: relative;
}

.pay-app-content-top-item-active {
    width: 1.81rem;
    height: 1.68rem;
    background: url(../../img/pc/s_bg2.png) no-repeat center;
    background-size: 100%;
    position: relative;
    cursor: pointer;
}

.pay-app-content-top-item-expired {
    width: 1.81rem;
    height: 1.68rem;
    background: url(../../img/pc/s_bg3.png) no-repeat center;
    background-size: 100%;
    position: relative;
}


.pay-app-content-top-item-title {
    width: 100%;
    color: #FFFFFF;
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.45rem;
}

.pay-app-content-top-item-expired .pay-app-content-top-item-title {
    color: #999999;
}

.pay-app-content-top-item-img {
    position: absolute;
    width: 1.81rem;
    height: 1.68rem;
    top: 0;
    left: 0;
}

.pay-app-content-top-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pay-app-content-top-item-num {
    width: 100%;
    font-size: 0.18rem;
    color: #22242E;
    text-align: right;
    position: absolute;
    bottom: 0.15rem;
    right: 0.12rem;
}

.pay-app-content-top-item-lock {
    position: absolute;
    width: 1.85rem;
    height: 1.68rem;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0.2rem;
    transform: scale(0.9);
    left: -0.03rem;
    /* background: url(../../img/pc/s_lock.png) no-repeat center;
    background-size: 100%; */
}

.pay-app-content-top-item-ok {
    position: absolute;
    width: 1.81rem;
    height: 1.68rem;
    top: 0;
    left: 0;
    background: url(../../img/pc/s_ok.png) no-repeat center;
    background-size: 100%;
}

.pay-app-content-top-item-info {
    position: absolute;
    width: 100%;
    bottom: -0.3rem;
    left: 0;
    text-align: center;
    font-size: 0.16rem;
    color: #22242E;
}

.pay-app-content-center {
    width: 14.66rem;
    height: 12.42rem;
    background: url(../../img/pc/main_center.png) no-repeat center;
    background-size: 100%;
    /* margin: 0 auto; */
    margin-top: 0.55rem;
    margin-left: 2.22rem;
    display: flex;
    padding: 0.4rem 0.8rem 0;
}

/* 商品 */
.pay-app-content-center-left {
    width: 8.1rem;
    height: 11rem;
    overflow-y: auto;
}

.list-item {
    width: 2.34rem;
    height: 3.52rem;
    background: url(../../img/pc/product_bg.png) no-repeat center;
    background-size: 100%;
    display: inline-block;
    margin-right: 0.3rem;
    margin-top: 0.1rem;
    position: relative;
    cursor: pointer;
}

.product-info-amount {
    width: 2.03rem;
    height: 0.47rem;
    border-radius: 0.4rem;
    margin: 0 auto;
    line-height: 0.47rem;
    font-size: 0.22rem;
    margin-top: 0.36rem;
    background-color: #FF7F16;
    color: #FFFFFF;
}

/* 悬停或选中商品卡片时，价格背景变色 */
.list-item:hover .product-info-amount,
.list-active .product-info-amount {

    background-color: #FF7F16;
    color: #FFFFFF;
    padding: 0 0.1rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.product-info-tip {
    position: absolute;
    width: 1.27rem;
    height: 0.75rem;
    background: url(../../img/pc/bonus.png) no-repeat center;
    background-size: 100%;
    right: -0.05rem;
    top: 0rem;
}

.product-info-tip2 {
    width: 1.78rem;
    height: 0.28rem;
    line-height: 0.28rem;
    border-radius: 0.3rem;
    background: url(../../img/pc/product_tip.png) no-repeat center;
    background-size: 100%;
    text-align: center;
    color: #916852;
    font-size: 0.15rem;
    position: absolute;
    top: 1.82rem;
    left: 50%;
    transform: translateX(-50%);
}

.product-info {
    width: 100%;
    position: absolute;
    top: 2.4rem;
    text-align: center;
    color: #22242E;
}

.product-info-title {
    font-size: 0.17rem;
    position: absolute;
    top: 0;
    width: 100%;
    ;
}

.product-info-img {
    width: 2.18rem;
    height: 2.18rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0.1rem;
}

.pay-app-content-center-right {
    color: #22242E;
    margin-top: 0.2rem;
    width: 4.96rem;
}

.pay-app-content-center-right-title {
    font-size: 0.2rem;
}

.pay-app-content-center-right-img {
    width: 2rem;
    height: 2rem;
    background: url(../../img/pc/p_info_bg.png) no-repeat center;
    background-size: 100%;
    margin: 0 auto;
    margin-top: -0.3rem;
    position: relative;
}

.pay-app-content-center-right-img .product-info-tip2 {
    top: 1.55rem;
}

.pay-app-content-center-right-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pay-app-content-center-right-ptitle {
    font-size: 0.16rem;
    margin-top: 0.16rem;
    padding-left: 0.15rem;
}

.pay-app-content-center-right-pTip {
    font-size: 0.16rem;
    margin-top: 0.1rem;
    padding-left: 0.15rem;
}

.pay-app-content-center-right-uinfo {
    width: 4.61rem;
    height: 0.46rem;
    background: #FFE3CC;
    border-radius: 0.1rem;
    margin-top: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.16rem;
}

.pay-app-content-center-right-uinfo-left {
    font-size: 0.2rem;
}

.pay-app-content-center-right-uinfo-right {
    font-size: 0.2rem;
    color: #FF7F16;
}

.pay-method-container {
    background: #F4F4F5;
    border-radius: 0.1rem;
    padding-top: 0.15rem;
    margin-top: 0.1rem;
}

.pay-method-container .pay-app-content-center-right-ptitle {
    margin-top: 0;
    display: flex;
    gap: 0.2rem;
    align-items: center;
    font-size: 0.2rem;
}

.pay-app-content-center-right-ptitle .pay-method-item {
    height: 0.3rem;
}

.pay-app-content-center-right-ptitle .pay-method-icon {
    height: 0.3rem;
    text-align: left;
}

.pay-method-list {

    margin: 0.1rem 0;
    margin-left: 0.2rem;
    overflow: auto;
    max-height: 2rem;

}

.pay-method-item {
    cursor: pointer;
    display: flex;
    font-size: 0.16rem;
    height: 0.5rem;
    justify-content: space-between;
    align-items: center;
    padding-right: 0.16rem;
}

.pay-method-icon {
    /* width: 0.4rem; */
    width: 0.6rem;
    height: 0.3rem;
    margin-right: 0.2rem;
    text-align: center;
}

.pay-method-title {
    flex: 1;
}

.pay-method-icon img {
    height: 100%;
}

.pay-method-select-icon {
    width: 0.21rem;
    height: 0.22rem;
}

.pay-method-select-icon img {
    width: 100%;
    height: 100%;
}

.pay-result-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.2rem;
}

.pay-result-container-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.2rem;
    flex: 1;
}

.pay-result-container-amount {
    color: #FF7F16;
}

.pay-result-container-right-btn {
    width: 1.54rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    cursor: pointer;
    background: url(../../img/pc/com_btn.png) no-repeat center;
    background-size: 100%;
    font-size: 0.21rem;
    color: #FFFFFF;
    margin-left: 0.2rem;
}

.pay-result-container-agreement {
    font-size: 0.16rem;
    margin-top: 0.1rem;
}

/* 规则 */
.pay-app-content-rule {
    width: 14.66rem;
    height: 6.79rem;
    background: url(../../img/pc/rule_bg.png) no-repeat center;
    background-size: 100%;
    /* margin: 0 auto; */
    margin-top: 0rem;
    margin-left: 2.22rem;
    overflow: hidden;
    position: relative;
}

.pay-app-content-rule-main {
    width: 12.2rem;
    height: 4rem;
    overflow-y: auto;
    font-size: 0.18rem;
    line-height: 0.4rem;
    margin-left: 1.3rem;
    margin-top: 1.7rem;
    word-break: break-all;
    color: #22242E;
}

/* cdk */
.pay-app-content-cdk {
    width: 14.66rem;
    height: 4.63rem;
    background: url(../../img/pc/cdk_bg.png) no-repeat center;
    background-size: 100%;
    margin-left: 2.22rem;
    margin-top: 0rem;
    overflow: hidden;
    position: relative;
}

.pay-app-content-cdk-input {
    width: 5.24rem;
    height: 0.97rem;
    border-radius: 0.35rem;
    border: 0.08rem solid #FFFFFF;
    background: #5A5778;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.6rem;
    margin-left: 2.45rem;
}

.pay-app-content-cdk-input input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: #FFFFFF;
    font-size: 0.22rem;
    padding: 0 0.2rem;
}

.pay-app-content-cdk-input input::placeholder {
    color: #FFFFFF;
}

.pay-app-content-cdk-btn {
    width: 1.54rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    cursor: pointer;
    background: url(../../img/pc/com_btn.png) no-repeat center;
    background-size: 100%;
    font-size: 0.21rem;
    color: #FFFFFF;
    margin-top: 0.26rem;
    margin-left: 4.16rem;
}

.pay-app-footer {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 1.25rem;
    background: #22242E;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
    padding-right: 3.38rem;
    padding-left: 2.8rem;
    /* padding-top: 0.6rem; */
}

.pay-app-footer-left {
    display: flex;
    /* align-items: center; */
    margin-left: 0.57rem;
    gap: 0.5rem;
    transform: scale(0.5);
}

.pay-app-footer-right {
    transform: scale(0.5);
}

.pay-app-footer-left-icon {
    width: 1.52rem;
    height: 1.76rem;
    /* background: url(../../img/footer/icon.png) no-repeat center; */
    background-size: 100%;
    transform: scale(0.9);
    margin-top: -0.08rem;
}

.pay-app-footer-left-logo {
    width: 3.36rem;
    height: 0.78rem;
    background: url(../../img/footer/logo.png) no-repeat center;
    background-size: 100%;
    margin-top: 0.05rem;
    margin-bottom: 0.5rem;
}

.share-list {
    display: flex;
    gap: 0.4rem;
    margin-bottom: 0.35rem;
}

.share-item {
    width: 0.58rem;
    height: 0.5rem;
}

.share-item1 {
    background: url(../../img/footer/discord.png) no-repeat center;
    background-size: 100%;
}

.share-item2 {
    background: url(../../img/footer/in.png) no-repeat center;
    background-size: 100%;
}

.share-item3 {
    background: url(../../img/footer/yt.png) no-repeat center;
    background-size: 100%;
}

.share-item4 {
    background: url(../../img/footer/tt.png) no-repeat center;
    background-size: 100%;
}

.footer-item {
    font-size: 0.24rem;
    margin-top: 0.15rem;
}

.footer-item a {
    color: #FFFFFF;
}

/* ###### 2026-04-07 ########## */
.pay-app-new-top {
    width: 14.66rem;
    height: 1.55rem;
    background: url(../../img/pc/new_top.png) no-repeat center;
    background-size: 100%;
    /* margin: 0 auto; */
    margin-top: 5.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.8rem;
    margin-left: 2.22rem;
}

.pay-app-new-top-left {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.pay-app-new-top-right {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.pay-app-new-top-left-icon {
    width: 0.84rem;
    height: 0.84rem;
    background: url(../../img/pc/new_icon.png) no-repeat center;
    background-size: 100%;
    border-radius: 0.2rem;
}

.pay-app-new-top-left-text {
    font-size: 0.27rem;
    color: #2A2725;
}

.main-tabs {
    display: flex;
    width: 9.03rem;
    height: 0.85rem;
    margin-left: 2.4rem;
    margin-top: 0.1rem;
    padding-top: 0.1rem;
    position: absolute;
    z-index: 1;
}

.main-tabs-1 {
    background: url(../../img/pc/main_tab_1.png) no-repeat center;
    background-size: 100%;
}

.main-tabs-2 {
    background: url(../../img/pc/main_tab_2.png) no-repeat center;
    background-size: 100%;
}

.main-tabs-3 {
    background: url(../../img/pc/main_tab_3.png) no-repeat center;
    background-size: 100%;
}

.main-tab-item {
    width: 3.03rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: left;
    font-size: 0.22rem;
    color: #e6e6e6;
    cursor: pointer;
    position: relative;
}

.main-tab-item-active {
    color: #FFFFFF;
}

.main-tab-item:nth-child(1) {
    padding-left: 1.65rem;
}

.main-tab-item:nth-child(2) {
    padding-left: 0.8rem;
}

.main-tab-item:nth-child(3) {
    padding-left: 0.7rem;
}

.main-tab-item-arrow {
    width: 0.2rem;
    height: 0.2rem;
    font-size: 0.12rem;
    line-height: 0.21rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #2cd784;
    position: absolute;
    right: 0.3rem;
    top: 0rem;
}

.main-tab-item-new {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    right: 0.5rem;
    top: -0.05rem;
    background: url(../../img/pc/new.png) no-repeat center;
    background-size: 100%;
}

/* 呼吸动效：默认 2s，可选 3s */
@keyframes breathe {
    0% {
        transform: scale(1);
        opacity: 1;
        filter: none;
    }

    50% {
        transform: scale(1.03);
        opacity: 0.5;
        /* 轻微放大并变浅 */
    }

    100% {
        transform: scale(1);
        opacity: 1;
        filter: none;
    }
}

/* 快速（2s）和慢速（3s）类 */
.breathing {
    animation: breathe 2s ease-in-out infinite;
    will-change: transform, opacity;
    transform-origin: center center;
}

.breathing-slow {
    animation: breathe 3s ease-in-out infinite;
    will-change: transform, opacity;
    transform-origin: center center;
}

/* 可选：在按下/聚焦时暂停动效以提升可用性
.breathing:active,
.breathing:focus,
.breathing-slow:active,
.breathing-slow:focus {
  animation-play-state: paused;
} */

/* 尊重系统“减少动画”设置 */
@media (prefers-reduced-motion: reduce) {

    .breathing,
    .breathing-slow {
        animation: none;
    }
}

.pay-app-lottery {
    width: 14.66rem;
    height: 4.3rem;
    background: url(../../img/pc/lottery_bg.png) no-repeat center;
    background-size: 100%;
    margin-left: 2.22rem;
    margin-top: 0.56rem;
    overflow: hidden;
}

.pay-app-lottery-rule {
    width: 14.66rem;
    height: 6.79rem;
    background: url(../../img/pc/lottery_rule_bg.png) no-repeat center;
    background-size: 100%;
    margin-left: 2.22rem;
}

.common-con {
    position: relative;
}

.common-title {
    position: absolute;
    font-size: 0.3rem;
    color: #000;
    display: flex;
    top: 0.6rem;
    left: 1.08rem;
    align-items: center;
    gap: 0.1rem;
}

.common-title-icon {
    width: 0.26rem;
    height: 0.3rem;
    background: url(../../img/pc/title_arrow.png) no-repeat center;
    background-size: 100%;
}

.common-title-tips {
    width: 0.28rem;
    height: 0.28rem;
    background: url(../../img/pc/common_tips_a.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    left: -0.3rem;
    top: 50%;
    transform: translateY(-50%);
}


.common-title-tips:hover {
    background: url(../../img/pc/common_tips.png) no-repeat center;
    background-size: 100%;
}

.common-time {
    position: absolute;
    font-size: 0.2rem;
    color: #000;
    top: 1.35rem;
    left: 1.08rem;
}

.lottery-right-con {
    position: absolute;
    display: flex;
    font-size: 0.2rem;
    align-items: end;
    gap: 0.1rem;
    right: 0.8rem;
    top: 1.12rem;
}

.lottery-chances-refresh {
    width: 0.28rem;
    height: 0.28rem;
    background: url(../../img/pc/refresh.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
    margin-right: 0.2rem;
    text-align: center;
    line-height: 0.28rem;
    font-size: 0.12rem;
    color: #999999;
}

.lottery-chances-refresh:hover {
    background: url(../../img/pc/refresh_a.png) no-repeat center;
    background-size: 100%;
}

.lottery-chances-refresh-disabled {
    cursor: not-allowed;
    pointer-events: none;
}

/* 抽奖 */

.lottery-list {
    display: flex;
    gap: 0.3rem;
    margin: 0 auto;
    justify-content: center;
    gap: 0.09rem;
    /* margin-top: 1.82rem; */
    margin-top: 1.75rem;
}

.lottery-item {
    font-size: 0.16rem;
    color: #fff;
    width: 1.6rem;
    height: 1.59rem;
    background: url(../../img/pc/lottery_item4_bg.png) no-repeat center;
    background-size: 100%;
    position: relative;
}

.lottery-item>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.lottery-item-title {
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 0.3rem;
    /* top: 1.2rem; */
    bottom: -0.3rem;
    font-size: 0.14rem;
    /* color: #FD7D1B; */
    color: #22242E;
}

.lottery-item-num {
    font-size: 0.18rem;
    color: #22242E;
    text-align: right;
    position: absolute;
    /* top: 0.1rem; */
    bottom: 0.15rem;
    right: 0.2rem;
}

.lottery-item-active {
    width: 1.6rem;
    height: 1.59rem;
    background: url(../../img/pc/lottery_item4_active.png) no-repeat center;
    background-size: 100%;
    top: 0;
    left: 0;
}

.lottery-item-level1 {
    background: url(../../img/pc/lottery_item1_bg.png) no-repeat center;
    background-size: 100%;
}

.lottery-item-level2 {
    background: url(../../img/pc/lottery_item2_bg.png) no-repeat center;
    background-size: 100%;
}

.lottery-item-level3 {
    background: url(../../img/pc/lottery_item3_bg.png) no-repeat center;
    background-size: 100%;
}

.lottery-item-level4 {
    background: url(../../img/pc/lottery_item4_bg.png) no-repeat center;
    background-size: 100%;
}

/* .lottery-item-level1 .lottery-item-title {
    color: #FFAD15;
}

.lottery-item-level2 .lottery-item-title {
    color: #732AE9;
}

.lottery-item-level3 .lottery-item-title {
    color: #3796E0;
}

.lottery-item-level4 .lottery-item-title {
    color: #FD7D1B;
} */

.lottery-item-level1 .lottery-item-active {
    background: url(../../img/pc/lottery_item1_active.png) no-repeat center;
    background-size: 100%;
}

.lottery-item-level2 .lottery-item-active {
    background: url(../../img/pc/lottery_item2_active.png) no-repeat center;
    background-size: 100%;
}

.lottery-item-level3 .lottery-item-active {
    background: url(../../img/pc/lottery_item3_active.png) no-repeat center;
    background-size: 100%;
}

.lottery-item-level4 .lottery-item-active {
    background: url(../../img/pc/lottery_item4_active.png) no-repeat center;
    background-size: 100%;
}

.lottery-wait-block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0);
    /* 透明遮罩 */
    pointer-events: auto;
    /* 拦截所有交互 */
    cursor: wait;
    /* 显示等待图标 */
    touch-action: none;
    /* 阻止触摸滚动/缩放 */
    -webkit-user-select: none;
    user-select: none;
}

.pay-loading {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    font-size: 0.3rem;
    color: #fff;
}

.pay-loading>div {
    text-align: center;
}

.pay-loading img {
    width: 2rem;
}

.pay-app-new-top-right-btn1 {
    font-size: 0.2rem;
}

/* 2026-08-24 累充活动 */
.recharge-campaign {
    position: relative;
    width: 14.66rem;
    height: 4.99rem;
    margin: 0rem auto 0;
    background: url(../../img/recharge-campaign/campaign_bg.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    overflow: hidden;
}

.recharge-campaign-period {
    position: absolute;
    top: 0.52rem;
    left: 0.38rem;
    font-size: 0.16rem;
    line-height: 1.5;
    color: #fff;
    text-stroke: 0.03rem #EB6B09;
    -webkit-text-stroke: 0.03rem #EB6B09;
    paint-order: stroke fill;

}

.recharge-campaign-description {
    position: absolute;
    top: 0.52rem;
    right: 0.58rem;
    font-size: 0.16rem;
    line-height: 1.5;
    text-align: right;
    color: #fff;
    text-stroke: 0.03rem #EB6B09;
    -webkit-text-stroke: 0.03rem #EB6B09;
    paint-order: stroke fill;
}

.recharge-campaign-rewards {
    position: absolute;
    top: 1.78rem;
    left: 0.54rem;
    display: flex;
    gap: 0.01rem;
}

.recharge-campaign-reward {
    width: 1.49rem;
    text-align: center;
    color: #000;
    font-size: 0.13rem;
    line-height: 1.2;
}

.recharge-campaign-reward.is-claimable {
    cursor: pointer;
}

.recharge-campaign-reward-frame {
    position: relative;
    width: 1.49rem;
    height: 1.52rem;
    margin: 0 auto 0.02rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../../img/recharge-campaign/reward_frame_locked.png) no-repeat center;
    background-size: 100% 100%;
}

.recharge-campaign-reward-frame.is-unlocked {
    cursor: pointer;
    background-image: url(../../img/recharge-campaign/reward_frame_active.png);
}

.recharge-campaign-reward-frame.is-received {
    background-image: url(../../img/recharge-campaign/reward_frame_active.png);
}

.recharge-campaign-reward-frame img {
    width: 1.49rem;
    height: 1.52rem;
    object-fit: contain;
}

.recharge-campaign-reward-frame .recharge-campaign-reward-received {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.recharge-campaign-reward-quantity {
    margin-top: -0.2rem;
}

.recharge-campaign-reward-threshold {
    font-size: 0.19rem;
    font-weight: bold;
    line-height: 0.4rem;
}

.recharge-campaign-progress-text {

    position: absolute;
    left: 0.54rem;
    bottom: 0.76rem;
    padding: 0rem 0.18rem;
    height: 0.48rem;
    line-height: 0.42rem;
    border-radius: 0.22rem;
    background: linear-gradient(-30deg, #7EBAE1, #FAB512);
    border: 0.03rem solid #FFFFFF;
    font-size: 0.19rem;
}

.recharge-campaign-mail-tip {
    position: absolute;
    right: 0.45rem;
    bottom: 0.7rem;
    font-size: 0.19rem;
    color: #fff;
    text-stroke: 0.03rem #EB6B09;
    -webkit-text-stroke: 0.03rem #EB6B09;
    paint-order: stroke fill;
}

/* 2026-08-26 累充活动规则 */
.recharge-campaign-rule-tip {
    position: absolute;
    left: 5.15rem;
    bottom: 0.86rem;
    width: 0.28rem;
    height: 0.28rem;
    background: url(../../img/pc/common_tips_a.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
}
.recharge-campaign-rule-tip:hover {
    background-image: url(../../img/pc/common_tips.png);
}
.recharge-campaign-rule-content .dialog-rule-content-item {
    white-space: pre-line;
    margin-bottom: 0.18rem;
    white-space: pre-line;
}
/* 累计金额与规则按钮自适应排列 */
.recharge-campaign-progress-wrap {
    position: absolute;
    left: 0.54rem;
    bottom: 0.76rem;
    display: inline-flex;
    align-items: center;
    gap: 0.12rem;
}
.recharge-campaign-progress-wrap .recharge-campaign-progress-text,
.recharge-campaign-progress-wrap .recharge-campaign-rule-tip {
    position: static;
}
.recharge-campaign-progress-wrap .recharge-campaign-rule-tip {
    flex: 0 0 auto;
    transform: none;
}
.recharge-campaign-rule-content .is-red {
    color: #e60012;
}
