[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: 'FZQKBYSJW';
    src: url('../fonts/FZQKBYSJW.TTF') format('truetype');
}

#app {
    width: 7.5rem;
    margin: 0 auto;
    font-family: 'FZQKBYSJW';
}
.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: 10.6rem;
    background: url(../img/page1_bg.jpg) no-repeat top center;
    background-size: 100%;
}
.page1_download {
    position: absolute;
    top: 0.2rem;
    right: 0.1rem;
    width: 1.95rem;
    height: 0.57rem;
    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.2rem;
    color: #FFF3CC;
}
.page1_loginInfoBox_info_text {
    cursor: pointer;
}

.page2 {
    width: 7.5rem;
    height: 8.85rem;
    background: url(../img/page2_bg.jpg) no-repeat top center;
    background-size: 100%;
    margin-top: -0.02rem;
}
.page2_content {
    position: absolute;
    top: 0;
    left: 0;
}
.page2_content_milestoneBox {
    width: 7.5rem;
    height: 1.82rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 0 0.2rem;
    box-sizing: border-box;
}
.page2_content_milestoneBox_text {
    font-size: 0.7rem;
    color: #F5E8B9;
    cursor: pointer;
}
.page2_content_cardBox {
    position: relative;
    width: 7.5rem;
    height: 4.5rem;
    /* height: 5.56rem; */
    /* background: url(../img/page2_card.png) no-repeat center center;
    background-size: 100% 100%; */
    pointer-events: none;
    margin-bottom: 0.3rem;
}
.page2_content_cardBox_card {
    width: 2rem;
    height: 3.59rem;
    background: url(../img/page2_card1.png) no-repeat center center;
    background-size: 100% 100%;
    pointer-events: none;
    position: absolute;
    bottom: 0.42rem;
    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 {
    width: 7.5rem;
}
.lotteryBtnBox_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.lotteryBtnBox_lotteryBtn {
    position: relative;
    width: 3.01rem;
    height: 0.85rem;
    background: url(../img/page2_gacha.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin-bottom: 0.2rem;
}
.lotteryBtnBox_myPrizeBtnBox {
    width: 3.01rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lotteryBtnBox_myPrizeBtnBox_text {
    font-size: 0.22rem;
    color: #A65C4A;
    text-decoration: underline;
    text-underline-offset: 0.04rem;
    cursor: pointer;
}
.lotteryBtnBox_remainTimes {
    width: 2.56rem;
    height: 0.4rem;
    background: url(../img/page2_box.png) no-repeat center center;
    background-size: 100% 100%;
    margin-bottom: 0.2rem;
    line-height: 0.44rem;
    font-size: 0.22rem;
    color: #DCB488;
    text-align: center;
}
.page2_content_winnersListBtn {
    width: 3.01rem;
    height: 0.85rem;
    background: url(../img/page2_list.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin-bottom: 0.2rem;
}

.page3 {
    width: 7.5rem;
    height: 18.18rem;
    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;
    margin-bottom: 0.4rem;
}
.page3_tabsBox_tab {
    width: 2.24rem;
    height: 0.76rem;
    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: 11.02rem;
    background: url(../img/page3_box1.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 0.53rem 0.41rem 0.72rem 0.47rem;
    box-sizing: border-box;
}
.ruleBox_main {
    height: 100%;
    padding-left: 0.35rem;
    padding-right: 0.2rem;
    font-size: 0.26rem;
    color: #DDC9AE;
    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.31rem;
    height: 0.9rem;
    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.31rem;
    height: 0.9rem;
    background: url(../img/page3_bar1.png) no-repeat left center;
    background-size: 6.31rem 0.9rem; /* 用固定尺寸，避免变形 */
}
.countsBox_rewardNode {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 0.9rem;
    height: 0.9rem;
    cursor: pointer;
}
.countsBox_rewardNode_icon {
    width: 100%;
    height: 100%;
    display: block;
}

.countsBox_taskListBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
}
.countsBox_taskListBox_taskItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.22rem 0.55rem 0.33rem 0.6rem;
    box-sizing: border-box;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    width: 6.92rem;
    height: 1.59rem;
    background: url(../img/page3_box.png) no-repeat center center;
    background-size: 100% 100%;
}
.taskItem_name {
    font-size: 0.34rem;
    color: transparent;
    background: linear-gradient(to bottom, #ffe3bf 0%, #fdd8a4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0.01rem 0.03rem 0.03rem rgba(36, 11, 1, 0.31);
    margin-bottom: 0.1rem;
}
.taskItem_desc {
    font-size: 0.25rem;
    color: transparent;
    background: linear-gradient(to bottom, #e5a480 0%, #d17765 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0.01rem 0.03rem 0.03rem rgba(36, 11, 1, 0.31);
}
.taskItem_complete {
    width: 1.87rem;
    height: 0.66rem;
    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: 2.07rem;
    height: 0.66rem;
    background: url(../img/refresh.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}

.page3_content_cardBox {
    width: 7.5rem;
    height: 13.79rem;
    background: url(../img/page3_box2.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 0.2rem;
    padding: 0.68rem 0.65rem 0;
    box-sizing: border-box;
}
.cardBox_cardGroup {
    margin-bottom: 0.25rem;
}
.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: 1.44rem;
    height: 0.29rem;
    margin-bottom: 0.1rem;
}
.cardItem_cardName_small {
    width: 1.19rem;
    height: 0.25rem;
    margin-bottom: 0.1rem;
}
.cardItem_cardImg {
    width: 1.42rem;
    cursor: pointer;
    margin-bottom: 0.1rem;
}
.cardItem_cardImg_small {
    width: 1.1rem;
    cursor: pointer;
    margin-bottom: 0.1rem;
}
.cardItem_num {
    font-size: 0.22rem;
    color: #D9796A;
}
.cardGroup_exchangeBtnBox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.35rem;
    box-sizing: border-box;
    margin: 0.2rem 0;
    cursor: pointer;
}
.cardGroup_exchangeBtnBox_3 {
    justify-content: space-between;
}
.cardGroup_exchangeBtn {
    width: 2.22rem;
    height: 0.54rem;
    background: url(../img/page3_exchange.png) no-repeat center center;
    background-size: 100% 100%;
}
.cardGroup_exchangeBtn_disabled {
    width: 2.22rem;
    height: 0.54rem;
    background: url(../img/page3_exchange1.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: default;
}
.cardGroup_synthesisBtn {
    width: 2.23rem;
    height: 0.54rem;
    background: url(../img/page3_synthesis.png) no-repeat center center;
    background-size: 100% 100%;
}
.cardGroup_synthesisBtn_disabled {
    width: 2.23rem;
    height: 0.54rem;
    background: url(../img/page3_synthesis1.png) no-repeat center center;
    background-size: 100% 100%;
}