@font-face {
    font-family: 'KoreanGWS-normal';
    src: url('../fonts/KoreanGWS-normal.otf') format('opentype');
}
[v-cloak] {
    display: none;
}
input {
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    line-height: normal;
    vertical-align: middle;
}
#app {
    width: 10.8rem;
    margin: 0 auto;
    position: relative;
    font-family: 'KoreanGWS-normal';
}
.loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading_text {
    font-size: 0.5rem;
    color: #fff;
    font-family: 'KoreanGWS-normal';
}
.app_bg {
    width: 100vw;
    height: 100vh;
    background: url('../img/pc_bg.jpg') no-repeat center center;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
}
.header {
    width: 10.8rem;
    height: 1.4rem;
    position: fixed;
    top: 0;
    padding: 0.1rem 0.3rem 0.1rem 0.6rem;
    box-sizing: border-box;
    z-index: 1000;
    background: #000;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_logo {
    width: 1.13rem;
    height: 1.13rem;
    background: url('../img/icon.png') no-repeat center center;
    background-size: 100% 100%;
    margin-right: 0.1rem;
}
.header_gameInfo {
    width: 2.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}
.header_gameInfo_title {
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #fff;
    margin-bottom: 0.1rem;
    padding-right: 0.1rem;
}
.header_gameInfo_desc {
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #BDBDBD;
}
.header_right_download {
    width: 2.48rem;
    height: 0.69rem;
    background: url('../img/top_btn.png') no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin-right: 0.6rem;
}
.header_right_share {
    width: 0.85rem;
    height: 0.65rem;
    background: url('../img/share.png') no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin-right: 0.1rem;
}
.header_right_shareBox {
    width: 3.33rem;
    height: 1.29rem;
    background: url('../img/share_box.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 1.5rem;
    right: 0.38rem;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.4rem 0.2rem;
    box-sizing: border-box;
}
.header_right_shareBox_item {
    width: 0.51rem;
    height: 0.47rem;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0 0.5rem;
}
.header_right_shareBox .header_right_shareBox_item:nth-child(1)::after {
    content: '';
    display: block;
    width: 0.01rem;
    height: 0.3rem;
    background: #757575;
    position: absolute;
    top: 50%;
    right: -96%;
    transform: translateY(-50%);
}
.header_right_shareBox_item img {
    width: 0.51rem;
    height: 0.47rem;
}
.page {
    width: 10.8rem;
    height: 19.2rem;
    position: relative;
}
/* 页面1 */
.page1 {
    background: url('../img/page1/bj.jpg') no-repeat center center;
    background-size: 100% 100%;
}
.page1_logo {
    width: 2.32rem;
    height: 0.97rem;
    position: absolute;
    top: 2rem;
    right: 0.2rem;
    z-index: 20;
}
.page1_guideBox {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    position: absolute;
    top: 9.3rem;
    left: 3.85rem;
}
.page1_guideBox_guide {
    width: 0.69rem;
    height: 0.89rem;
    background: url('../img/guide.png') no-repeat center center;
    background-size: 100% 100%;
    margin-right: 0.2rem;
}
.page1_guideBox_text {
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #fff;
}
.page1_level {
    width: 10.8rem;
    height: 19.2rem;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.page1_level1 {
    background: url('../img/page1/bj1.png') no-repeat center center;
    background-size: 100% 100%;
    z-index: 10;
}
.page1_level2 {
    background: url('../img/page1/bj2.png') no-repeat center center;
    background-size: 100% 100%;
    z-index: 9;
}
.page1_level3 {
    background: url('../img/page1/bj3.png') no-repeat center center;
    background-size: 100% 100%;
    z-index: 8;
}
.page1_level4 {
    background: url('../img/page1/bj4.png') no-repeat center center;
    background-size: 100% 100%;
    z-index: 7;
}
.page1_level5 {
    background: url('../img/page1/bj5.png') no-repeat center center;
    background-size: 100% 100%;
    z-index: 6;
}
.page1_level6 {
    background: url('../img/page1/bj6.png') no-repeat center center;
    background-size: 100% 100%;
    z-index: 5;
}
.page1_tag {
    position: absolute;
    pointer-events: auto;
    cursor: pointer;
}
.page1_tag0 {
    width: 2.81rem;
    height: 1.43rem;
    top: 8.2rem;
    left: 1.8rem;
}
.page1_tag1 {
    width: 1.6rem;
    height: 1.27rem;
    top: 13rem;
    right: 0rem;
}
.page1_tag2 {
    width: 2.26rem;
    height: 1.81rem;
    top: 4.71rem;
    right: 0rem;
}
.page1_tag3 {
    width: 1.92rem;
    height: 0.97rem;
    top: 9.6rem;
    right: 0.05rem;
}
.page1_tag4 {
    width: 2.22rem;
    height: 1.54rem;
    top: 8rem;
    right: 0.95rem;
}
.page1_tag5 {
    width: 2.87rem;
    height: 1.31rem;
    top: 10.2rem;
    right: 2.26rem;
}
.page1_tag6 {
    width: 1.41rem;
    height: 1.36rem;
    top: 12.8rem;
    right: 3.2rem;
}
.page1_tag7 {
    width: 2.32rem;
    height: 0.96rem;
    top: 14.5rem;
    right: 3.15rem;
}
.page1_tag8 {
    width: 1.58rem;
    height: 0.92rem;
    top: 15.58rem;
    right: 0.58rem;
}
.page1_tag9 {
    width: 2.77rem;
    height: 1.3rem;
    top: 6.2rem;
    right: 2.85rem;
}
.page1_tag10 {
    width: 2.65rem;
    height: 0.94rem;
    top: 12.6rem;
    left: 2.45rem;
}
.page1_tag11 {
    width: 1.21rem;
    height: 0.67rem;
    top: 11rem;
    left: 2.5rem;
}
.page1_tag12 {
    width: 1.38rem;
    height: 0.77rem;
    top: 13.55rem;
    left: 0.4rem;
}
.page1_tag13 {
    width: 1.8rem;
    height: 1.1rem;
    top: 14.92rem;
    left: 3.05rem;
}
.page_btn {
    width: 3.81rem;
    height: 1.3rem;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%);
    z-index: 50;
    cursor: pointer;
}
.page1_btn_guide {
    width: 0.69rem;
    height: 0.89rem;
    background: url('../img/guide.png') no-repeat center center;
    background-size: 100% 100%;
    z-index: 99;
    position: absolute;
    top: 17.8rem;
    right: 3.9rem;
}
.page1_btn {
    background: url('../img/page1/btn.png') no-repeat center center;
    background-size: 100% 100%;
}

/* 页面2 */
.page2, .page3, .page4 {
    background: url('../img/page2/page2_bj.jpg') no-repeat center center;
    background-size: 100% 100%;
}
/* .page2_tagBox {
    width: 10.8rem;
    height: 19.2rem;
    position: relative;
    z-index: 100;
    pointer-events: none;
} */
.page2_tag0 {
    width: 3.6rem;
    height: 1.07rem;
    position: absolute;
    top: 6rem;
    left: 0.6rem;
}
.page2_tag1 {
    width: 2.3rem;
    height: 0.69rem;
    position: absolute;
    top: 11.75rem;
    right: 0.3rem;
    z-index: 10;
}
.page2_tag2 {
    width: 2.99rem;
    height: 0.89rem;
    position: absolute;
    top: 3.3rem;
    right: 1.9rem;
}
.page2_tag3 {
    width: 2.3rem;
    height: 0.69rem;
    position: absolute;
    top: 8.5rem;
    right: 0.35rem;
}
.page2_tag4 {
    width: 2.98rem;
    height: 0.89rem;
    position: absolute;
    top: 5.1rem;
    right: 0.3rem;
}
.page2_tag5 {
    width: 3.46rem;
    height: 1.03rem;
    position: absolute;
    top: 7.5rem;
    right: 4.1rem;
}
.page2_tag6 {
    width: 3.08rem;
    height: 0.91rem;
    position: absolute;
    top: 11.1rem;
    right: 1.7rem;
}
.page2_tag7 {
    width: 3.06rem;
    height: 0.91rem;
    position: absolute;
    top: 6.9rem;
    right: 1.45rem;
    z-index: 10;
}
.page2_tag8 {
    width: 2.3rem;
    height: 0.7rem;
    position: absolute;
    top: 14.7rem;
    right: 0.2rem;
}
.page2_tag9 {
    width: 3.92rem;
    height: 1.17rem;
    position: absolute;
    top: 2.8rem;
    left: 0.9rem;
}
.page2_tag10 {
    width: 3.22rem;
    height: 0.96rem;
    position: absolute;
    top: 10.4rem;
    left: 2.1rem;
}
.page2_tag11 {
    width: 2.63rem;
    height: 0.78rem;
    position: absolute;
    top: 8.8rem;
    left: 0.9rem;
}
.page2_tag12 {
    width: 2.45rem;
    height: 0.73rem;
    position: absolute;
    top: 12rem;
    left: 0.2rem;
}
.page2_tag13 {
    width: 2.93rem;
    height: 0.87rem;
    position: absolute;
    top: 13.9rem;
    left: 1.2rem;
}
.page2_customTagTextBox {
    width: 3.7rem;
    height: 1.12rem;
    background: url('../img/page2/page2_modify.png') no-repeat center center;
    background-size: 100% 100%;
    padding: 0.2rem 0.3rem;
    box-sizing: border-box;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.page2_customTagTextBox_text {
    display: block;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #000;
    font-weight: bold;
}
.page2_customTagTextBox1 {
    top: 4.5rem;
    left: 1.8rem;
}
.page2_customTagTextBox2 {
    top: 9.4rem;
    right: 1.6rem;
}
.page2_customTagTextBox3 {
    top: 12.8rem;
    right: 2.1rem;
}
.page2_customTagBox_customTag {
    width: 3.7rem;
    height: 1.12rem;
    background: url('../img/page2/page2_modify.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 12.8rem;
    right: 2.1rem;
    cursor: pointer;
}
.page2_customTagBox_customTag_add {
    width: 0.37rem;
    height: 0.36rem;
    background: url('../img/page2/page2_add.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page2_customTagBox_customTag_dot {
    width: 0.22rem;
    height: 0.22rem;
    background: url('../img/page2/page2_dot.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0.02rem;
    right: 0.1rem;
}
.page2_customTagBox_customTag_guide {
    width: 0.69rem;
    height: 0.89rem;
    background: url('../img/guide.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0.8rem;
    right: 0.55rem;
}
.page2_customTagBox_customTag_textBox {
    font-size: 0.28rem;
    color: #fff;
    position: absolute;
    bottom: -1.3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page2_customTagBox_customTag_input {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.page2_btn {
    background: url('../img/page2/page2_btn.png') no-repeat center center;
    background-size: 100% 100%;
}

/* 页面3 */
.page3_btnBox {
    width: 8.5rem;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: space-between;
}
.page3_content_item {
    width: 10.8rem;
    height: 19.2rem;
    position: absolute;
    top: 0;
    left: 0;
}
.page3_content_item1 {
    background: url('../img/page3/page3_bj1.png') no-repeat center center;
    background-size: 100% 100%;
}
.page3_content_item2 {
    background: url('../img/page3/page3_bj2.png') no-repeat center center;
    background-size: 100% 100%;
}
.page3_content_item3 {
    background: url('../img/page3/page3_bj3.png') no-repeat center center;
    background-size: 100% 100%;
}
.page3_content_item4 {
    background: url('../img/page3/page3_bj4.png') no-repeat center center;
    background-size: 100% 100%;
}
.page3_content_item_img {
    width: 8.27rem;
    height: 11.03rem;
    object-fit: cover;
    position: absolute;
    top: 4.72rem;
    left: 1.32rem;
}
.page3_btn {
    width: 3.81rem;
    height: 1.3rem;
    cursor: pointer;
}
.page3_btn_save {
    background: url('../img/page3/page3_btn.png') no-repeat center center;
    background-size: 100% 100%;
}
.page3_btn_next {
    background: url('../img/page3/page3_btn1.png') no-repeat center center;
    background-size: 100% 100%;
}
.page3_btn_float {
    width: 2.18rem;
    height: 2.62rem;
    background: url('../img/page3/page3_float.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -2.15rem;
    right: -0.55rem;
}

/* 页面4 */
.page4_title {
    width: 6.82rem;
    height: 1.67rem;
    background: url('../img/page4/page4_title.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 3.1rem;
    left: 50%;
    transform: translateX(-50%);
}
.page4_content {
    width: 8.63rem;
    height: 6.58rem;
    background: url('../img/page4/page4_box.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 5.5rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.3rem 0.1rem;
    box-sizing: border-box;
}
.page4_content_item {
    width: 8.2rem;
    height: 0.85rem;
    margin-top: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page4_content_item_label {
    font-size: 0.36rem;
    color: #F34D9F;
    width: 1.8rem;
    text-align: center;
}
.page4_content_item_input {
    width: 6.25rem;
    height: 0.79rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    border: 0.01rem solid #F34D9F;
    background: transparent;
    font-size: 0.36rem;
    color: #fff;
}
.page4_content_item_input_captcha {
    width: 4.5rem;
    height: 0.79rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    border: 0.01rem solid #F34D9F;
    background: transparent;
}
.page4_content_item_captchaBtn {
    width: 1.65rem;
    height: 0.8rem;
    background: #F34D9F;
    padding: 0 0.1rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.page4_content_item_captchaBtn_text {
    font-size: 0.36rem;
    color: #000;
}
.page4_content_submitBtn {
    width: 3.81rem;
    height: 1.3rem;
    background: url('../img/page4/page4_btn.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.page4_bottom {
    width: 10.8rem;
    height: 6.06rem;
    background: url('../img/page4/page4_box1.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.6rem 1rem 0 1.2rem;
    box-sizing: border-box;
}

.page4_bottom_textBox {
    position: relative;
}
.page4_bottom_text {
    font-size: 0.3rem;
    line-height: 0.54rem;
    color: #fff;
    display: block;
}
.page4_bottom_text_star {
    display: inline-block;
    width: 0.2rem;
    height: 0.24rem;
    background: url('../img/page4/page4_star.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0.12rem;
    left: -0.25rem;
}
.page4_bottom_shareBox {
    width: 5rem;
    margin: 1rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page4_bottom_shareBox_text {
    font-size: 0.46rem;
    color: #fff;
    margin-right: 0.5rem;
}
.page4_bottom_shareBox_item {
    width: 0.51rem;
    height: 0.47rem;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0 0.27rem;
}
.page4_bottom_shareBox_item:nth-child(2)::after {
    content: '';
    display: block;
    width: 0.01rem;
    height: 0.3rem;
    background: #757575;
    position: absolute;
    top: 50%;
    right: -50%;
    transform: translate(50%, -50%);
}
.page4_bottom_shareBox_item img {
    width: 0.51rem;
    height: 0.47rem;
}

/* 页面2弹窗 */
.popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom_popup_content {
    width: 8.63rem;
    height: 4.7rem;
    background: url('../img/page2/pop/pop_cbox.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.custom_popup_close {
    width: 0.4rem;
    height: 0.4rem;
    background: url('../img/page2/pop/pop_close.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    cursor: pointer;
}
.custom_popup_content_item {
    width: 7.75rem;
    margin-top: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom_popup_content_item_label {
    font-size: 0.36rem;
    color: #F34D9F;
    width: 1.8rem;
    text-align: center;
}
.custom_popup_content_item_input {
    width: 6.25rem;
    height: 0.79rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    border: 0.01rem solid #F34D9F;
    background: transparent;
    font-size: 0.36rem;
    color: #fff;
}
.custom_popup_content_btn {
    width: 3.81rem;
    height: 1.3rem;
    background: url('../img/page2/pop/pop_btn.png') no-repeat center center;
    background-size: 100% 100%;
    margin: 0.65rem auto 0;
    cursor: pointer;
}

/* 转场效果 */
.burn-transition {
    width: 10.8rem;
    height: 19.2rem;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
}
.burn-transition canvas {
    width: 100%;
    height: 100%;
    display: block;
    /* 优化渲染性能 */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    /* 使用 GPU 加速 */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}