: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_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: 5.46rem;
    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.26rem;
    color: #5E6CA7;
}
.login-pop-phoneInputBox {
    background: url(../img/pop/pop_phone.png) no-repeat center center;
    background-size: 100% 100%;
}
.login-pop-captchaInputBox {
    background: url(../img/pop/pop_code.png) no-repeat center center;
    background-size: 100% 100%;
}
.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-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;
    box-sizing: border-box;
    font-size: 0.2rem;
    color: #2D2D2D;
} */
.login-pop-captchaInputBox-captchaBtn {
    flex-shrink: 0;
    width: 1.15rem;
    height: 0.52rem;
    background: url(../img/pop/pop_codebtn.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}
.login-pop-captchaInputBox-countdownTimeBtn {
    flex-shrink: 0;
    width: 1.15rem;
    height: 0.52rem;
    background: url(../img/pop/pop_codebtn1.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    font-size: 0.28rem;
    line-height: 0.52rem;
    color: #55351E;
}
.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-linkBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-pop-content-box-linkBox-one {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    margin: 0 auto;
}
.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;
}
.login-pop-content-box-linkBox-accountLoginBtn {
    cursor: pointer;
    font-size: 0.22rem;
    color: #0E2079;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 0.05rem;
    margin: 0 0.3rem;
}

/* 当前账号信息弹窗 */
.currentAccountInfo-pop-content {
    width: 7.5rem;
    height: 5.46rem;
    background: url(../img/pop/pop_account.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.2rem 1rem 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.42rem;
    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: 6.87rem;
    height: 3.76rem;
    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.5rem;
    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.35rem 0.94rem 1rem 1.13rem;
    box-sizing: border-box;
}
.backpack-pop-content-tabBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 5.1rem;
    margin: 0 auto 0.4rem;
}
.backpack-pop-content-tabBox-item {
    position: relative;
    width: 2.25rem;
    height: 0.72rem;
    cursor: pointer;
}
.backpack-pop-content-tabBox-virtualReward {
    background: url(../img/pop/pop_periphery1.png) no-repeat center center;
    background-size: 100% 100%;
}
.backpack-pop-content-tabBox-item-virtualReward-active {
    background: url(../img/pop/pop_prop.png) no-repeat center center;
    background-size: 100% 100%;
}
.backpack-pop-content-tabBox-physicalReward {
    background: url(../img/pop/pop_prop1.png) no-repeat center center;
    background-size: 100% 100%;
}
.backpack-pop-content-tabBox-item-physicalReward-active {
    background: url(../img/pop/pop_periphery.png) no-repeat center center;
    background-size: 100% 100%;
}
.backpack-pop-content-tabBox-item-redDot {
    width: 0.64rem;
    height: 0.64rem;
    background: url(../img/red_dot1.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -0.35rem;
    right: -0.32rem;
}
.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: 4rem;
    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-rewardName2 {
    display: block;
    width: 50%;
    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%;
}
.backpack-pop-content-updateAddressBtn {
    width: 3.17rem;
    height: 0.8rem;
    background: url(../img/pop/pop_btn1.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 auto;
}

/* 地址填写弹窗 */
.address-pop-content {
    width: 7.5rem;
    height: 6.46rem;
    background: url(../img/pop/pop_address.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.56rem 0.96rem 0.5rem;
    box-sizing: border-box;
}
.address-pop-content-box_item {
    width: 5.57rem;
    height: 0.63rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.25rem;
    padding-left: 1.66rem;
    box-sizing: border-box;
}
.address-pop-content-box_item-addressName {
    background: url(../img/pop/pop_input1.png) no-repeat center center;
    background-size: 100% 100%;
}
.address-pop-content-box_item-addressPhoneNumber {
    background: url(../img/pop/pop_input2.png) no-repeat center center;
    background-size: 100% 100%;
}
.address-pop-content-box_item-area {
    background: url(../img/pop/pop_input3.png) no-repeat center center;
    background-size: 100% 100%;
}
.address-pop-content-box_item-address {
    background: url(../img/pop/pop_input4.png) no-repeat center center;
    background-size: 100% 100%;
}
/* .address-pop-label {
    width: 1.8rem;
    font-weight: 800;
    font-size: 0.37rem;
    color: #FFFFFF;
    text-align: center;
} */
.address-pop-value {
    width: 100%;
    height: 100%;
    flex: 1;
    padding: 0 0.3rem 0 0.2rem;
    box-sizing: border-box;
    font-size: 0.25rem;
    line-height: 0.63rem;
    color: #5E6CA7;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
}
/* .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.17rem;
    height: 0.8rem;
    background: url(../img/pop/pop_btn4.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 auto;
}

/* 选择角色弹窗 */
.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: 5.46rem;
    background: url(../img/pop/pop_success.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.5rem 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.1rem;
}
.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%;
}

/* 分享弹窗 */
.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.35rem;
    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: 6.87rem;
    height: 3.76rem;
    background: url(../img/pop/pop_prompt.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.5rem 0.55rem 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.29rem;
    color: #0E2079;
    margin-bottom: 0.25rem;
}
.prompt-pop-content-box-textBox-desc {
    font-size: 0.2rem;
    color: #0E52C2;
}
.prompt-pop-content-box-btn {
    width: 3.17rem;
    height: 0.79rem;
    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: 5.46rem;
    background: url(../img/pop/pop_success.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.3rem 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.1rem;
}
.claimDiscount-pop .prompt-pop-content-box-btn-cancel {
    width: 2.82rem;
    height: 0.71rem;
    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.82rem;
    height: 0.71rem;
    background: url(../img/pop/pop_btn7.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0;
}

/* 领取伙伴弹窗 */
.claimPartner-pop .prompt-pop-content {
    width: 7.5rem;
    height: 7.09rem;
    background: url(../img/recruit/pop/pop_success.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.8rem 0.65rem 1rem;
}
.claimPartner-pop .prompt-pop-content-box-roleInfoBox .roleInfo-pop-content-box_item {
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
}
.claimPartner-pop .prompt-pop-content-box-textBox-text {
    margin-bottom: 0.2rem;
    text-align: center;
    color: #FFF;
    padding: 0 0.4rem;
}
.claimPartner-pop .roleInfo-pop-content-box_item_label,
.claimPartner-pop .prompt-pop-content-box-textBox-desc {
    color: #FFF;
}
.claimPartner-pop .prompt-pop-content-box-btnBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.claimPartner-pop .prompt-pop-content-box-btn-cancel {
    width: 3.08rem;
    height: 1.27rem;
    background: url(../img/recruit/pop/pop_btn5.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}
.claimPartner-pop .prompt-pop-content-box-btn {
    width: 3.07rem;
    height: 1.27rem;
    background: url(../img/recruit/pop/pop_btn4.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0;
}

/* 领奖提示弹窗 */
.claimRewardTip-pop-content {
    width: 6.87rem;
    height: 3.76rem;
    background: url(../img/pop/pop_prompt.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.5rem 0.55rem 0.3rem;
    box-sizing: border-box;
}
.claimRewardTip-pop-content-box-text {
    font-size: 0.28rem;
    color: #0E2079;
    text-align: center;
    line-height: 0.44rem;
}
.claimRewardTip-pop-content-box-btn {
    width: 2.82rem;
    height: 0.71rem;
    background: url(../img/pop/pop_btn7.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0.2rem auto 0;
}

/* tab1-关闭按钮 */
.pop-close-tab1 {
    width: 0.71rem;
    height: 0.68rem;
    background: url(../img/recruit/pop/pop_close.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0.15rem;
    right: 0.15rem;
    cursor: pointer;
}
/* 抽卡动画弹窗 */
.drawCard-pop {
    background: rgba(0, 0, 0, 0.9);
}
.drawCard-pop-content {
    width: 7.5rem;
    height: 100vh;
}
.drawCard-pop-close {
    width: 4.49rem;
    height: 0.51rem;
    background: url(../img/recruit/pop/pop_close1.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: auto;
    bottom: 0.3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    cursor: pointer;
    animation: drawCard-pop-close-animation 0.5s ease-in-out infinite alternate;
}
@keyframes drawCard-pop-close-animation {
    0% {
        transform: translateX(-50%) scale(1);
    }
    100% {
        transform: translateX(-50%) scale(0.9);
    }
}
.drawCard-pop-content-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.drawCard-card {
    position: absolute;
    left: 50%;
    top: 50%;
    /* R / SR 默认尺寸，卡片中心对齐 */
    width: 2.26rem;
    height: 3.42rem;
    margin-left: -1.13rem;
    margin-top: -1.71rem;
    perspective: 12rem;
    transform: translate(0, 0);
    transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.drawCard-card.level-SSR {
    width: 3.36rem;
    height: 4.42rem;
    margin-left: -1.68rem;
    margin-top: -2.21rem;
}
.drawCard-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transform-origin: center center;
    transition: transform 0.6s ease;
}
.is-flip .drawCard-card-inner {
    transform: rotateY(180deg);
}
/* 正面铺满卡片；背面单独尺寸并居中 */
.drawCard-card-back,
.drawCard-card-front {
    position: absolute;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.drawCard-card-back {
    left: 50%;
    top: 50%;
    width: 2.26rem;
    height: 3.42rem;
    margin-left: -1.13rem;
    margin-top: -1.71rem;
    background: url(../img/recruit/pop/pop_cardbox.png) no-repeat center center;
    background-size: 100% 100%;
}
.drawCard-card-front {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.drawCard-card.level-R .drawCard-card-front {
    background-image: url(../img/recruit/pop/pop_r.png);
}
.drawCard-card.level-SR .drawCard-card-front {
    background-image: url(../img/recruit/pop/pop_sr.png);
}
.drawCard-card.level-SSR .drawCard-card-front {
    background-image: url(../img/recruit/pop/pop_ssr.png);
    overflow: visible;
}
/* 翻完压成平面，去糊且不再回弹 */
.is-done .drawCard-card {
    perspective: none;
}
.is-done .drawCard-card-inner {
    transform: none;
    transform-style: flat;
    transition: none;
}
.is-done .drawCard-card-back {
    visibility: hidden;
}
.is-done .drawCard-card-front {
    transform: none;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
}
/* 立绘 */
.drawCard-card-front img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    z-index: 1;
}
.drawCard-card.level-SSR .drawCard-card-front img {
    left: 0.55rem;
    top: 0.5rem;
    width: 2.26rem;
    height: 3.42rem;
}
.drawCard-card-front-text {
    position: absolute;
    left: 0.32rem;
    bottom: 0;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    color: #FFF;
}
.drawCard-card-front-text-ssr {
    left: 0.88rem;
    bottom: 0.5rem;
}
/* 展开：四角 + 中间 */
.is-spread .drawCard-card.pos-0,
.is-flip .drawCard-card.pos-0 { transform: translate(-1.9rem, -4.1rem); }
.is-spread .drawCard-card.pos-1,
.is-flip .drawCard-card.pos-1 { transform: translate(1.9rem, -4.1rem); }
.is-spread .drawCard-card.pos-2,
.is-flip .drawCard-card.pos-2 { transform: translate(0, 0); }
.is-spread .drawCard-card.pos-3,
.is-flip .drawCard-card.pos-3 { transform: translate(-1.9rem, 4.1rem); }
.is-spread .drawCard-card.pos-4,
.is-flip .drawCard-card.pos-4 { transform: translate(1.9rem, 4.1rem); }

/* 伙伴弹窗 */
.partner-pop-content {
    width: 7.5rem;
    height: 12.79rem;
    background: url(../img/recruit/pop/pop_showbox.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.6rem 0.5rem 0.8rem 0.65rem;
    box-sizing: border-box;
}
.partner-pop-content-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.partner-pop-content-tabBox {
    flex-shrink: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.32rem;
}
.partner-pop-content-tabBox-item {
    position: relative;
    width: 0.9rem;
    height: 0.41rem;
    background: url(../img/recruit/pop/pop_tab.png) no-repeat center center;
    background-size: 100% 100%;
    line-height: 0.41rem;
    text-align: center;
    font-weight: 800;
    font-size: 0.24rem;
    cursor: pointer;
    margin-right: 0.2rem;
}
.partner-pop-content-tabBox-item-1 {
    color: #fff;
}
.partner-pop-content-tabBox-item-2 {
    color: #FFD52D;
}
.partner-pop-content-tabBox-item-3 {
    color: #FFD52D;
}
.partner-pop-content-tabBox-item-4 {
    color: #CC41FF;
}
.partner-pop-content-tabBox-item-5 {
    color: #5595FF;
}
.partner-pop-content-tabBox-item.partner-pop-content-tabBox-item-active::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/recruit/pop/pop_tab1.png) no-repeat center center;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 1;
}
.partner-pop-content-tabBox-item span {
    position: relative;
    z-index: 2;
}
.partner-pop-content-listBox {
    flex: 1;
    min-height: 0;
    width: 100%;
    overflow-y: auto;
    box-sizing: border-box;
}
.partner-pop-content-listBox-recruitedBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0.2rem;
    margin-bottom: 0.25rem;
    box-sizing: border-box;
}
.partner-pop-content-listBox-recruitedBox-select {
    width: 0.36rem;
    height: 0.26rem;
    background: url(../img/recruit/pop/pop_select.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}
.partner-pop-content-listBox-recruitedBox-select-active {
    background: url(../img/recruit/pop/pop_select1.png) no-repeat center center;
    background-size: 100% 100%;
}
.partner-pop-content-listBox-recruitedBox-text {
    width: 1.11rem;
    height: 0.36rem;
    background: url(../img/recruit/pop/pop_recruited.png) no-repeat center center;
    background-size: 100% 100%;
    margin-left: 0.1rem;
}
.partner-pop-content-listBox-avatarBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
}
.partner-pop-content-listBox-avatarBox-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.3rem;
}
.partner-pop-content-listBox-avatarBox-item-img {
    position: relative;
    width: 1.83rem;
    height: 1.81rem;
    cursor: pointer;
}
.partner-pop-content-listBox-avatarBox-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.partner-pop-content-listBox-avatarBox-item-img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/recruit/pop/pop_showbox1.png) no-repeat center center;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 1;
}
/* 未拥有蒙层；拥有后通过 -active 去掉 */
.partner-pop-content-listBox-avatarBox-item-img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/recruit/pop/pop_showbox1_1.png) no-repeat center center;
    background-size: 100% 100%;
    pointer-events: none;
}
.partner-pop-content-listBox-avatarBox-item-img-active::after {
    display: none;
}
.partner-pop-content-listBox-avatarBox-item-check {
    position: absolute;
    right: 0.12rem;
    top: 0.2rem;
    width: 0.36rem;
    height: 0.26rem;
    background: url(../img/recruit/pop/pop_select.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 3;
}
.partner-pop-content-listBox-avatarBox-item-checked {
    background: url(../img/recruit/pop/pop_select1.png) no-repeat center center;
    background-size: 100% 100%;
}
/* 未拥有用淡色底板，拥有后换正常底板（不盖字） */
.partner-pop-content-listBox-avatarBox-item-name {
    width: 1.67rem;
    height: 0.49rem;
    background: url(../img/recruit/pop/pop_showname1.png) no-repeat center center;
    background-size: 100% 100%;
    padding-left: 0.15rem;
    box-sizing: border-box;
    font-size: 0.21rem;
    line-height: 0.49rem;
    text-align: center;
    color: #FFF1E9;
}
.partner-pop-content-listBox-avatarBox-item-name-active {
    background-image: url(../img/recruit/pop/pop_showname.png);
}
.partner-pop-content-btn {
    flex-shrink: 0;
    width: 3.43rem;
    height: 1.28rem;
    background: url(../img/recruit/pop/pop_partner.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin-top: 0.2rem;
}

/* 封禁角色提示弹窗 */
.banRoleTip-pop-content {
    width: 6.87rem;
    height: 3.76rem;
    background: url(../img/pop/pop_prompt.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.5rem 0.55rem 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.2rem;
}
.banRoleTip-pop-content-box-text {
    color: #0E2079;
}

/* tab1-封禁角色提示弹窗 */
.banRoleTip-pop-tab1 .banRoleTip-pop-content {
    width: 7.5em;
    height: 5.14rem;
    background: url(../img/recruit/pop/pop_prompt.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.85rem 0.8rem 0.3rem;
}
.banRoleTip-pop-tab1 .banRoleTip-pop-content-box-highlightText {
    color: #e66222;
}
.banRoleTip-pop-tab1 .banRoleTip-pop-content-box-text {
    color: #fff;
}

/* tab1-一键加群弹窗 */
.addGroup-pop-tab1 .addGroup-pop-content {
    width: 7.5rem;
    height: 5.88rem;
    background: url(../img/recruit/pop/pop_joinbox.png) no-repeat center center;
    background-size: 100% 100%;
}

/* tab1-活动规则弹窗 */
.rules-pop-tab1 .rules-pop-content {
    width: 7.5rem;
    height: 10.29rem;
    background: url(../img/recruit/pop/pop_rulebox.png) no-repeat center center;
    background-size: 100% 100%;
    padding-bottom: 1.3rem;
}
.rules-pop-tab1 .rules-pop-content-box {
    color: #F8F5F6;
}
.rules-pop-tab1 .rules-pop-content-box_item_title {
    color: #e7af12;
}
.rules-pop-tab1 .rules-pop-content-box_item_specialTitle {
    color: #00b8ff;
}

/* tab1-分享弹窗 */
.share-pop-tab1 .share-pop-content-box-tips {
    bottom: 2.7rem;
}
.share-pop-tab1 .share-pop-copy {
    width: 3.7rem;
    height: 1.27rem;
    background: url(../img/recruit/pop/pop_btn2.png) no-repeat center center;
    background-size: 100% 100%;
    bottom: 1.5rem;
}

/* tab1-登录弹窗 */
.login-pop-tab1 .login-pop-content {
    width: 7.5rem;
    height: 5.88rem;
    background: url(../img/recruit/pop/pop_loginbox.png) no-repeat center center;
    background-size: 100% 100%;

}
.login-pop-close-tab1 {
    width: 0.71rem;
    height: 0.68rem;
    background: url(../img/recruit/pop/pop_close.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0.15rem;
    right: 0.15rem;
    cursor: pointer;
}
.login-pop-tab1 .login-pop-input::placeholder {
    color: #4E4E4E;
}
.login-pop-tab1 .login-pop-phoneInputBox {
    background: url(../img/recruit/pop/pop_phone.png) no-repeat center center;
    background-size: 100% 100%;
}
.login-pop-tab1 .login-pop-captchaInputBox {
    background: url(../img/recruit/pop/pop_code.png) no-repeat center center;
    background-size: 100% 100%;
}
.login-pop-tab1 .login-pop-userNameInputBox {
    background: url(../img/recruit/pop/pop_username.png) no-repeat center center;
    background-size: 100% 100%;
}
.login-pop-tab1 .login-pop-passwordInputBox {
    background: url(../img/recruit/pop/pop_password.png) no-repeat center center;
    background-size: 100% 100%;
}
.login-pop-tab1 .login-pop-captchaInputBox-captchaBtn {
    width: 1.02rem;
    height: 0.61rem;
    background: url(../img/recruit/pop/pop_codebtn.png) no-repeat center center;
    background-size: 100% 100%;
    margin-bottom: 0.01rem;
}
.login-pop-tab1 .login-pop-captchaInputBox-countdownTimeBtn {
    width: 1.02rem;
    height: 0.61rem;
    background: url(../img/recruit/pop/pop_codebtn1.png) no-repeat center center;
    background-size: 100% 100%;
    line-height: 0.61rem;
    color: #F8F5F6;
}
.login-pop-tab1 .login-pop-content-box-agreementBox {
    color: #FFF;
    margin-bottom: 0;
}
.login-pop-tab1 .login-pop-content-box-agreementBox-chooseAgreement {
    background: url(../img/recruit/pop/pop_selected.png) no-repeat center center;
    background-size: 100% 100%;
}
.login-pop-tab1 .login-pop-content-box-agreementBox-chooseAgreement-active {
    background: url(../img/recruit/pop/pop_selected1.png) no-repeat center center;
    background-size: 100% 100%;
}
.login-pop-tab1 .login-pop-content-box-agreementBox,
.login-pop-tab1 .login-pop-content-box-agreementBox-chooseAgreement-link,
.login-pop-tab1 .login-pop-content-box-linkBox-accountLoginBtn,
.login-pop-tab1 .login-pop-content-box-linkBox-link {
    color: #FFF;
}
.login-pop-tab1 .login-pop-content-box-loginBtn {
    width: 3.07rem;
    height: 1.27rem;
    background: url(../img/recruit/pop/pop_login.png) no-repeat center center;
    background-size: 100% 100%;
    margin-bottom: 0;
}

/* tab1-当前账号信息弹窗 */
.currentAccountInfo-pop-tab1 .currentAccountInfo-pop-content {
    width: 7.5rem;
    height: 7.08rem;
    background: url(../img/recruit/pop/pop_account.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.5rem 1rem 2.1rem;
}
.currentAccountInfo-pop-tab1 .currentAccountInfo-pop-content-box-text {
    color: #FFF;
}
.currentAccountInfo-pop-tab1 .currentAccountInfo-pop-content-box-btn {
    width: 3.07rem;
    height: 1.27rem;
    background: url(../img/recruit/pop/pop_btn3.png) no-repeat center center;
    background-size: 100% 100%;
}

/* tab1-助力成功弹窗 */
.assistSuccess-pop-tab1 .assistSuccess-pop-content {
    width: 7.5rem;
    height: 5.14rem;
    background: url(../img/recruit/pop/pop_prompt.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.5rem 0.8rem 1.9rem;
}
.assistSuccess-pop-tab1 .assistSuccess-pop-content-box-textBox {
    color: #FFF;
}
.assistSuccess-pop-tab1 .assistSuccess-pop-content-btn {
    width: 3.07rem;
    height: 1.28rem;
    background: url(../img/recruit/pop/pop_btn6.png) no-repeat center center;
    background-size: 100% 100%;
}

/* tab1-背包/奖励弹窗 */
.backpack-pop-tab1 .backpack-pop-content {
    width: 7.5rem;
    height: 12.79rem;
    background: url(../img/recruit/pop/pop_prizebox.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.7rem 0.8rem 1.15rem 1.2rem;
}
.backpack-pop-tab1 .backpack-pop-content-tabBox-item-virtualReward-active {
    width: 2.89rem;
    height: 0.68rem;
    background: url(../img/recruit/pop/pop_prop.png) no-repeat center center;
    background-size: 100% 100%;
}
.backpack-pop-tab1 .backpack-pop-content-listTitle {
    color: #F8F5F6;
    margin-bottom: 0.5rem;
}
.backpack-pop-tab1 .backpack-pop-content-listBox {
    height: 7.8rem;
}
.backpack-pop-tab1 .backpack-pop-content-listBox-item {
    color: #F8F5F6;
}
.backpack-pop-tab1 .backpack-pop-content-listBox-item-btn-completed {
    width: 1.09rem;
    height: 0.48rem;
    background: url(../img/recruit/pop/pop_claim2.png) no-repeat center center;
    background-size: 100% 100%;
}
/* tab1-选择角色弹窗 */
.roleList-pop-tab1 .roleList-pop-content {
    width: 7.5rem;
    height: 10.69rem;
    background: url(../img/recruit/pop/pop_character.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.4rem 0.8rem 2rem;
}
.roleList-pop-tab1 .roleList-pop-content-btn {
    width: 3.08rem;
    height: 1.27rem;
    background: url(../img/recruit/pop/pop_btn4.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 0;
}

/* tab1-角色信息提示弹窗 */
.roleInfo-pop-tab1 .roleInfo-pop-content {
    width: 7.5rem;
    height: 7.09rem;
    background: url(../img/recruit/pop/pop_success.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 2rem 1.2rem 1.2rem;
}
.roleInfo-pop-tab1 .roleInfo-pop-content-box_title,
.roleInfo-pop-tab1 .roleInfo-pop-content-box_item_label {
    color: #FFF;
}
.roleInfo-pop-tab1 .roleInfo-pop-content-box_item {
    margin-bottom: 0.2rem;
}
.roleInfo-pop-tab1 .roleInfo-pop-content-box_confirmBtn {
    width: 3.07rem;
    height: 1.27rem;
    background: url(../img/recruit/pop/pop_btn4.png) no-repeat center center;
    background-size: 100% 100%;
}

/* tab1-领奖提示弹窗 */
.claimRewardTip-pop-tab1 .claimRewardTip-pop-content {
    width: 7.5rem;
    height: 5.14rem;
    background: url(../img/recruit/pop/pop_prompt.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.7rem 0.85rem 0.7rem;
}
.claimRewardTip-pop-tab1 .claimRewardTip-pop-content-box-text {
    font-size: 0.35rem;
    color: #FFF;
}
.claimRewardTip-pop-tab1 .claimRewardTip-pop-content-box-btn {
    width: 3.08rem;
    height: 1.27rem;
    background: url(../img/recruit/pop/pop_btn4.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0.2rem auto 0;
}