:root {
    --text-shadow-default:
        0.02rem 0.02rem 0 black,
        0.02rem -0.02rem 0 black,
        -0.02rem -0.02rem 0 black,
        0.02rem 0 0 black,
        -0.02rem 0 0 black,
        0 0.02rem 0 black,
        0 -0.02rem 0 black;
}
.pop-wrapper {
    /* width: 100vw;
    height: 100vh; */
    background: url(../img/pop/pop_bj.png) no-repeat center center;
    background-size: 100% 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; /* iOS 平滑滚动 */
}
.pop-content {
    width: 7rem;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pop-close {
    width: 0.51rem;
    height: 0.51rem;
    background: url(../img/pop/close.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -0.66rem;
    right: 0.34rem;
    cursor: pointer;
}

/* 规则弹窗 */
.rules-pop-content {
    width: 7.5rem;
    height: 8.96rem;
    background: url(../img/pop/pop_rulebox.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.5rem 0.9rem 1rem;
    box-sizing: border-box;
}
.rules-pop-content-box {
    width: 100%;
    height: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 0.23rem;
    color: #3852BE;
    overflow: auto;
    word-wrap: break-word;
    word-break: break-all;
}
.rules-pop-content-box_item {
    margin-bottom: 0.1rem;
}
.rules-pop-content-box_item_title {
    font-weight: bold;
    font-size: 0.28rem;
    color: #0E2079;
    margin-bottom: 0.05rem;
}
.rules-pop-content-box_item_specialTitle {
    color: #0600ff;
    margin-bottom: 0.05rem;
}
.rules-pop-content-box_item_warningTitle {
    color: #ff5757;
    margin-bottom: 0.05rem;
    font-size: 0.23rem;
}
.rules-pop-content-box_item_text {
    line-height: 1.7;
}
.rules-pop-content-box_item_text_red {
    color: #F2E449;
}
.rules-pop-content-box_item_table_head {
    display: flex;
    align-items: center;
}
.rules-pop-content-box_item_table_head span {
    text-align: center;
    display: block;
    background-color: rgb(209, 255, 255);
    width: 2.7rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border: 0.01rem solid #DEC068;
    border-right: none;
    border-bottom: none;
}
.rules-pop-content-box_item_table_head span:nth-child(3) {
    border-right: 0.01rem solid #DEC068;
}
.rules-pop-content-box_item_table_data {
    display: flex;
    align-items: center;
}
.rules-pop-content-box_item_table_data span {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 1.1rem;
    line-height: 1.2;
    border: 0.01rem solid #DEC068;
    border-right: none;
    border-bottom: none;
}
.rules-pop-content-box_item_table_data:last-child span {
    border-bottom: 0.01rem solid #DEC068;
}
.rules-pop-content-box_item_table_data span:nth-child(3) {
    border-right: 0.01rem solid #DEC068;
}

/* 登录账号弹窗 */
.login-pop-content {
    width: 7.5rem;
    height: 6.08rem;
    background: url(../img/pop/pop_loginbox.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.5rem 0.96rem 0.46rem;
    box-sizing: border-box;
}
.login-pop-content-box-inputBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-pop-content-box-inputBox-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.25rem;
}
.login-pop-inputBox {
    width: 5.57rem;
    height: 0.63rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1.66rem;
    box-sizing: border-box;
}
.login-pop-input {
    display: block;
    width: 100%;
    height: 0.63rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 0.26rem;
    color: #FFF;
}
.login-pop-input::placeholder {
    font-weight: 400;
    font-size: 0.22rem;
    color: #5E6CA7;
}
.login-pop-userNameInputBox {
    background: url(../img/pop/pop_username.png) no-repeat center center;
    background-size: 100% 100%;
}
.login-pop-passwordInputBox {
    background: url(../img/pop/pop_password.png) no-repeat center center;
    background-size: 100% 100%;
}
.login-pop-content-box-agreementBox {
    width: 100%;
    height: 0.24rem;
    line-height: 0.24rem;
    font-weight: 600;
    font-size: 0.18rem;
    color: #0E2079;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.2rem;
}
.login-pop-content-box-agreementBox-chooseAgreement {
    width: 0.26rem;
    height: 0.23rem;
    background: url(../img/pop/pop_selected.png) no-repeat center center;
    background-size: 100% 100%;
    margin-right: 0.15rem;
    cursor: pointer;
}
.login-pop-content-box-agreementBox-chooseAgreement-active {
    background: url(../img/pop/pop_selected1.png) no-repeat center center;
    background-size: 100% 100%;
}
.login-pop-content-box-agreementBox-chooseAgreement-link {
    color: #0E2079;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 0.05rem;
}
.login-pop-content-box-loginBtn {
    width: 3.17rem;
    height: 0.8rem;
    background: url(../img/pop/pop_login.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto 0.2rem;
    cursor: pointer;
}
.login-pop-content-box-loginOther {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.2rem;
}
.login-pop-content-box-loginOther-item {
    width: 2.48rem;
    height: 0.46rem;
    cursor: pointer;
    margin: 0 0.15rem;
}
.login-pop-content-box-loginOther-item-google {
    background: url(../img/pop/pop_gp.png) no-repeat center center;
    background-size: 100% 100%;
}
.login-pop-content-box-loginOther-item-apple {
    background: url(../img/pop/pop_ios.png) no-repeat center center;
    background-size: 100% 100%;
}
.login-pop-content-box-linkBox {
    width: 100%;
    text-align: center;
    font-size: 0.22rem;
    color: #0E2079;
    text-decoration: underline;
    text-underline-offset: 0.05rem;
    cursor: pointer;
}
.login-pop-content-box-linkBox-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-pop-content-box-linkBox-link {
    display: block;
    font-size: 0.22rem;
    color: #0E2079;
    margin: 0 0.3rem;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 0.05rem;
}

/* 当前账号信息弹窗 */
.currentAccountInfo-pop-content {
    width: 7.5rem;
    height: 6.08rem;
    background: url(../img/pop/pop_account.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.2rem 0.8rem 1.5rem;
    box-sizing: border-box;
}
.currentAccountInfo-pop-content-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.currentAccountInfo-pop-content-box-text {
    white-space: wrap;
    word-break: break-all;
    font-weight: 500;
    font-size: 0.32rem;
    color: #0E2079;
}
.currentAccountInfo-pop-content-box-btn {
    width: 3.17rem;
    height: 0.8rem;
    background: url(../img/pop/pop_btn3.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 auto;
}

/* 助力成功弹窗 */
.assistSuccess-pop-content {
    width: 7.5rem;
    height: 4.1rem;
    background: url(../img/pop/pop_prompt.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.2rem 0.8rem 1.3rem;
    box-sizing: border-box;
}
.assistSuccess-pop-content-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.assistSuccess-pop-content-box-textBox {
    width: 100%;
    font-style: italic;
    letter-spacing: 0.1rem;
    font-weight: bold;
    font-size: 0.38rem;
    color: #0E2079;
    text-align: center;
    margin-left: 0.3rem;
}
.assistSuccess-pop-content-btn {
    width: 3.17rem;
    height: 0.8rem;
    background: url(../img/pop/pop_btn5.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 auto;
}

/* 背包/奖励弹窗 */
.backpack-pop-content {
    width: 7.5rem;
    height: 8.95rem;
    background: url(../img/pop/pop_prizebox.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.5rem 0.94rem 1rem 1.13rem;
    box-sizing: border-box;
}
.backpack-pop-content-listTitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.2rem;
    box-sizing: border-box;
    margin-bottom: 0.15rem;
    /* border-bottom: 0.03rem solid #000; */
    font-weight: bold;
    font-size: 0.32rem;
    color: #3852BE;
    text-align: center;
}
.backpack-pop-content-listTitle-checkRoleBtn {
    font-size: 0.25rem;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 0.05rem;
}
.backpack-pop-content-listTitle-checkRoleBtn-hidden {
    visibility: hidden;
    pointer-events: none;
}
.backpack-pop-content-listBox {
    width: 100%;
    height: 6rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    /* margin-bottom: 0.2rem; */
}
.backpack-pop-content-listBox-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
    font-weight: 800;
    font-size: 0.2rem;
    color: #3852BE;
}
.backpack-pop-content-listBox-item-rewardName1 {
    display: block;
    width: 28%;
    text-align: left;
}
.backpack-pop-content-listBox-item-time {
    text-align: center;
}
.backpack-pop-content-listBox-item-btn {
    display: block;
    width: 1.37rem;
    height: 0.43rem;
    background: url(../img/pop/pop_claim1.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}
.backpack-pop-content-listBox-item-btn-completed {
    display: block;
    width: 1.37rem;
    height: 0.43rem;
    background: url(../img/pop/pop_claim2.png) no-repeat center center;
    background-size: 100% 100%;
}

/* 选择角色弹窗 */
.roleList-pop-content {
    width: 7.5rem;
    height: 8.95rem;
    background: url(../img/pop/pop_character.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.4rem 0.8rem 1.5rem;
    box-sizing: border-box;
}
.roleList-pop-content-box {
    width: 100%;
    height: 100%;
    background: rgba(50, 50, 50, 0.64);
    border-radius: 0.1rem;
    overflow-y: auto;
    padding: 0.15rem;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto-fill, 2.9rem);
    grid-gap: 0.2rem;
    align-items: flex-start;
    justify-content: space-between;
}
.roleList-pop-content-box_item {
    width: 100%;
    background: #B4B4B4;
    border-radius: 0.25rem;
    margin: 0 auto 0.1rem;
    padding: 0.1rem 0.1rem 0.1rem 0.26rem;
    box-sizing: border-box;
    cursor: pointer;
}
.roleList-pop-content-box_item_active {
    background: linear-gradient(135deg, #f7c08a 0%, #FFB57F 100%);
}
.roleList-pop-content-box_item_name {
    font-size: 0.25rem;
    color: #fff;
    text-shadow: var(--text-shadow-default);
    margin-bottom: 0.1rem;
}
.roleList-pop-content-box_item_line {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.1rem;
}
.roleList-pop-content-box_item_line_label {
    font-size: 0.25rem;
    color: #fff;
    text-shadow: var(--text-shadow-default);
    margin-bottom: 0.1rem;
}
.roleList-pop-content-box_item_line_text {
    width: 85%;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #706C65;
    border-radius: 0.2rem;
    font-size: 0.2rem;
    color: #FFFFFF;
    text-shadow: var(--text-shadow-default);
    padding-left: 0.2rem;
}
.roleList-pop-content-btn {
    width: 3.17rem;
    height: 0.8rem;
    background: url(../img/pop/pop_btn4.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0.2rem auto;
}
.roleList-pop-content-btn-img {
    width: 100%;
    height: 100%;
}

/* 角色信息提示弹窗 */
.roleInfo-pop-content {
    width: 7.5rem;
    height: 6.08rem;
    background: url(../img/pop/pop_success.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.8rem 0.8rem 0.5rem;
    box-sizing: border-box;
}
.roleInfo-pop-content-box_title {
    font-size: 0.35rem;
    color: #0E2079;
    text-align: center;
    margin-bottom: 0.2rem;
}
.roleInfo-pop-content-box_item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.25rem;
    margin-bottom: 0.2rem;
}
.roleInfo-pop-content-box_item_label {
    width: 50%;
    color: #0E52C2;
    text-align: right;
    margin-right: 0.2rem;
}
.roleInfo-pop-content-box_item_text {
    flex: 1;
    white-space: wrap;
    word-break: break-all;
    font-weight: bold;
    color: #ff6619;
}
.roleInfo-pop-content-box_confirmBtn {
    width: 3.17rem;
    height: 0.8rem;
    background: url(../img/pop/pop_btn4.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0.5rem auto 0;
}

/* 一键加群弹窗 */
.addGroup-pop-content {
    width: 7.5rem;
    height: 4.76rem;
    background: url(../img/pop/pop_joinbox.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.35rem 0rem 0;
    box-sizing: border-box;
}
.addGroup-pop-content-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
}
.addGroup-pop-content-box-joinItem {
    width: 2.15rem;
    height: 2.76rem;
    cursor: pointer;
}
.addGroup-pop-content-box-joinItem-x {
    background: url(../img/pop/pop_joinx.png) no-repeat center center;
    background-size: 100% 100%;
}
.addGroup-pop-content-box-joinItem-discord {
    background: url(../img/pop/pop_joindiscord.png) no-repeat center center;
    background-size: 100% 100%;
}

/* 分享弹窗 */
.share-pop-content {
    width: 7.5rem;
    /* height: 16.58rem; */
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 2.9rem; /* 为底部操作栏预留空间 */
}
.share-pop-copy {
    width: 3.17rem;
    height: 0.8rem;
    background: url(../img/pop/pop_btn2.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 1.4rem;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.share-pop-content-box-tips {
    width: 7.5rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    letter-spacing: 0.2em;
    position: absolute;
    bottom: 2.3rem;
    left: 50%;
    transform: translateX(-50%);
}
.share-pop-content-box {
    visibility: hidden;
    position: relative;
}
.share-pop-content-box-userInfo {
    width: 3.43rem;
    height: 0.38rem;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1.58rem;
    left: 1.05rem;
    font-size: 0.21rem;
    color: #fff;
    text-align: center;
}
.share-pop-content-box-userNum {
    display: block;
    width: 50%;
}
.share-pop-content-box-userName {
    display: block;
    width: 50%;
    color: #000;
}
#qrcode-container {
    width: 1.92rem;
    height: 1.95rem;
    padding: 0.05rem;
    box-sizing: border-box;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: absolute;
    bottom: 1.33rem;
    right: 1.13rem;
}
#qrcode-container img {
    max-width: 100%;
    max-height: 100%;
}
.share-pop-content-box {
    width: 100%;
    height: 100%;
}
.share-pop-content-generatedImage {
    width: 100%;
    height: 100%;
    display: block;
}

/* 提示弹窗 */
.prompt-pop-content {
    width: 7.5rem;
    height: 4.1rem;
    background: url(../img/pop/pop_prompt.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.5rem 0.8rem 0.5rem;
    box-sizing: border-box;
}
.prompt-pop-content-box-textBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.prompt-pop-content-box-textBox-text {
    font-size: 0.27rem;
    color: #0E2079;
    margin-bottom: 0.15rem;
}
.prompt-pop-content-box-textBox-desc {
    font-size: 0.2rem;
    color: #0E52C2;
}
.prompt-pop-content-box-btn {
    width: 3.17rem;
    height: 0.8rem;
    background: url(../img/pop/pop_btn4.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 auto;
}

/* 领取折扣券弹窗 */
.claimDiscount-pop .prompt-pop-content {
    width: 7.5rem;
    height: 6.08rem;
    background: url(../img/pop/pop_success.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.4rem 0.8rem 0.5rem;
}
.claimDiscount-pop .prompt-pop-content-box-roleInfoBox .roleInfo-pop-content-box_item {
    font-size: 0.28rem;
}
.claimDiscount-pop .prompt-pop-content-box-textBox-text {
    margin-bottom: 0.1rem;
    text-align: center;
    padding: 0 0.1rem;
}
.claimDiscount-pop .prompt-pop-content-box-btnBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.claimDiscount-pop .prompt-pop-content-box-btn-cancel {
    width: 2.49rem;
    height: 0.63rem;
    background: url(../img/pop/pop_btn6.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}
.claimDiscount-pop .prompt-pop-content-box-btn {
    width: 2.49rem;
    height: 0.63rem;
    background: url(../img/pop/pop_btn7.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0;
}

.registerTip-pop-content {
    width: 7.5rem;
    height: 6.08rem;
    background: url(../img/pop/pop_success.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.7rem 0 0.2rem;
    box-sizing: border-box;
}
.registerTip-pop-content-box-textBox {
    font-size: 0.24rem;
    color: #0E2079;
    padding: 0 0.8rem;
    text-align: center;
    margin-bottom: 0.2rem;
}
.registerTip-pop-content-box-btnBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}
.registerTip-pop-content-box-btnBox-btn-cancel {
    width: 2.49rem;
    height: 0.63rem;
    background: url(../img/pop/pop_btn6.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}
.registerTip-pop-content-box-btnBox-btn-download {
    width: 2.49rem;
    height: 0.63rem;
    background: url(../img/pop/pop_btn8.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}

/* 封禁角色提示弹窗 */
.banRoleTip-pop-content {
    width: 7.5rem;
    height: 4.1rem;
    background: url(../img/pop/pop_prompt.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.4rem 0.8rem 0.3rem;
    box-sizing: border-box;
}
.banRoleTip-pop-content-box {
    font-size: 0.28rem;
    text-align: center;
}
.banRoleTip-pop-content-box-highlightText {
    color: #e66222;
    margin-bottom: 0.15rem;
}
.banRoleTip-pop-content-box-text {
    color: #0E2079;
}
