[v-cloak] {
    display: none;
}
:root {
    --text-shadow-white:
        0.02rem 0.02rem 0 #FFFFFF,
        0.02rem -0.02rem 0 #FFFFFF,
        -0.02rem -0.02rem 0 #FFFFFF,
        -0.02rem 0.02rem 0 #FFFFFF,
        0.02rem 0 0 #FFFFFF,
        -0.02rem 0 0 #FFFFFF,
        0 0.02rem 0 #FFFFFF,
        0 -0.02rem 0 #FFFFFF;
}
input {
    border-radius: 0;
    background: transparent;
    border: none;
    outline: none;
}
input::placeholder {
    font-size: 0.35rem;
    font-weight: bold;
    color: #82807F;
}
#app {
    width: 7.5rem;
    margin: 0 auto;
    font-family: 'Source Han Serif CN';
}
.pc {
    width: 100vw;
    height: 100vh;
    background: url(../img/bj.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
}

.container {
    position: relative;
    top: 0;
    left: 0;
}

.top {
    width: 7.5rem;
    height: 0.87rem;
    background: url(../img/top_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* position: fixed;
    top: 0;
    z-index: 100; */
}
.top-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.24rem;
    color: #fff;
    margin-left: 0.21rem;
}
.top-left-loginBtn {
    width: 1.28rem;
    height: 0.39rem;
    background: url(../img/top_login.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}
.top-left-icon {
    display: inline-block;
    width: 0.5rem;
    height: 0.36rem;
    background: url(../img/top_back.png) no-repeat center center;
    background-size: 100% 100%;
}
.top-left-textBtn {
    cursor: pointer;
}
.top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top-right-btn {
    width: 1.58rem;
    height: 0.38rem;
    margin-right: 0.15rem;
}
.top-right-website {
    background: url(../img/top_home.png) no-repeat center center;
    background-size: 100% 100%;
}
.top-right-download {
    background: url(../img/top_download.png) no-repeat center center;
    background-size: 100% 100%;
}

.floatBtnBox {
    position: sticky;
    top: 1.9rem;
    right: 0;
    z-index: 100;
}
.floatBtn {
    width: 0.89rem;
    height: 2.24rem;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.floatBtn-tab1 {
    width: 0.74rem;
    height: 2.26rem;
}
.float_reward {
    background: url(../img/float_reward.png) no-repeat center center;
    background-size: 100% 100%;
}
.float_reward-tab1 {
    background: url(../img/recruit/float_reward.png) no-repeat center center;
    background-size: 100% 100%;
}
.float_rule {
    background: url(../img/float_rule.png) no-repeat center center;
    background-size: 100% 100%;
    top: 2.3rem;
}
.float_rule-tab1 {
    background: url(../img/recruit/float_rule.png) no-repeat center center;
    background-size: 100% 100%;
}
.float_hoin {
    background: url(../img/float_hoin.png) no-repeat center center;
    background-size: 100% 100%;
    top: 4.6rem;
}
.float_hoin-tab1 {
    background: url(../img/recruit/float_hoin.png) no-repeat center center;
    background-size: 100% 100%;
}
.floatBtn-redDot {
    width: 0.64rem;
    height: 0.64rem;
    background: url(../img/red_dot2.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -0.1rem;
    left: -0.16rem;
}


.page {
    position: relative;
}



/* 主内容 */
.page1 {
    width: 7.5rem;
    height: 12.13rem;
    background: url(../img/page1_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.page1-content {
    position: absolute;
    bottom: 0rem;
    left: 50%;
    transform: translateX(-50%);
    height: 2.8rem;
}
.page1-btnBox {
    height: 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page1-btn {
    width: 3.17rem;
    height: 0.8rem;
    cursor: pointer;
    margin: 0 auto;
}
.page1-claimBtn {
    background: url(../img/page1_invitation.png) no-repeat center center;
    background-size: 100% 100%;
}
.page1-claimCompletedBtn {
    background: url(../img/page1_completed.png) no-repeat center center;
    background-size: 100% 100%;
}
.page1-assistBtn {
    background: url(../img/page1_assistance.png) no-repeat center center;
    background-size: 100% 100%;
}
/* .page1-userNum {
    height: 0.5rem;
    line-height: 0.5rem;
    font-weight: bold;
    font-size: 0.4rem;
    color: #FFFFFF;
    text-align: center;
} */
.page1-textTips {
    width: 5.5rem;
    font-weight: 500;
    font-size: 0.24rem;
    color: #3B0B0B;
    text-shadow: 0.07rem 0.03rem 0.13rem #FFFFFF;
    margin: 0.1rem auto 0;
    text-align: center;
}

.page2 {
    width: 7.5rem;
    height: 13.17rem;
    background: url(../img/page2_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    margin-top: -0.03rem;
    padding-top: 2.4rem;
    box-sizing: border-box;
}
.page2-content {
    width: 100%;
    font-weight: bold;
}
.page2-content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.55rem;
    box-sizing: border-box;
}
.page2-content-top-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 3.15rem;
    height: 0.63rem;
    background: url(../img/page2_box.png) no-repeat center center;
    background-size: 100% 100%;
    padding-left: 0.15rem;
    box-sizing: border-box;
}
.page2-content-top-left-text {
    display: block;
    font-size: 0.2rem;
    color: #EDFBFF;
    margin-bottom: 0.05rem;
}
.page2-content-top-left-desc {
    display: block;
    font-size: 0.17rem;
    color: #8DC0FF;
}
.page2-content-top-right {
    width: 1.99rem;
    height: 0.47rem;
    background: url(../img/page2_box1.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 0.47rem;
    font-size: 0.21rem;
    color: #F7F2C7;
}
.page2-content-box {
    width: 7.5rem;
    height: 9.75rem;
    background: url(../img/page2_box2.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0.18rem auto 0;
    padding-top: 0.9rem;
    box-sizing: border-box;
}
.page2-content-box-itemBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.65rem 0.35rem;
}
.page2-content-box-item {
    position: relative;
}
.page2-content-box-item-tipBox {
    position: absolute;
    top: -0.45rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1.25rem;
    height: 0.32rem;
    background: url(../img/page2_btn.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 0.32rem;
    font-size: 0.17rem;
    color: #E5E9FF;
}
.page2-content-box-item-img {
    width: 1.73rem;
    height: 1.73rem;
    object-fit: cover;
    margin-bottom: 0.18rem;
}
.page2-content-box-item-text {
    width: 1.72rem;
    height: 0.43rem;
    background: url(../img/page2_btn2.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 0.43rem;
    font-size: 0.19rem;
    color: #FFF7D5;
}
.page2-content-box-item-text-active {
    background: url(../img/page2_btn1.png) no-repeat center center;
    background-size: 100% 100%;
}
.page2-content-claimDiscountBtn {
    width: 5.8rem;
    height: 0.81rem;
    background: url(../img/page2_btn3.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0.4rem auto 0.2rem;
    cursor: pointer;
}
.page2-content-claimDiscountBtn-completed {
    background: url(../img/page2_btn3_1.png) no-repeat center center;
    background-size: 100% 100%;
}
.page2-content-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    color: #B0E5FF;
    text-align: center;
    margin: 0 auto 0.2rem;
}
.page2-content-shareBtn {
    width: 3.17rem;
    height: 0.8rem;
    background: url(../img/page2_btn4.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto;
    cursor: pointer;
}

.page3 {
    width: 7.5rem;
    height: 10.34rem;
    background: url(../img/page3_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    margin-top: -0.02rem;
    padding-top: 2.8rem;
    box-sizing: border-box;
}
.page3-content {
    width: 100%;
    font-weight: bold;
}
/* .page3-content-tipBox {
    width: 7.5rem;
    margin: 0 auto 0.1rem;
}
.page3-content-tipBox-text {
    display: block;
    font-weight: 500;
    font-size: 0.22rem;
    color: #000;
    text-shadow: var(--text-shadow-white);
    text-align: center;
}
.page3-content-tipBox-text:nth-child(2) {
    margin-top: 0;
}
.page3-content-helpProgressBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 0.2rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.helpProgressBox-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.helpProgressBox-item-textBox {
    width: 1.73rem;
    height: 0.55rem;
    background: url(../img/page3_btn.png) no-repeat center center;
    background-size: 100% 100%;
    font-weight: 500;
    font-size: 0.24rem;
    line-height: 0.55rem;
    color: #000;
    text-shadow: var(--text-shadow-white);
    text-align: center;
    margin-bottom: 0.08rem;
}
.helpProgressBox-item-rewardBox {
    position: relative;
    width: 2.2rem;
    height: 2.2rem;
    background: url(../img/page3_box.png) no-repeat center center;
    background-size: 100% 100%;
}
.helpProgressBox-item-rewardBox-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.helpProgressBox-item-rewardBox-text {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 0.25rem;
    color: #000;
    text-shadow: var(--text-shadow-white);
    text-align: center;
    position: absolute;
    bottom: 0.27rem;
    left: 0;
}
.page3-content-inviteBtn {
    width: 2.87rem;
    height: 0.77rem;
    background: url(../img/page3_share.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto 0.15rem;
    cursor: pointer;
}
.page3-content-inviteBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 6.4rem;
    margin: 0 auto;
}
.inviteBox-tipText {
    font-weight: 400;
    font-size: 0.2rem;
    color: #000;
    text-shadow: var(--text-shadow-white);
}
.inviteBox-tipText-red {
    color: #d30505;
    font-weight: bold;
} */
.page3-content-inviteBox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-right: 0.5rem;
    box-sizing: border-box;
}
.inviteBox-progressText {
    width: 1.99rem;
    height: 0.47rem;
    background: url(../img/page2_box1.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 0.47rem;
    font-size: 0.21rem;
    color: #F7F2C7;
    margin-bottom: 0.1rem;
}
.page3-content-taskBox {
    width: 7.5rem;
    height: 6.85rem;
    background: url(../img/page3_box.png) no-repeat center center;
    background-size: 100% 100%;
    padding-top: 0.8rem;
    box-sizing: border-box;
}
.taskBox-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 6.01rem;
    height: 1.06rem;
    text-align: center;
    padding: 0.38rem 0.28rem 0.38rem 1.91rem;
    box-sizing: border-box;
    margin: 0 auto 0.3rem;
}
.taskBox-item1 {
    background: url(../img/page3_task1.png) no-repeat center center;
    background-size: 100% 100%;
}
.taskBox-item2 {
    background: url(../img/page3_task2.png) no-repeat center center;
    background-size: 100% 100%;
}
.taskBox-item3 {
    background: url(../img/page3_task3.png) no-repeat center center;
    background-size: 100% 100%;
}
.taskBox-item4 {
    background: url(../img/page3_task4.png) no-repeat center center;
    background-size: 100% 100%;
}
.taskBox-item-taskText {
    font-size: 0.2rem;
    color: #274CA7;
}
.taskBox-item-rewardText {
    position: absolute;
    bottom: 0.14rem;
    left: 0.34rem;
    font-size: 0.2rem;
    color: #F2D272;
}
.taskBox-item-status {
    width: 1.12rem;
    height: 0.37rem;
    background: url(../img/page3_unfinished.png) no-repeat center center;
    background-size: 100% 100%;
}
.taskBox-item-status-completed {
    background: url(../img/page3_unfinished1.png) no-repeat center center;
    background-size: 100% 100%;
}

/* 幸运转盘 */
.page4 {
    width: 7.5rem;
    height: 10.91rem;
    background: url(../img/page4_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    margin-top: -0.03rem;
}
.luckyWheel-content {
    width: 7.5rem;
    position: absolute;
    top: 2.3rem;
    left: 50%;
    transform: translateX(-50%);
}
.luckyWheel-content-wheelBox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 0.1rem 0.17rem;
    align-items: center;
    justify-content: center;
    width: 7.5rem;
    height: 7.3rem;
    background: url(../img/page4_box.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 0.68rem 0.8rem 0.6rem 0.77rem;
    box-sizing: border-box;
}
.wheelBox-item-highlight {
    width: 1.82rem !important;
    height: 1.84rem !important;
    background: url(../img/page4_icon1.png) no-repeat center center !important;
    background-size: 100% 100% !important;
}
.luckyWheel-content-wheelBox-item {
    width: 1.82rem;
    height: 1.84rem;
    background: url(../img/page4_icon2.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}
.luckyWheel-content-wheelBox-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.luckyWheel-content-wheelBox-item-textBox {
    width: 100%;
    font-weight: 400;
    font-size: 0.18rem;
    color: #25528B;
    text-align: center;
    position: absolute;
    bottom: 0.21rem;
    left: 50%;
    transform: translateX(-50%);
}
.luckyWheel-content-wheelBox-item-textBox-text {
    display: block;
    word-wrap: break-word;
}
.wheelBox-item-textBox-highlight {
    color: #554D24 !important;
}
.luckyWheel-content-btnBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.54rem 0 0.5rem;
    box-sizing: border-box;
    margin-bottom: 0.15rem;
}
.luckyWheel-content-btnBox-btn {
    position: relative;
    width: 3.17rem;
    height: 0.8rem;
    cursor: pointer;
}
.luckyWheel-lotteryBtn {
    background: url(../img/page4_lottery.png) no-repeat center center;
    background-size: 100% 100%;
}
.luckyWheel-myPrizeBtn {
    background: url(../img/page4_reward.png) no-repeat center center;
    background-size: 100% 100%;
}
.luckyWheel-myPrizeBtn-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.2rem;
    right: -0.05rem;
}
.luckyWheel-content-lotteryChances {
    width: 2.93rem;
    margin-left: 0.62rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    font-weight: 800;
    color: #FFF;
}
.luckyWheel-content-lotteryChances-num {
    margin: 0 0.03rem;
}

.page5 {
    width: 7.5rem;
    height: 8.34rem;
    background: url(../img/page5_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    margin-top: -0.03rem;
}
.swipe_banner {
    width: 6.47rem;
    height: 3.7rem;
    position: absolute;
    top: 2.4rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.swipe_banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/page5_box.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 2;
    pointer-events: none;
}
.van-swipe {
    width: 6.37rem;
    height: 3.58rem;
    position: relative;
    z-index: 1;
}
.swipe_bannerImg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.custom-indicators {
    position: absolute;
    bottom: -0.5rem;
    left: 0.1rem;
    display: flex;
    gap: 0.25rem;
}
.custom-indicator {
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/page5_page.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}
.custom-indicator.active {
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/page5_page1.png) no-repeat center center;
    background-size: 100% 100%;
}

.bottom {
    width: 7.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
.bottom-tab {
    width: 3.75rem;
    height: 0.9rem;
    cursor: pointer;
}
.bottom-tab-tab1 {
    background: url(../img/tab1.png) no-repeat center center;
    background-size: 100% 100%;
}
.bottom-tab-tab1-active {
    height: 0.88rem;
    background: url(../img/recruit/tab1.png) no-repeat center center;
    background-size: 100% 100%;
}
.bottom-tab-tab2 {
    background: url(../img/tab2.png) no-repeat center center;
    background-size: 100% 100%;
}
.bottom-tab-tab2-active {
    height: 0.88rem;
    background: url(../img/recruit/tab2.png) no-repeat center center;
    background-size: 100% 100%;
}

/* 招募 */
.mainContent-tab1 .top {
    height: 0.76rem;
    background: url(../img/recruit/top_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.mainContent-tab1 .top-left {
    margin-left: 0.8rem;
    font-size: 0.26rem;
}
.mainContent-tab1 .top-left-loginBtn {
    width: 1.27rem;
    height: 0.44rem;
    background: url(../img/recruit/top_login.png) no-repeat center center;
    background-size: 100% 100%;
}
.mainContent-tab1 .top-right-btn {
    width: 1.5rem;
    height: 0.44rem;
    margin-right: 0.2rem;
}
.mainContent-tab1 .top-right-website {
    background: url(../img/recruit/top_home.png) no-repeat center center;
    background-size: 100% 100%;
}
.mainContent-tab1 .top-right-download {
    background: url(../img/recruit/top_download.png) no-repeat center center;
    background-size: 100% 100%;
}

.mainContent-tab1 .page1 {
    width: 7.5rem;
    height: 13.1rem;
    background: url(../img/recruit/page1_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.mainContent-tab1 .page1-likeBtn {
    position: absolute;
    bottom: 0.3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 3.07rem;
    height: 1.27rem;
    background: url(../img/recruit/page1_btn.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}

.mainContent-tab1 .page2 {
    width: 7.5rem;
    height: 4.72rem;
    background: url(../img/recruit/page2_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 0;
}

.mainContent-tab1 .page3 {
    width: 7.5rem;
    height: 14.02rem;
    background: url(../img/recruit/page3_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 0;
    padding: 0.1rem 0.4rem 1.87rem;
    box-sizing: border-box;
}
.mainContent-tab1 .page3-content {
    width: 100%;
    font-weight: 800;
    color: #FFFFFF;
}
.mainContent-tab1 .page3-content-topBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.43rem 0.14rem 0 0.12rem;
}
.mainContent-tab1 .page3-content-topBox-leftBox {
    
}
.mainContent-tab1 .page3-content-topBox-leftBox-item1 {
    width: 3.45rem;
    height: 0.65rem;
    background: url(../img/recruit/page3_bgbox1.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 0.23rem;
    line-height: 0.65rem;
    padding-left: 0.75rem;
    box-sizing: border-box;
    margin-bottom: 0.15rem;
}
.mainContent-tab1 .page3-content-topBox-leftBox-item2 {
    width: 2.88rem;
    height: 0.48rem;
    background: url(../img/recruit/page3_bgbox2.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 0.2rem;
    line-height: 0.48rem;
    text-align: center;
    margin-bottom: 0.17rem;
    margin-left: 0.17rem;
}
.mainContent-tab1 .page3-content-topBox-leftBox-item3 {
    width: 1.88rem;
    height: 0.36rem;
    background: url(../img/recruit/page3_bgbox3.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 0.18rem;
    line-height: 0.36rem;
    text-align: center;
    margin-left: 0.27rem;
}
.mainContent-tab1 .page3-content-topBox-rightBox {
    width: 2.61rem;
    height: 0.86rem;
    background: url(../img/recruit/page3_bgbox4.png) no-repeat center center;
    background-size: 100% 100%;
    margin-bottom: 0.35rem;
    cursor: pointer;
}
.mainContent-tab1 .page3-content-recruitBtn {
    width: 3.08rem;
    height: 1.73rem;
    background: url(../img/recruit/page3_recruit.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0.8rem auto 0.7rem;
    cursor: pointer;
    animation: breath 1.2s infinite ease-in-out;
}
.mainContent-tab1 .page3-content-recruitBox {
    
}
.mainContent-tab1 .page3-content-recruitBox-avatarBox {
    position: relative;
    width: 2.7rem;
    height: 2.47rem;
    background: url(../img/recruit/page3_box.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto;
    cursor: pointer;
}
.mainContent-tab1 .page3-content-recruitBox-avatarBox-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    z-index: 1;
}
.mainContent-tab1 .page3-content-recruitBox-avatarBox-outBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.7rem;
    height: 2.47rem;
    background: url(../img/recruit/page3_box1.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 2;
}
.mainContent-tab1 .page3-content-recruitBox-avatarBox-switch {
    width: 0.63rem;
    height: 0.42rem;
    background: url(../img/recruit/page3_switch.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0.12rem;
    right: 0.27rem;
    z-index: 3;
}
.mainContent-tab1 .page3-content-recruitBox-avatarBox-levelBox {
    width: 1.27rem;
    height: 0.43rem;
    position: absolute;
    bottom: 0.04rem;
    left: 0.82rem;
    z-index: 3;
}
.mainContent-tab1 .page3-content-recruitBox-avatarBox-levelBox-SSR {
    background: url(../img/recruit/page3_ssr.png) no-repeat center center;
    background-size: 100% 100%;
}
.mainContent-tab1 .page3-content-recruitBox-avatarBox-levelBox-SR {
    background: url(../img/recruit/page3_sr.png) no-repeat center center;
    background-size: 100% 100%;
}
.mainContent-tab1 .page3-content-recruitBox-avatarBox-levelBox-R {
    background: url(../img/recruit/page3_r.png) no-repeat center center;
    background-size: 100% 100%;
}

.mainContent-tab1 .page3-content-recruitBox-tipBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.mainContent-tab1 .page3-content-recruitBox-tipBox-item1 {
    position: relative;
    width: 4.68rem;
    height: 1.31rem;
    background: url(../img/recruit/page3_bgbox5.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}
.mainContent-tab1 .page3-content-recruitBox-tipBox-item1::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: conic-gradient(
        from var(--flow-angle),
        transparent 68%,
        rgba(126, 252, 255, 0.15) 76%,
        #7efcff 86%,
        #ffffff 92%,
        #7efcff 97%,
        transparent
    );
    -webkit-mask: url(../img/recruit/page3_bgbox5.png) center / calc(100% - 0.08rem) calc(100% - 0.08rem) no-repeat,
        url(../img/recruit/page3_bgbox5.png) center / 100% 100% no-repeat;
    -webkit-mask-composite: xor;
    mask: url(../img/recruit/page3_bgbox5.png) center / calc(100% - 0.08rem) calc(100% - 0.08rem) no-repeat,
        url(../img/recruit/page3_bgbox5.png) center / 100% 100% no-repeat;
    mask-composite: exclude;
    animation: item1-border-flow 3s linear infinite;
}
@property --flow-angle {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}
@keyframes breath {
    0%, 100% { transform: scale(0.95); }
    50% { transform: scale(1); }
}
@keyframes item1-border-flow {
    to { --flow-angle: 360deg; }
}
.mainContent-tab1 .page3-content-recruitBox-tipBox-item1-claimed {
    background: url(../img/recruit/page3_bgbox5_1.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: default;
}
.mainContent-tab1 .page3-content-recruitBox-tipBox-item1-claimed::before {
    display: none;
}
.mainContent-tab1 .page3-content-recruitBox-tipBox-item2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 4.35rem;
    height: 0.61rem;
    background: url(../img/recruit/page3_bgbox6.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 0.18rem;
    color: #FFFFFF;
}
.mainContent-tab1 .page3-content-recruitBox-tipBox-inviteBtn {
    width: 3.22rem;
    height: 1.32rem;
    background: url(../img/recruit/page3_btn.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}
.mainContent-tab1 .page3-content-recruitBox-tipBox-item3 {
    width: 3.34rem;
    height: 0.46rem;
    background: url(../img/recruit/page3_bgbox7.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 0.18rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.46rem;
}