[v-cloak] {
    display: none;
}

input {
    border-radius: 0;
    outline: none;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-user-select: text;
    user-select: text;
    /* 取消移动端输入框聚焦时的气泡框 */
    -webkit-tap-highlight-color: transparent;
}

@font-face {
    font-family: 'FZQINGKEYUESONG_GB';
    src: url('../fonts/FZQINGKEYUESONG_GB.TTF') format('truetype');
}

#app {
    width: 7.5rem;
    margin: 0 auto;
    font-family: 'FZQINGKEYUESONG_GB';
}
.float_btn {
    position: fixed;
    top: 2.1rem;
    right: calc(50vw - 3.75rem);
    width: 0.67rem;
    height: 0.5rem;
    background: url(../img/float.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 900;
    cursor: pointer;
}
.page {
    position: relative;
}

.page1 {
    width: 7.5rem;
    height: 8.6rem;
    background: url(../img/page1_bg.jpg) no-repeat top center;
    background-size: 100%;
}
.page1_download {
    position: absolute;
    top: 0;
    right: 0.2rem;
    width: 1.82rem;
    height: 0.92rem;
    background: url(../img/page1_download.png) no-repeat center center;
    background-size: 100% 100%;
}
.page1_loginInfoBox {
    display: flex;
    align-items: center;
    position: absolute;
    top: 1rem;
    right: 0.1rem;
    font-size: 0.18rem;
    color: #FFDB79;
}
.page1_loginInfoBox_info_text {
    cursor: pointer;
}

.page2 {
    width: 7.5rem;
    height: 6.53rem;
    background: url(../img/page2_bg.jpg) no-repeat top center;
    background-size: 100%;
    margin-top: -0.02rem;
}
.page2_content {
    position: absolute;
    top: 0.05rem;
    left: 0;
}
.page2_content_cardBox {
    position: relative;
    width: 7.5rem;
    height: 4.8rem;
    /* height: 5.56rem; */
    /* background: url(../img/page2_card.png) no-repeat center center;
    background-size: 100% 100%; */
    pointer-events: none;
}
.page2_content_cardBox_card {
    width: 2.35rem;
    height: 4.22rem;
    background: url(../img/page2_card1.png) no-repeat center center;
    background-size: 100% 100%;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: bottom 0.45s ease;
    box-shadow: -0.05rem 0.05rem 0.3rem 0 rgba(0, 0, 0, 1);
}
.page2_content_cardBox_card1 {
    z-index: 1;
    left: 17%;
    transform: translate(0, 0) rotate(-37deg);
}
.page2_content_cardBox_card2 {
    z-index: 2;
    left: 25%;
    transform: translate(0, -0.25rem) rotate(-20.76deg);
}
.page2_content_cardBox_card3 {
    z-index: 3;
    left: 36%;
    transform: translate(0, -0.25rem) rotate(-6.07deg);
}
.page2_content_cardBox_card4 {
    z-index: 4;
    left: 47%;
    transform: translate(0, -0.15rem) rotate(3.5deg);
}
.page2_content_cardBox_card5 {
    z-index: 5;
    left: 57%;
    transform: translate(0, 0.1rem) rotate(18deg);
}
.page2_content_cardBox_card.page2_content_cardBox_card_lift {
    bottom: 0.6rem;
}
.page2_content_lotteryBtnBox {
    position: absolute;
    top: 5.3rem;
    left: 0;
    width: 7.5rem;
}
.lotteryBtnBox_main {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.lotteryBtnBox_lotteryBtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.68rem;
    height: 0.66rem;
    background: url(../img/page2_gacha.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}
.lotteryBtnBox_myPrizeBtnBox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0.6rem;
}
.lotteryBtnBox_myPrizeBtnBox_text {
    margin: 0 0.1rem;
    font-size: 0.18rem;
    color: #F9B74A;
    text-decoration: underline;
    text-underline-offset: 0.04rem;
    cursor: pointer;
}
.lotteryBtnBox_remainTimes {
    margin-top: 0.08rem;
    font-size: 0.22rem;
    color: #F9B74A;
    text-align: center;
}
.page2_content_winnersListBtn {
    width: 2.68rem;
    height: 0.66rem;
    background: url(../img/page2_list.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}

.page3 {
    width: 7.5rem;
    height: 15.45rem;
    background: url(../img/page3_bg.jpg) no-repeat top center;
    background-size: 100%;
    margin-top: -0.02rem;
}
.page3_tabsBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.page3_tabsBox_tab {
    width: 1.72rem;
    height: 0.94rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    cursor: pointer;
}
.page3_tabsBox_tab_rule {
    background-image: url(../img/page3_rule_1.png);
}
.page3_tabsBox_tab_rule_active {
    background-image: url(../img/page3_rule.png);
}
.page3_tabsBox_tab_counts {
    background-image: url(../img/page3_frequency_1.png);
}
.page3_tabsBox_tab_counts_active {
    background-image: url(../img/page3_frequency.png);
}
.page3_tabsBox_tab_card {
    background-image: url(../img/page3_card_1.png);
}
.page3_tabsBox_tab_card_active {
    background-image: url(../img/page3_card.png);
}

.page3_content_ruleBox {
    width: 7.5rem;
    height: 12.66rem;
    background: url(../img/page3_box1.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 0.45rem 0.41rem 0.72rem 0.51rem;
    box-sizing: border-box;
}
.ruleBox_main {
    height: 100%;
    padding-right: 0.2rem;
    font-size: 0.28rem;
    color: #F2E0BA;
    line-height: 0.48rem;
    overflow-y: auto;
}
.ruleBox_main_content {
    display: flex;
    flex-direction: column;
}
.ruleBox_main_content_item {
    display: flex;
    margin-bottom: 0.1rem;
}
.ruleBox_main_content_item_index {
    margin-right: 0.15rem;
}
.ruleBox_main_content_item_content {
    flex: 1;
}

.page3_content_countsBox {
    width: 7.5rem;
    padding: 0 0.25rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.countsBox_processBox {
    position: relative;
    margin: 0.2rem 0;
    width: 6.22rem;
    height: 0.7rem;
    background: url(../img/page3_bar.png) no-repeat center center;
    background-size: 100% 100%;
    overflow: visible;
}
/* 只负责“露出多少” */
.countsBox_processBox_mask {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    overflow: hidden;
    transition: width 0.3s ease;
}
.countsBox_processBox_bar {
    width: 6.22rem;
    height: 0.7rem;
    background: url(../img/page3_bar1.png) no-repeat left center;
    background-size: 6.22rem 0.64rem; /* 用固定尺寸，避免变形 */
}
.countsBox_rewardNode {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 0.75rem;
    height: 0.7rem;
    cursor: pointer;
}
.countsBox_rewardNode_icon {
    width: 100%;
    height: 100%;
    display: block;
}

.countsBox_taskListBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.countsBox_taskListBox_taskItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.22rem 0.33rem 0.33rem 0.44rem;
    box-sizing: border-box;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
    width: 6.95rem;
    height: 1.71rem;
    background: url(../img/page3_box.png) no-repeat center center;
    background-size: 100% 100%;
}
.taskItem_name {
    font-size: 0.34rem;
    color: #F2E0BA;
    margin-bottom: 0.1rem;
}
.taskItem_desc {
    font-size: 0.25rem;
    color: #F9B74A;
}
.taskItem_complete {
    width: 1.42rem;
    height: 0.94rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    cursor: pointer;
}
.taskItem_complete_login {
    background-image: url(../img/page3_complete.png);
}
.taskItem_complete_login1 {
    background-image: url(../img/page3_complete1.png);
}
.taskItem_complete_active {
    background-image: url(../img/page3_complete.png);
}
.taskItem_complete_active_claim {
    background-image: url(../img/page3_claim.png);
}
.taskItem_complete_active1 {
    background-image: url(../img/page3_claim1.png);
}
.taskItem_complete_shareH5, .taskItem_complete_shareCard {
    background-image: url(../img/page3_share.png);
}
.taskItem_complete_shareH51, .taskItem_complete_shareCard1 {
    background-image: url(../img/page3_share1.png);
}
.countsBox_refreshStatusBtn {
    width: 1.79rem;
    height: 0.9rem;
    background: url(../img/refresh.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}

.page3_content_cardBox {
    margin-top: 0.2rem;
    padding: 0 0.35rem;
    box-sizing: border-box;
}
.cardGroup_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cardBox_cardItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.cardItem_cardName {
    width: 0.66rem;
    height: 0.29rem;
    margin-bottom: 0.1rem;
}
.cardItem_cardImg {
    width: 1.65rem;
    cursor: pointer;
}
.cardItem_num {
    margin-top: 0.05rem;
    font-size: 0.28rem;
    color: #F2E0BA;
}
.cardGroup_exchangeBtnBox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.35rem;
    box-sizing: border-box;
    margin: 0.08rem 0;
    cursor: pointer;
}
.cardGroup_exchangeBtnBox_3 {
    justify-content: space-between;
}
.cardGroup_exchangeBtn {
    width: 1.72rem;
    height: 0.46rem;
    background: url(../img/page3_exchange.png) no-repeat center center;
    background-size: 100% 100%;
}
.cardGroup_exchangeBtn_disabled {
    width: 1.72rem;
    height: 0.46rem;
    background: url(../img/page3_exchange1.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: default;
}
.cardGroup_synthesisBtn {
    width: 1.72rem;
    height: 0.94rem;
    background: url(../img/page3_synthesis.png) no-repeat center center;
    background-size: 100% 100%;
}
.cardGroup_synthesisBtn_disabled {
    width: 1.72rem;
    height: 0.94rem;
    background: url(../img/page3_synthesis1.png) no-repeat center center;
    background-size: 100% 100%;
}