: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.9rem;
    height: 0.91rem;
    background: url(../img/pop/pop_close.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: -1.05rem;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

/* 规则弹窗 */
.rules-pop-content {
    width: 9.56rem;
    height: 13.23rem;
    background: url(../img/pop/pop_rules.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 2.7rem 0.4rem 1.1rem;
    box-sizing: border-box;
}
.rules-pop-content-box {
    width: 100%;
    height: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
    font-size: 0.36rem;
    color: #DEC068;
    overflow: auto;
    word-wrap: break-word;
    word-break: break-all;
}
.rules-pop-content-box_item {
    margin-bottom: 0.2rem;
}
.rules-pop-content-box_item_title {
    font-weight: bold;
    font-size: 0.4rem;
    color: #fff;
    margin-bottom: 0.15rem;
}
.rules-pop-content-box_item_specialTitle {
    color: #2ed7ff;
    margin-bottom: 0.15rem;
}
.rules-pop-content-box_item_text {
    line-height: 1.7;
}
.rules-pop-content-box_item_text_num {
    
}
.rules-pop-content-box_item_text_red {
    color: #F2E449;
}
.rules-pop-content-box_item_table {
    
}
.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);
    text-shadow: var(--text-shadow-default);
    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: 9.56rem;
    height: 8.71rem;
    background: url(../img/pop/pop_log.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 2.3rem 0.7rem 0.2rem;
    box-sizing: border-box;
}
.login-pop-content-box-inputBox {
    height: 2.15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-pop-content-box-inputBox-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.22rem;
}
.login-pop-content-box-inputBox-longInputBox {
    width: 8.08rem;
    height: 0.85rem;
    background: url(../img/pop/pop_input.png) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-pop-content-box-inputBox-shortInputBox {
    width: 6.16rem;
    height: 0.85rem;
    background: url(../img/pop/pop_input1.png) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-pop-content-box-inputBox-longInputBox-label,
.login-pop-content-box-inputBox-shortInputBox-label {
    width: 1.8rem;
    font-size: 0.37rem;
    font-weight: 800;
    color: #fff;
    text-align: center;
}
.login-pop-content-box-inputBox-longInputBox-input,
.login-pop-content-box-inputBox-shortInputBox-input {
    width: 100%;
    height: 100%;
    flex: 1;
    padding: 0 0.3rem 0 0.8rem;
    box-sizing: border-box;
    font-size: 0.35rem;
    color: #82807F;
}
.login-pop-content-box-inputBox-shortInputBox-captchaBtn {
    width: 1.87rem;
    height: 0.87rem;
    background: url(../img/pop/pop_code1.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    font-weight: bold;
    font-size: 0.35rem;
    color: #fff;
    line-height: 0.87rem;
    text-align: center;
}
.login-pop-content-box-agreementBox {
    width: 8.15rem;
    height: 0.62rem;
    line-height: 0.62rem;
    background: url(../img/pop/pop_agreement.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 0.3rem;
    color: #DEC068;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.22rem;
}
.login-pop-content-box-agreementBox-chooseAgreement {
    width: 0.35rem;
    height: 0.34rem;
    background: url(../img/pop/pop_icon.png) no-repeat center center;
    background-size: 100% 100%;
    margin-right: 0.2rem;
    cursor: pointer;
}
.login-pop-content-box-agreementBox-chooseAgreement-active {
    background: url(../img/pop/pop_icon1.png) no-repeat center center;
    background-size: 100% 100%;
}
.login-pop-content-box-agreementBox-chooseAgreement-link {
    color: #DEC068;
    cursor: pointer;
}
.login-pop-content-box-linkBox {
    width: 100%;
    height: 0.5rem;
    margin-bottom: 0.35rem;
    padding-right: 0.15rem;
    box-sizing: border-box;
}
.login-pop-content-box-linkBox-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.login-pop-content-box-linkBox-link {
    font-size: 0.3rem;
    color: #DEC068;
    margin-left: 0.5rem;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 0.1rem;
}
.login-pop-content-box-btnBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-pop-content-box-btnBox-loginBtn {
    width: 3.52rem;
    height: 1rem;
    background: url(../img/pop/pop_login.png) no-repeat center center;
    background-size: 100% 100%;
    margin-bottom: 0.3rem;
    cursor: pointer;
}
.login-pop-content-box-btnBox-accountLoginBtn {
    width: 2.5rem;
    height: 0.69rem;
    cursor: pointer;
    font-size: 0.35rem;
    color: #DEC068;
    border-radius: 0.34rem;
    border: 0.02rem solid #DEC068;
    line-height: 0.69rem;
    text-align: center;
}

/* 当前账号信息弹窗 */
.currentAccountInfo-pop-content {
    width: 9.56rem;
    height: 8.71rem;
    background: url(../img/pop/pop_account.png) no-repeat center center;
    background-size: 100% 100%;
}
.currentAccountInfo-pop-content-box {
    width: 100%;
    padding: 0 1.2rem;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.currentAccountInfo-pop-content-box-text {
    font-size: 0.5rem;
    color: #FFFFFF;
}
.currentAccountInfo-pop-content-box-btn {
    width: 3.52rem;
    height: 1rem;
    background: url(../img/pop/pop_out.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
}

/* 助力成功弹窗 */
.assistSuccess-pop-content {
    width: 9.56rem;
    height: 7.73rem;
    background: url(../img/pop/pop_support.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 2.8rem 0 0;
    box-sizing: border-box;
}
.assistSuccess-pop-content-box-textBox {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.assistSuccess-pop-content-box-textBox-text {
    font-weight: bold;
    font-size: 0.6rem;
    color: #DEC068;
}
.assistSuccess-pop-content-box-btn {
    width: 3.52rem;
    height: 1rem;
    background: url(../img/pop/pop_support1.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 auto;
}

/* 背包/奖励弹窗 */
.backpack-pop-content {
    width: 9.56rem;
    height: 13.23rem;
    background: url(../img/pop/pop_receive2.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 2.3rem 0.7rem 0.9rem;
    box-sizing: border-box;
}
.backpack-pop-content-tabBox {
    width: 8.08rem;
    height: 0.84rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.backpack-pop-content-tabBox1 {
    background: url(../img/pop/pop_tab.png) no-repeat center center;
    background-size: 100% 100%;
}
.backpack-pop-content-tabBox2 {
    background: url(../img/pop/pop_tab1.png) no-repeat center center;
    background-size: 100% 100%;
}
.backpack-pop-content-tabBox-item {
    width: 50%;
    font-weight: 800;
    font-size: 0.37rem;
    color: #87201F;
    text-align: center;
    cursor: pointer;
}
.backpack-pop-content-tabBox-item-active {
    color: #fff;
}
.backpack-pop-content-listTitle {
    width: 8.08rem;
    height: 1.25rem;
    padding: 0 0.4rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.6rem;
    border-bottom: 0.03rem solid #F46D31;
}
.backpack-pop-content-listTitle-text {
    font-weight: 800;
    font-size: 0.35rem;
    color: #FFFFFF;
    text-align: center;
}
.backpack-pop-content-listTitle-checkRoleBtn {
    width: 1.47rem;
    font-weight: 800;
    font-size: 0.35rem;
    color: #ff8d41;
    text-align: center;
    cursor: pointer;
    border-bottom: 0.01rem solid #ff8d41;
}
.backpack-pop-content-listTitle-checkRoleBtn-hidden {
    visibility: hidden;
    pointer-events: none;
}
.backpack-pop-content-listBox {
    width: 100%;
    height: 6.3rem;
    padding: 0 0.2rem 0 0.4rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    margin-bottom: 0.3rem;
}
.backpack-pop-content-listBox-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}
.backpack-pop-content-listBox-item-rewardName1 {
    font-weight: bold;
    font-size: 0.3rem;
    color: #DEC068;
    text-align: left;
    display: block;
    width: 2rem;
}
.backpack-pop-content-listBox-item-rewardName2 {
    font-weight: bold;
    font-size: 0.3rem;
    color: #DEC068;
    text-align: left;
    display: block;
    width: 3.8rem;
}
.backpack-pop-content-listBox-item-time {
    font-weight: bold;
    font-size: 0.3rem;
    color: #DEC068;
    text-align: center;
}
.backpack-pop-content-listBox-item-btn {
    display: block;
    width: 1.87rem;
    height: 0.67rem;
    background: url(../img/pop/pop_receive.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}
.backpack-pop-content-listBox-item-btn-completed {
    display: block;
    width: 1.87rem;
    height: 0.67rem;
    background: url(../img/pop/pop_receive1.png) no-repeat center center;
    background-size: 100% 100%;
}
.backpack-pop-content-updateAddressBtn {
    width: 3.52rem;
    height: 1rem;
    background: url(../img/pop/pop_addressbtn.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 auto;
}

/* 地址填写弹窗 */
.address-pop-content {
    width: 9.56rem;
    height: 13.23rem;
    background: url(../img/pop/pop_address.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 3rem 0.7rem 0.9rem;
    box-sizing: border-box;
}
.address-pop-content-box_item {
    width: 8.08rem;
    height: 0.85rem;
    background: url(../img/pop/pop_input.png) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}
.address-pop-label {
    width: 1.8rem;
    font-weight: 800;
    font-size: 0.37rem;
    color: #FFFFFF;
    text-align: center;
}
.address-pop-value {
    width: 100%;
    height: 0.85rem;
    line-height: 0.85rem;
    flex: 1;
    padding: 0 0.3rem 0 0.8rem;
    box-sizing: border-box;
    font-size: 0.35rem;
    color: #82807F;
}
.address-pop-content-box-detailAddress {
    width: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
    font-size: 0.35rem;
    color: #FFFFFF;
    margin-bottom: 0.6rem;
    display: flex;
}
.address-pop-content-box-detailAddress-label {
    width: 2rem;
}
.address-pop-content-box-detailAddress-value {
    flex: 1;
    max-height: 2rem;
    overflow-y: auto;
}
.address-pop-content-box-btnBox {
    width: 3.52rem;
    height: 1rem;
    background: url(../img/pop/pop_btn.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 auto;
}

/* 选择角色弹窗 */
.roleList-pop-content {
    width: 9.56rem;
    height: 13.23rem;
    background: url(../img/pop/pop_role.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 2.6rem 0.7rem 2rem;
    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.2rem;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto-fill, 3.3rem);
    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.4rem;
    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.35rem;
    color: #fff;
    text-shadow: var(--text-shadow-default);
    margin-bottom: 0.1rem;
}
.roleList-pop-content-box_item_line_text {
    width: 85%;
    height: 0.5rem;
    line-height: 0.5rem;
    background: #706C65;
    border-radius: 0.25rem;
    font-size: 0.35rem;
    color: #FFFFFF;
    text-shadow: var(--text-shadow-default);
    padding-left: 0.25rem;
}
.roleList-pop-content-btn {
    width: 3.52rem;
    height: 1rem;
    background: url(../img/pop/pop_btn.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}
.roleList-pop-content-btn-img {
    width: 100%;
    height: 100%;
}

/* 角色信息提示弹窗 */
.roleInfo-pop-content {
    width: 9.56rem;
    height: 7.73rem;
    background: url(../img/pop/pop_prompt.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 2.5rem 0.7rem 2rem;
    box-sizing: border-box;
}
.roleInfo-pop-content-box_title {
    font-size: 0.55rem;
    color: #fff;
    text-shadow: var(--text-shadow-default);
    text-align: center;
    margin-bottom: 0.3rem;
}
.roleInfo-pop-content-box_item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.4rem;
    margin-bottom: 0.15rem;
}
.roleInfo-pop-content-box_item_label {
    width: 3.8rem;
    color: #fff;
    text-shadow: var(--text-shadow-default);
    text-align: right;
    margin-right: 0.2rem;
}
.roleInfo-pop-content-box_item_text {
    flex: 1;
    color: #DEC068;
    text-shadow: var(--text-shadow-default);
}
.roleInfo-pop-content-box_confirmBtn {
    width: 3.52rem;
    height: 1rem;
    background: url(../img/pop/pop_btn.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    transform: translateX(-50%);
}

/* 一键加群弹窗 */
.addGroup-pop-content {
    width: 9.56rem;
    height: 7.38rem;
    background: url(../img/pop/pop_qrcode.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.5rem; /* 为底部操作栏预留空间 */
}
.share-pop-close {
    width: 0.9rem;
    height: 0.91rem;
    background: url(../img/pop/pop_close.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -0.1rem;
    right: 0.1rem;
    cursor: pointer;
}
.share-pop-copy {
    width: 3.52rem;
    height: 1rem;
    background: url(../img/pop/pop_copy.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.share-pop-content-box-tips {
    width: 7.5rem;
    font-size: 0.46rem;
    font-weight: bold;
    text-shadow: var(--text-shadow-default);
    color: #DEC068;
    text-align: center;
    letter-spacing: 0.2em;
    position: absolute;
    /* bottom: 4.9rem; */
    bottom: 1.9rem;
    left: 50%;
    transform: translateX(-50%);
}
.share-pop-content-box {
    visibility: hidden;
    position: relative;
}
.share-pop-content-box-userInfo {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 2.87rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.24rem;
    color: #DEC068;
}
.share-pop-content-box-userInfo-userName {
    font-size: 0.23rem;
    color: #fff;
}
#qrcode-container {
    width: 1.93rem;
    height: 1.93rem;
    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.62rem;
    right: 0.7rem;
}
#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;
}
/* 分享弹窗底部操作栏 */
.share-pop-bottom-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 10.8rem;
    max-height: 4.5rem;
    margin: 0 auto;
    background: #fff;
    padding: 0.6rem 0.8rem 0.6rem;
    z-index: 1000;
    box-sizing: border-box;
    border-radius: 0.5rem 0.5rem 0 0;
}
.share-pop-bottom-actions-btnBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 0.4rem;
}
.share-pop-bottom-actions-btnBox-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.share-pop-bottom-actions-btnBox-item-icon {
    width: 1.14rem;
    height: 1.14rem;
    cursor: pointer;
}
.share-pop-bottom-actions-btnBox-item-icon-copy {
    background: url(../img/pop/link.png) no-repeat center center;
    background-size: 100% 100%;
}
.share-pop-bottom-actions-btnBox-item-icon-save {
    background: url(../img/pop/save.png) no-repeat center center;
    background-size: 100% 100%;
}
.share-pop-bottom-actions-btnBox-item-text {
    font-size: 0.4rem;
    color: #000;
    margin-top: 0.1rem;
}
.share-pop-bottom-actions-closeBtn {
    width: 100%;
    height: 1rem;
    background: #8b8b8b;
    border-radius: 0.5rem;
    text-align: center;
    line-height: 1rem;
    font-size: 0.5rem;
    color: #fff;
    cursor: pointer;
}
