html,
body {
    touch-action: pan-x pan-y;
    user-scalable: no;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.warp {
    width: 100%;
    height: 100%;
    opacity: 0;
    /*transform-style: preserve-3d;*/
}

.lay-dialog {
    transform: translate3d(0, 0, 0);
}

.pop_box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

body {
    /*visibility: hidden;*/
    -webkit-tap-highlight-color: transparent;
}

.part1 {
    display: block;
}

.active {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

.logout {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20;
    background: url('../images/loading-page.jpg') no-repeat center center/cover;
}

.progress_des {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translateX(-50%);
    width: 7.14rem;
    height: .4rem;
    background: url('../images/en/progress_des.png') no-repeat center/100% 100%;
}

.lang_zh .progress_des {
    width: 5rem;
    height: .36rem;
    background: url('../images/zh/progress_des.png') no-repeat center/100% 100%;
}

.lang_ja .progress_des {
    width: 5.18rem;
    height: .37rem;
    background: url('../images/ja/progress_des.png') no-repeat center center/100% 100%;
}

.lang_ko .progress_des {
    width: 6.64rem;
    height: .36rem;
    background: url('../images/ko/progress_des.png') no-repeat center center/100% 100%;
}

.progress {
    width: 11.68rem;
    height: 1.58rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.progress_box {
    width: 11.68rem;
    height: 1.58rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/progress_box.png') no-repeat center/100% 100%;
}

.progress_renwu1 {
    position: absolute;
    top: -1.46rem;
    left: -.65rem;
    width: 1.67rem;
    height: 1.77rem;
    transition: all .1s;
}

.progress_renwu2 {
    position: absolute;
    top: -1.55rem;
    right: -.12rem;
    width: 1.09rem;
    height: 1.8rem;
}

.progress_bar {
    position: absolute;
    top: 0.47rem;
    left: .8rem;
    width: 0;
    height: .75rem;
    background: url('../images/progress.png') no-repeat left center/auto 100%;
    overflow: hidden;
    transition: all .1s;
    /* transition: all .5s; */
}

.part1 {
    background: url('../images/part1.jpg') no-repeat 50%/cover;
    cursor: pointer;
}

.part3 {
    background: url('../images/part3.jpg') no-repeat center center/cover;
    /* cursor: pointer; */
}

.part2 {
    background: url('../images/part2.jpg') no-repeat center center/cover;
    cursor: pointer;
}

.login_box {
    position: fixed;
    top: .9rem;
    z-index: 5;
    left: .6rem;
    font-size: .26rem;
    text-shadow: 2px 2px 4px #000;
}

.login_box a {
    color: #fff;
}

.username {
    display: none;
    color: #fff;
}


.btn_list {
    position: fixed;
    top: .2rem;
    right: .65rem;
    z-index: 5;
    display: flex;
}

.btn_list>a {
    margin-right: .1rem;
}

.btn_list>div {
    position: relative;

}

.btn_list>div>a {
    display: block;
    width: 1.2rem;
    height: 1.24rem;
}

.btn_list>div .share_list {
    width: 1rem;
    height: 0;
    position: absolute;
    top: 1.3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #ffffff55;
    border-radius: .2rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: all .4s;
    transform: translateZ(1px);
    z-index: 1;
}

.btn_list>div .share_list1.ani {
    height: 3rem;
}

.btn_list a {
    position: relative;
    width: 1.2rem;
    height: 1.24rem;
    z-index: 1;
    transform: translateZ(1px);
}

.rule_btn {
    background: url('../images/btn_rule.png') no-repeat center center/100% 100%;
}

.btn_act {
    background: url('../images/btn_act.png') no-repeat center center/100% 100%;
}

.btn_share {
    background: url('../images/btn_share.png') no-repeat center center/100% 100%;
}

.music.no {
    background: url('../images/btn_music1.png') no-repeat center center/100% 100%;
}

.music.off {
    background: url('../images/btn_music.png') no-repeat center center/100% 100%;
}

.share_list {
    position: absolute;
    top: .55rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share_list a {
    width: .8rem;
    height: .8rem;
    margin: 0 .1rem;
}

.part1_line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .86rem;
    background: url('../images/part1_line.png') no-repeat center center/100% 100%;
}

.part1_des {
    position: absolute;
    bottom: .3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: fzcqjw;
    font-weight: bold;
    font-size: .26rem;
    color: #fff;
    text-align: center;
}

.part1_title {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 12.48rem;
    height: 4.23rem;
    background: url('../images/en/part1_title.png') no-repeat center center/100% 100%;
}

.lang_ja .part1_title {
    width: 11.79rem;
    height: 4.01rem;
    background: url('../images/ja/part1_title.png') no-repeat center center/100% 100%;
}

.lang_ko .part1_title {
    width: 16.64rem;
    height: 4.28rem;
    background: url('../images/ko/part1_title.png') no-repeat center center/100% 100%;
}

.lang_zh .part1_title {
    width: 12.33rem;
    height: 4.25rem;
    background: url('../images/zh/part1_title.png') no-repeat center center/100% 100%;

}

.part1_tip {
    position: absolute;
    bottom: .9rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 5.3rem;
}

.lang_ja .part1_tip {
    width: 6.4rem;
}

.lang_en .part1_tip {
    width: 6rem;
}

.part1_tip span {
    width: 3.22rem;
    height: .41rem;
    background: url('../images/en/part1_tip.png') no-repeat center center/100% 100%;
    animation: ani 1s ease-in-out infinite alternate;
}

.lang_zh .part1_tip span {
    width: 2.41rem;
    height: .26rem;
    background: url('../images/zh/part1_tip.png') no-repeat center center/100% 100%;
}

.lang_ja .part1_tip span {
    width: 3.75rem;
    height: .37rem;
    background: url('../images/ja/part1_tip.png') no-repeat center center/100% 100%;
}

.lang_ko .part1_tip span {
    width: 2.95rem;
    height: .36rem;
    background: url('../images/ko/part1_tip.png') no-repeat center center/100% 100%;
}

.part1_tip div {
    width: 1.22rem;
    height: .52rem;
}

.part1_tip .part_arrow2 {
    background: url('../images/arrow2.png') no-repeat center center/100% 100%;
    animation: ani1 2s ease-in-out infinite;
}

.part1_tip .part_arrow1 {
    background: url('../images/arrow1.png') no-repeat center center/100% 100%;
    animation: ani2 2s ease-in-out infinite;
}

.dialogue {
    position: absolute;
    width: 5.6rem;
    height: 1.43rem;
    display: none;
}

.dialog_renwu1,
.dialog_renwu2 {
    position: absolute;
    width: 6.86rem;
    height: 1.88rem;
    display: none;
}

.dialog_renwu1,
.dialog_renwu2 {
    display: block;
}

.dialogue1,
.dialog_renwu1 {
    right: .4rem;
    bottom: 5.5rem;
}

.dialogue2,
.dialog_renwu2 {
    left: .86rem;
    bottom: 4.05rem;
}

.dialogue3 {
    left: 5.3rem;
    bottom: .5rem;
}

.dialogue4,
.dialog_renwu4 {
    right: 1.3rem;
    bottom: 1.2rem;
}

.dialog_renwu1 .dialogue_avatar,
.dialog_renwu2 .dialogue_avatar {
    width: 1.3rem;
    height: 1.3rem;
    background: url('../images/tar2.png') no-repeat center center/100% 100%;
}

.dialog_renwu1 .dialogue_avatar {
    left: initial;
    right: 0;
}

.dialogue_avatar {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.36rem;
    height: 1.36rem;
    /*background: url('../images/avatar.png') no-repeat center center/100% 100%;*/
}

.dialogue_avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dialogue_box {
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto 0;
    width: 4.32rem;
    height: 1.2rem;
    background: url('../images/duihua.png') no-repeat center center/100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .24rem;
    color: #865f4a;
    box-sizing: border-box;
    padding-left: .4rem;
    padding-right: .3rem;

}

.lang_ja .dialogue_box {
    font-size: .22rem;
}

.lang_en .dialogue_box {
    font-size: .18rem;
}

.flower1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 1.66rem;
    height: 1.6rem;
    background: url('../images/tar1.png') no-repeat center center/100% 100%;
    z-index: 1;
}

.dialogue_avatar1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dialogue2 .dialogue_avatar,
.dialog_renwu2 .dialogue_avatar,
.dialogue3 .dialogue_avatar {
    left: 0;
    right: initial;
}

.dialogue2 .dialogue_box,
.dialog_renwu2 .dialogue_box,
.dialogue3 .dialogue_box {
    left: initial;
    right: 0;
    background: url('../images/duihua1.png') no-repeat center center/100% 100%;
}

.dialog_renwu1 .dialogue_box,
.dialog_renwu2 .dialogue_box {
    padding-bottom: .12rem;
    top: initial;
    color: #255ca6;
    width: 5.28rem;
    height: 1.46rem;
    background: url('../images/duihua2.png') no-repeat center center/100% 100%;
}

.dialog_renwu2 .dialogue_box {
    padding-left: .5rem;
    padding-right: .3rem;
}

.dialog_renwu1 .dialogue_box {
    left: 0;
    right: initial;
    padding-left: .45rem;
    padding-right: .3rem;
    background: url('../images/duihua3.png') no-repeat center center/100% 100%;
}

.jump {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    width: 2.71rem;
    height: .88rem;
    background: url('../images/jump.png') no-repeat center center/100% 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 3;
}

.jump.ani {
    pointer-events: initial;
    animation: ani3 .5s ease-in-out .7s forwards;
}


.dialog_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
}

.show .dialogue1 .dialogue_avatar {
    transform: translateY(0px) perspective(1690.1px) rotateY(0deg);
    animation: sca1 .4s ease-in-out forwards;
}

.dialog_area.ani .dialog_renwu1 .dialogue_avatar {
    transform: translateY(0px) perspective(1690.1px) rotateY(0deg);
    animation: sca1 .4s ease-in-out forwards;
}

.dialog_area.ani .dialog_renwu2 .dialogue_avatar {
    transform: translateY(0px) perspective(1690.1px) rotateY(0deg);
    animation: sca1 .4s ease-in-out .8s forwards;
}

.show .dialogue1 .dialogue_box {
    transform: scale(1);
    transform-origin: 0 1.21rem;
    animation: sca2 .4s ease-in-out .4s forwards;
}

.show .dialogue4 .dialogue_avatar {
    transform: translateY(0px) perspective(1690.1px) rotateY(0deg);
    animation: sca1 .4s ease-in-out forwards;
}

.show .dialogue4 .dialogue_box {
    transform: scale(1);
    transform-origin: 0 1.21rem;
    animation: sca2 .4s ease-in-out .4s forwards;
}

.dialog_renwu1 .dialogue_box.ani1 {
    transform: scale(1);
    transform-origin: 5.28rem 1.46rem;
    animation: sca .4s ease-in-out .4s forwards;
}

.dialog_area.ani .dialog_renwu2 .dialogue_avatar {
    transform: translateY(0px) perspective(1690.1px) rotateY(0deg);
    animation: sca1 .4s ease-in-out forwards;
}

.dialog_renwu2 .dialogue_box.ani1 {
    transform: scale(1);
    transform-origin: 0 1.46rem;
    animation: sca2 .4s ease-in-out .4s forwards;
}

.dialogue2 .dialogue_avatar {
    background: url('../images/avatar1.png') no-repeat center center/100% 100%;
}

.show .dialogue2 .dialogue_avatar {
    transform: translateY(0px) perspective(1690.1px) rotateY(0deg);
    animation: sca1 .4s ease-in-out forwards;
}

.show .dialogue2 .dialogue_box {
    transform: scale(1);
    transform-origin: 0 1.21rem;
    animation: sca2 .4s ease-in-out .4s forwards;
}

.show .dialogue3 .dialogue_avatar {
    transform: translateY(0px) perspective(1690.1px) rotateY(0deg);
    animation: sca1 .4s ease-in-out forwards;
}

.show .dialogue3 .dialogue_box {
    transform: scale(1);
    transform-origin: 0 1.21rem;
    animation: sca2 .4s ease-in-out .4s forwards;
}

.pop {
    display: none;
    width: 100%;
    height: 100%;
    transform: translateZ(1px);
    z-index: 1000;
}

.pop1_con {
    position: relative;
    width: 6.74rem;
    height: 8.32rem;
    background: url('../images/review.png') no-repeat center center/100% 100%;
}

.pop1_txt {
    font-size: .24rem;
    color: #4d7598;
    text-align: center;
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 4.4rem;
    height: 4.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pop2_con {
    position: relative;
    width: 8.14rem;
    height: 5.36rem;
    background: url('../images/pop2.png') no-repeat center center/100% 100%;
    overflow: hidden;
}

.pop7_con {
    position: relative;
    width: 16.25rem;
    height: 8.71rem;
    background: url('../images/pop4.png') no-repeat center center/100% 100%;
}


.pop2_con div {
    font-size: .33rem;
    color: #000;
    margin-top: 2rem;
    text-align: center;
}

.qipao .item {
    cursor: pointer;
}

.review_btn {
    position: absolute;
    bottom: 1.25rem;
    left: 1.4rem;
    width: 3.3rem;
    height: 1.1rem;
}


.back {
    position: fixed;
    top: .1rem;
    left: .3rem;
    width: 1.39rem;
    height: 1.33rem;
    background: url('../images/back.png') no-repeat center center/100% 100%;
    z-index: 5;
}

.close {
    position: absolute;
    top: .4rem;
    right: .4rem;
    width: .68rem;
    height: .68rem;
}

.cancel,
.sure {
    position: absolute;
    bottom: 1.2rem;
    left: 1.5rem;
    width: 2.23rem;
    height: .88rem;
    background: url('../images/sure1.png') no-repeat center center/100% 100%;
    font-size: .3rem;
    color: #3263a4;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: .05rem;
}

.cancel {
    color: #fff;
    right: 1.45rem;
    left: inherit;
    background: url('../images/cancel.png') no-repeat center center/100% 100%;
}

.pop3_con {
    position: relative;
    width: 12.5rem;
    height: 8.12rem;
    background: url('../images/pop1.png') no-repeat center center/100% 100%;
    overflow: hidden;
    position: relative;
    overflow-wrap: break-word;
    word-break: normal;
}

.lang_zh .pop3_con {
    background: url('../images/zh/pop1.png') no-repeat center center/100% 100%;
}

.lang_ko .pop3_con {
    background: url('../images/ko/pop1.png') no-repeat center center/100% 100%;
}

.lang_ja .pop3_con {
    background: url('../images/ja/pop1.png') no-repeat center center/100% 100%;
}

.pop3_con div {
    margin-top: .4rem;
    width: 9.8rem;
    margin-left: 1.2rem;
}

.lang_en .pop3_con div,
.lang_ko .pop3_con div {
    margin-top: .2rem;
}

.pop3_con div:nth-child(1) {
    margin-top: 1.7rem;
}

.lang_ko .pop3_con div:nth-child(1),
.lang_en .pop3_con div:nth-child(1) {
    margin-top: 1.4rem;
}

.pop3_con h4 {
    font-size: .3rem;
    color: #496f98;
}

.pop3_con p {
    font-size: .28rem;
    color: #6a6a6a;
    margin: 0;
    line-height: 1.5;
    font-family: initial;
}

.lang_ko .pop3_con p {
    font-size: .26rem;
}

.lang_en .pop3_con p {
    font-size: .26rem;
}

.pop8_con {
    position: relative;
    overflow: hidden;
    width: 12.5rem;
    height: 8.12rem;
    background: url('../images/pop5.png') no-repeat center center/100% 100%;
}

.lang_zh .pop8_con {
    background: url('../images/zh/pop5.png') no-repeat center center/100% 100%;
}

.lang_ko .pop8_con {
    background: url('../images/ko/pop5.png') no-repeat center center/100% 100%;
}

.lang_ja .pop8_con {
    background: url('../images/ja/pop5.png') no-repeat center center/100% 100%;
}

.create_share {
    position: absolute;
    top: 0;
    left: -9999rem;
    background: url('../images/part3.jpg') no-repeat center center/cover;
    width: 19.2rem;
    height: 9.29rem;
}

#pop6 .close {
    position: absolute;
    top: 0;
    right: -.75rem;
    width: .68rem;
    height: .68rem;
    background: url('../images/close.png') no-repeat center center/100% 100%;
    filter: brightness(2);
}


.pop4_con {
    width: 8.14rem;
    height: 5.36rem;
    background: url('../images/pop2.png') no-repeat center center/100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.pop5_con {
    width: 16.25rem;
    height: 8.71rem;
    background: url('../images/pop4.png') no-repeat center center/100% 100%;
}

.gift {
    width: 3.21rem;
    height: 3.21rem;
    background: url('../images/gift.png') no-repeat center center/100% 100%;
}

.giftText {
    color: #5b6bbf;
    font-size: .33rem;
    text-align: center;
    margin: .5rem auto;
}

.wx {
    background: url('../images/wx.png') no-repeat center center/100% 100%;
}

.pyq {
    background: url('../images/pyq.png') no-repeat center center/100% 100%;
}

.xhs {
    background: url('../images/xhs.png') no-repeat center center/100% 100%;
}

.wb {
    background: url('../images/wb.png') no-repeat center center/100% 100%;
}

.qq {
    background: url('../images/qq.png') no-repeat center center/100% 100%;
}

.tt {
    background: url('../images/tt.png') no-repeat center center/100% 100%;
}

.fb {
    background: url('../images/fb.png') no-repeat center center/100% 100%;
}

.lounge {
    display: none;
    background: url('../images/lounge.png') no-repeat center center/100% 100%;
}

.cp {
    background: url('../images/cp.png') no-repeat center center/100% 100%;
}

.lang_ja .fb,
.lang_ko .fb {
    display: none;
}

.lang_ko .lounge {
    display: block;
}

.task_list {
    width: 7.91rem;
    margin: 1.8rem auto 0;
}

.task_list>div {
    width: 7.91rem;
    height: 1.22rem;
    background: url('../images/taskbg.png') no-repeat center center/100% 100%;
    display: flex;
    margin-bottom: .1rem;
}

.task_list>div:last-child {
    width: 7.91rem;
    height: 1.22rem;
    background: url('../images/taskbg1.png') no-repeat center center/100% 100%;
    display: flex;
    margin-top: .3rem;
}

.task_list>div a {
    width: 2.09rem;
    height: 1.22rem;
    background: url('../images/taskbtn.png') no-repeat center center/100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: .24rem;
    color: #fff;
}

.task_list>div:last-child a {
    width: 2.09rem;
    height: 1.22rem;
    background: url('../images/taskbtn1.png') no-repeat center center/100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: .24rem;
    color: #fff;
}

.task_list>div a.gray {
    background: url('../images/taskgray.png') no-repeat center center/100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: .24rem;
    color: #2b548c;
    padding-bottom: .05rem;
}

.task_list>div>div {
    flex: 1;
    font-size: .32rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: .4rem;
    box-sizing: border-box;
    padding-bottom: .05rem;
    color: #283e75;
}

.task_list>div>div span:nth-child(2) {
    color: #6d83a4;
}

.lang_ko .task_list>div>div {
    font-size: .28rem;
}

.task_list .task_des1 {
    color: #273d73;
    margin-bottom: .1rem;
    line-height: 1;
}

.lang_en .task_list .task_des1 {
    margin-bottom: .05rem;
}

.task_list .task_des2 {
    font-size: .2rem;
    color: #6d84a4;
    line-height: 1;
    display: flex;
    flex-direction: column;
    gap: .05rem;
}

.lang_ja .task_list .task_des2 {
    font-size: .18rem;
}

.task_list>div:last-child>div span:nth-child(1) {
    color: #817d4d;
    margin-bottom: .1rem;
}

.lang_en .task_list>div:last-child>div .task_des2 {
    color: #817d4d;
}

.lang_en .task_list>div:last-child>div .task_des1 {
    color: #989159;
}

.back_home {
    position: absolute;
    top: .5rem;
    right: 0;
    width: 3.79rem;
    height: .96rem;
    background: url('../images/back_home.png') no-repeat center center/100% 100%;
}

.lang_zh .back_home {
    width: 2.6rem;
    height: .96rem;
    background: url('../images/zh/back_home.png') no-repeat center center/100% 100%;
}

.lang_ko .back_home {
    width: 2.52rem;
    height: .88rem;
    background: url('../images/ko/back_home.png') no-repeat center center/100% 100%;
}

.lang_ja .back_home {
    width: 3.71rem;
    height: .88rem;

    background: url('../images/ja/back_home.png') no-repeat center center/100% 100%;
}

.reward {
    position: fixed;
    bottom: .2rem;
    right: 0;
    width: 4.4rem;
    height: 1.36rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .4rem;
    color: #496f98;
    opacity: 0;
    transform: translateX(1rem);
    background: url('../images/taskbg.png') no-repeat center center/100% 100%;
    pointer-events: none;
}

.reward1 {
    position: fixed;
    bottom: .5rem;
    right: .8rem;
    z-index: 5;
}

.reward img {
    width: .61rem;
    height: .62rem;
    margin-right: .2rem;
}

.aos-animate .reward.ani {
    opacity: 1;
    transform: translateX(0);
    transition: all .5s ease-out .3s;
}

.allFeather {
    pointer-events: none;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/yumao.png') no-repeat center center/cover;
}

.aniFeather {
    pointer-events: none;
    z-index: 1;
    position: absolute;
    top: -1rem;
    left: 0;
    width: 100%;
    height: 100%;
}

.yumao {
    position: absolute;
    top: 0;
    animation-name: yumao;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-duration: 8.6s;
    pointer-events: none;
}

.yumao1 {
    width: .29rem;
    height: .69rem;
    left: 12rem;
    background: url('../images/ani3/11.png') no-repeat 100%/100% 100%;
    animation-duration: 28.6s;
}

.yumao2 {
    width: .5rem;
    height: .59rem;
    left: 5.1rem;
    background: url('../images/ani3/10.png') no-repeat 100%/100% 100%;
    animation-duration: 16.6s;
}

.yumao3 {
    width: .80rem;
    height: .81rem;
    left: 1.03rem;
    background: url('../images/ani3/9.png') no-repeat 100%/100% 100%;
    animation-duration: 24.6s;
}

.yumao4 {
    width: 1.07rem;
    height: 1.08rem;
    left: 1.96rem;
    background: url('../images/ani3/8.png') no-repeat 100%/100% 100%;
    animation-duration: 23.6s;
}

.yumao5 {
    width: 1.04rem;
    height: .77rem;
    right: 1.9rem;
    background: url('../images/ani3/7.png') no-repeat 100%/100% 100%;
    animation-duration: 15.6s;
}

.yumao6 {
    width: .99rem;
    height: .6rem;
    left: 12.9rem;
    background: url('../images/ani3/6.png') no-repeat 100%/100% 100%;
    animation-duration: 20.6s;
}

.yumao7 {
    width: .78rem;
    height: 1.17rem;
    left: 18.5rem;
    background: url('../images/ani3/5.png') no-repeat 100%/100% 100%;
    animation-duration: 22.6s;
}

.yumao8 {
    width: .95rem;
    height: .68rem;
    left: 7.4rem;
    background: url('../images/ani3/4.png') no-repeat 100%/100% 100%;
    animation-duration: 18s;
}

.yumao9 {
    width: .81rem;
    height: .95rem;
    left: .5rem;
    background: url('../images/ani3/3.png') no-repeat 100%/100% 100%;
    animation-duration: 16.6s;
}

.yumao10 {
    width: .33rem;
    height: .65rem;
    left: 4.3rem;
    background: url('../images/ani3/2.png') no-repeat 100%/100% 100%;
    animation-duration: 22.6s;
}

.yumao11 {
    width: .34rem;
    height: .55rem;
    left: 3.3rem;
    background: url('../images/ani3/1.png') no-repeat 100%/100% 100%;
    animation-duration: 28.6s;
}

.pop9_con {
    width: 100vw;
    height: 100vh;
}

.pop9_con div {
    cursor: pointer;
    position: absolute;
    bottom: .2rem;
    right: .2rem;
    width: 7.59rem;
    height: .72rem;
    background: url('../images/pop7.png') no-repeat center center/100% 100%;
    animation: ani 1s ease-in-out infinite alternate;
}

.lang_ko .pop9_con div {
    width: 5.16rem;
    height: .69rem;
    background: url('../images/ko/pop7.png') no-repeat center center/100% 100%;
}

.lang_ja .pop9_con div {
    width: 4.28rem;
    height: .68rem;
    background: url('../images/ja/pop7.png') no-repeat center center/100% 100%;
}

.lang_zh .pop9_con div {
    width: 4.28rem;
    height: .68rem;
    background: url('../images/zh/pop7.png') no-repeat center center/100% 100%;
}

.progress_renwu1 {
    background: url('../images/lifu-1.gif') no-repeat center/100% 100%;
}

.progress_renwu2 {
    background: url('../images/fenxiyuan-1.gif') no-repeat center/100% 100%;
}

.swiperBox,
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    opacity: 0 !important;
}

.swiper-slide-active {
    opacity: 1 !important;
}

.pptPage,
.aniPage {
    cursor: pointer;
}

.page_box {
    width: 19.2rem;
    height: 9.29rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.envelope_bg {
    width: 19.2rem;
    height: 9.29rem;
    background: url('../images/envelope_bg.png') no-repeat center center/cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.envelope_mian {
    width: 6.66rem;
    height: 2.27rem;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: translateZ(1px);
}

.envelope_mian div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/envelope_mian.png') no-repeat center center/100% 100%;
}

.envelope_bg2 {
    position: absolute;
    width: 16.74rem;
    height: 9.05rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    background: url('../images/envelope_bg2.png') no-repeat center center/cover;
    opacity: 0;
    /* transform: translateY(-100%); */
    transition: all .4s ease-out;
}

.envelope_bg2_des {
    /* padding-left: 1rem; */
    box-sizing: border-box;
}

.pptPage1 .envelope_bg2_des p {
    text-align: initial;
}

.pptPage1 .envelope_bg2_des {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.4rem;
    overflow-x: hidden;
    position: relative;
    height: 6.2rem;
}

.pptPage1 .envelope_bg2_des .scroll-container {
    pointer-events: none;
    position: absolute;
    right: -20px;
    width: 100%;
    top: 0;
}

.scroll-container::-webkit-scrollbar {
    display: none;
}

.pptPage1 .envelope_bg2_des p {
    margin: 0;
    line-height: 1.7;
}

.pptPage1 .envelope_bg2_des p span {
    color: #255ca6;
}

.envelope_bg2_des {
    width: 10.68rem;
    margin: 0 auto;
}

.envelope_bg2_des p {
    width: 100%;
    box-sizing: border-box;
    color: #484745;
    font-size: .32rem;
    /*opacity: 0;*/
}

.aos-animate .envelope_bg2_des>p {
    position: relative;
    margin-top: 1.2rem;
    margin-bottom: 0;
}

.aos-animate .envelope_bg2_des>p {
    opacity: 1;
    transition: all .5s ease-out .5s;
    line-height: 1.7;
}

.envelope_bg2_des>div {
    height: 6.2rem;
    overflow: hidden;
    overflow-y: auto;
    overflow-anchor: auto;
    padding-top: .14rem;
    padding-right: 20px;
    box-sizing: border-box;
}

.aos-animate .envelope_bg2 {
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: all .4s ease-out .3s;
}

.pass-animate .envelope_bg2 {
    transform: translateY(-50%);
    opacity: 0;
    transition: all .4s ease-out;
}

.character {
    position: absolute;
    top: 0;
    width: 7.11rem;
    height: 8.80rem;
    transform: perspective(13.02083rem) rotateY(-100deg);
    opacity: 0;
}

.character .mt10 {
    margin-top: .1rem;
}

.character img {
    width: 100%;
    height: 100%;
}

.aos-animate .character {
    opacity: 1;
    transition: all .5s .5s;
    transform: perspective(13.02083rem) rotateY(0);
}

.zs1 {
    position: absolute;
    top: -.1rem;
    left: .7rem;
    width: 2.89rem;
    height: 1.88rem;
    background: url('../images/zs1.png') no-repeat center center/100% 100%;
    opacity: 0;
    transform: translateZ(1px);
    z-index: 1;
}

.zs2 {
    position: absolute;
    bottom: .2rem;
    left: 4.85rem;
    width: 4.02rem;
    height: 4.4rem;
    background: url('../images/zs2.png') no-repeat center center/100% 100%;
    opacity: 0;
    transform: translateZ(1px);
    z-index: 1;
}

.aos-animate .zs1,
.aos-animate .zs2 {
    opacity: 1;
    transition: all .5s ease-out 1s;
}

.pptPage1 .aos-animate .zs1,
.pptPage1 .aos-animate .zs2 {
    transition: all .5s ease-out;
}

.experience {
    width: 7.48rem;
    height: 3.5rem;
    color: #484745;
    position: absolute;
    top: 1.2rem;
    font-size: .33rem;
    right: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-.26042rem);
    line-height: 1.5;
}

.lang_ja .experience1 {
    font-size: .24rem;
}

.lang_en .experience {
    line-height: 1.3;
}

.experience .mt20 {
    margin-top: .1rem;
}

.experience div::before {
    content: '';
    position: absolute;
    top: -.05rem;
    left: -.7rem;
    width: .55rem;
    height: .67rem;
    background: url('../images/zs4.png') no-repeat center center/100% 100%;
    animation: huxi 2s ease-in-out infinite;
}

.experience div {
    position: relative;
}

.experience div span {
    color: #255ca6;
}

.aos-animate .experience {
    transform: translateY(0);
    opacity: 1;
    transition: all 1s 1s;
}

.envelope_bg2_des>p::before {
    content: '';
    position: absolute;
    top: -.05rem;
    left: -.7rem;
    width: .55rem;
    height: .67rem;
    background: url('../images/zs4.png') no-repeat center center/100% 100%;
    animation: huxi 2s ease-in-out infinite;
}

.envelope_title {
    position: absolute;
    bottom: 1rem;
    right: 2.4rem;
    width: 7.98rem;
    height: 3.15rem;
    background: url('../images/zs3.png') no-repeat center center/100% 100%;
    opacity: 0;
}

.envelope_title1 {
    position: absolute;
    bottom: .8rem;
    right: 2.6rem;
    width: 8.13rem;
    height: 3.61rem;
    background: url('../images/zs6.png') no-repeat center center/100% 100%;
    opacity: 0;
}

.envelope_title div,
.envelope_title1 div {
    position: absolute;
    right: .7rem;
    top: .34rem;
    width: 4rem;
    height: 1.26rem;
    font-size: .22rem;
    color: #264166;
    display: flex;
    justify-content: center;
    align-items: center;
}

.envelope_title1 div:nth-child(2) {
    top: 1.75rem;
    right: .65rem;
    width: 4.3rem;
    transform: rotateZ(4.5deg) translateZ(0);
    will-change: transform;
    animation: initial;
    transition: initial;
    color: #fff;
}

.envelope_title1 div:nth-child(1) {
    right: .9rem;
}

.aos-animate .envelope_title {
    transform: scale(1);
    transform-origin: 7.98rem 3.15rem;
    animation: sca 1s ease-in-out 2.5s forwards;
}

.aos-animate .envelope_title1 {
    transform: scale(1);
    transform-origin: 8.13rem 3.61rem;
    animation: sca 1s ease-in-out 2.5s forwards;
}

.pptPage1 .zs1 {
    top: .1rem;
}

.pptPage1 .zs2 {
    left: initial;
    right: -1rem;
    bottom: .8rem;
}

.pet {
    position: absolute;
    opacity: 0;
    bottom: 1.5rem;
    right: 2.2rem;
}

.pet1 {
    width: 1.81rem;
    height: 1.74rem;
}

.pet2 {
    width: 1.72rem;
    height: 1.67rem;
}

.pet3 {
    width: 1.85rem;
    height: 1.6rem;
}

.pet4 {
    width: 1.8rem;
    height: 1.98rem;
    bottom: 1.4rem;
}

.pet5 {
    width: 1.85rem;
    height: 1.6rem;
}

.pet6 {
    width: 1.69rem;
    height: 1.74rem;
}

.pet7 {
    width: 2.03rem;
    height: 1.8rem;
}

.pet8 {
    width: 1.69rem;
    height: 1.74rem;
}

.pet9 {
    width: 1.99rem;
    height: 2.02rem;
    bottom: 1.4rem;
}

.pet10 {
    width: 1.75rem;
    height: 1.82rem;
    bottom: 1.45rem;
}

.pet11 {
    width: 1.72rem;
    height: 1.67rem;
}

.pet12 {
    width: 1.75rem;
    height: 2.05rem;
}

.pet13 {
    width: 1.92rem;
    height: 1.86rem;
}

.pet14 {
    width: 1.90rem;
    height: 1.87rem;
}

.pet15 {
    width: 1.82rem;
    height: 2.02rem;
}

.pet16 {
    width: 1.9rem;
    height: 1.76rem;
    bottom: 1.45rem;
}

.pet17 {
    width: 1.95rem;
    height: 1.81rem;
    bottom: 1.4rem;
}

.pet18 {
    width: 2.74rem;
    height: 2.07rem;
    bottom: 1.25rem;
    right: 1.7rem;
}

.pet19 {
    width: 1.9rem;
    height: 1.72rem;
}

.pet20 {
    width: 1.77rem;
    height: 2.03rem;
}

.aos-animate .pet {
    animation: sca1 .5s ease-in-out 2s forwards;
}

.page2_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16.3rem;
    height: 9.29rem;
}

.page2_btn {
    display: none;
}

.page2_box img,
.page2_box canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.landscape .page2_box img,
.landscape .page2_box canvas {
    width: 100vw;
    height: 100vh;
}

.portrait .page2_box img,
.portrait .page2_box canvas {
    width: 100vh;
    height: 100vw;
}


.soldier_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 7.34rem;
    height: 4.44rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.soldier_box div {
    position: absolute;
    top: 0;
    left: 0;
    width: 7.34rem;
    height: 4.44rem;
}

.aniPage1 .soldier_bg {
    animation: index-scale-QrGY2 1s linear infinite;
}

.aniPage2 .soldier_bg {
    animation: index-scale-QrGY2 1s linear infinite;
}

.soldier_des {
    opacity: 0;
    position: absolute;
    top: -1rem;
    left: 2rem;
    width: 6rem;
    height: 2.78rem;
    background: no-repeat center center/100% 100%;
    /* animation: index-fadeIn-2PNid .4s linear forwards .6s; */
}

.aniPage1 .soldier_des {
    animation: index-fadeIn-2PNid .4s linear forwards .6s;
}

.aniPage2 .soldier_des {
    animation: index-fadeIn-2PNid .4s linear forwards .6s;
}

.click_avatar_tip {
    position: absolute;
    top: .1rem;
    left: 50%;
    width: auto;
    text-align: center;
    font-size: .24rem;
    color: #496f98;
    background: url(../images/click_avater_bg.png) no-repeat center center / 100% 100%;
    height: .41rem;
    line-height: .41rem;
    opacity: 0;
    transform: translate(-50%, -.2rem);
    padding: 0 .2rem;
    z-index: 3;
    display: inline-block;
}


.aos-animate .click_avatar_tip {
    opacity: 1;
    transform: translate(-50%, 0);
    transition: all .5s ease-out 3.3s;
}

.card_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 19rem;
    height: 5.58rem;
    background: url('../images/bg.png') no-repeat center center/cover;
    transform: scale(0);
    transform-origin: center top;
    opacity: 0;
    margin: 0 auto;
}

.aos-animate .card_bg {
    opacity: 1;
    transform: scale(1);
    transition: all .5s ease-out;
}

.card_bg div {
    opacity: 0;
}

.aos-animate .card_bg div {
    opacity: 1;
}

.card_bg div:nth-child(1) {
    position: absolute;
    bottom: .6rem;
    left: 1.11rem;
    width: 16.83rem;
    height: 5.37rem;
    background: url('../images/bg1.png') no-repeat center center/100% 100%;
}

.aos-animate .card_bg div:nth-child(1) {
    transition: all .5s ease-out .5s;
}

.aos-animate .card_bg div:nth-child(2) {
    transition: all .5s ease-out 1s;
}

.aos-animate .card_bg div:nth-child(3) {
    transition: all .5s ease-out 1.5s;
}

.aos-animate .card_bg div:nth-child(4) {
    transform: translateY(0);
    transition: all 1s ease-out 1.5s;
}

.aos-animate .card_bg div:nth-child(5) {
    transition: all .5s ease-out 2s;
}

.card_bg div:nth-child(2) {
    position: absolute;
    bottom: 4.15rem;
    left: 3rem;
    width: 12.43rem;
    height: 4.79rem;
    background: url('../images/bg2.png') no-repeat center center/100% 100%;
}

.card_bg div:nth-child(3) {
    position: absolute;
    bottom: 2.54rem;
    left: 7.8rem;
    width: 5.71rem;
    height: 3.62rem;
    background: url('../images/bg3.png') no-repeat center center/100% 100%;
}

.card_bg div:nth-child(4) {
    position: absolute;
    top: -3.72rem;
    left: 1rem;
    width: 17.47rem;
    height: 3.45rem;
    background: url('../images/bg4.png') no-repeat center center/100% 100%;
    transform: translateY(-3.45rem);
}

.card_bg div:nth-child(5) {
    position: absolute;
    bottom: 1.4rem;
    left: 1.2rem;
    width: 16.65rem;
    height: 4.17rem;
    background: url('../images/bg5.png') no-repeat center center/100% 100%;
}

.dialog_box {
    position: absolute;
    bottom: 1.14rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 14.05rem;
    height: 7.47rem;
    pointer-events: none;
}

.dialog {
    position: relative;
    width: 1.06rem;
    height: 1.5rem;
    background-image: url('../images/tar.png');
    background-size: 100% 100%;
    cursor: pointer;
}

.flower {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1.2rem;
    height: 1.17rem;
    background: url('../images/tar1.png') no-repeat center center/100% 100%;
    z-index: 1;
}

.flower_box {
    position: absolute;
    top: .05rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: .94rem;
    height: .94rem;
    overflow: hidden;
    border-radius: 50%;
}

.flower_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dialog_box>div {
    position: absolute;
    opacity: 0;
    transform: scale(0.5);
}

.aos-animate .dialog_box>div {
    opacity: 1;
    transform: scale(1);
}

.dialog_box>div:nth-child(1) {
    top: 2.9rem;
    left: 2.19rem;
    transition: all .5s ease-out 3.1s;
    transition-property: opacity, transform;
}

.dialog_box>div:nth-child(2) {
    top: 4.29rem;
    left: 0;
    transition: all .5s ease-out 3.3s;
    transition-property: opacity, transform;
}

.dialog_box>div:nth-child(3) {
    top: 5.4rem;
    left: 1.25rem;
    transition: all .5s ease-out 3.5s;
    transition-property: opacity, transform;
}

.dialog_box>div:nth-child(4) {
    top: 4.9rem;
    left: 2.44rem;
    transition: all .5s ease-out 3.3s;
    transition-property: opacity, transform;
}

.dialog_box>div:nth-child(5) {
    top: 3.7rem;
    left: 3.9rem;
    transition: all .5s ease-out 3.1s;
    transition-property: opacity, transform;
}

.dialog_box>div:nth-child(6) {
    top: 5.6rem;
    left: 4.1rem;
    transition: all .5s ease-out 3.7s;
    transition-property: opacity, transform;
}

.dialog_box>div:nth-child(7) {
    top: 2.8rem;
    left: 5.09rem;
    transition: all .5s ease-out 3.5s;
    transition-property: opacity, transform;
}

.dialog_box>div:nth-child(8) {
    top: 5.16rem;
    left: 5.32rem;
    transition: all .5s ease-out 3.9s;
    transition-property: opacity, transform;
}

.dialog_box>div:nth-child(9) {
    top: 0;
    left: 4.7rem;
    transition: all .5s ease-out 3.5s;
    transition-property: opacity, transform;
}

.dialog_box>div:nth-child(10) {
    top: 5.6rem;
    left: 7.1rem;
    transition: all .5s ease-out 3.1s;
    transition-property: opacity, transform;
}

.dialog_box>div:nth-child(11) {
    /*top: 5.6rem;*/
    /*left: 7.1rem;*/
    top: 3.3rem;
    right: .5rem;
    transition: all .5s ease-out 3.3s;
    transition-property: opacity, transform;
}

.dialog_box>div:nth-child(12) {
    bottom: 0;
    left: 8.39rem;
    transition: all .5s ease-out 3.1s;
    transition-property: opacity, transform;
}

.dialog_box>div:nth-child(13) {
    top: .4rem;
    left: 8.6rem;
    transition: all .5s ease-out 3.5s;
    transition-property: opacity, transform;
}

.dialog_box>div:nth-child(14) {
    top: 1.5rem;
    left: 9.4rem;
    transition: all .5s ease-out 3.3s;
    transition-property: opacity, transform;
}

.dialog_box>div:nth-child(15) {
    top: 3.1rem;
    left: 10rem;
    transition: all .5s ease-out 3.1s;
    transition-property: opacity, transform;
}

.dialog_box>div:nth-child(15) .flower_box img {
    transform: scale(1.4)
}

.dialog_box>div:nth-child(16) {
    top: 3.9rem;
    left: 11.2rem;
    transition: all .5s ease-out 3.5s;
    transition-property: opacity, transform;
}

.dialog_box>div:nth-child(17) {
    top: 5rem;
    left: 9.5rem;
    transition: all .5s ease-out 3.1s;
    transition-property: opacity, transform;
}

.dialog_box>div:nth-child(18) {
    top: 5.8rem;
    transition: all .5s ease-out 3.3s;
    transition-property: opacity, transform;
    right: 1.09rem;
}

.dialog_box>div:nth-child(19) {
    top: 4.9rem;
    right: 0rem;
    transition: all .5s ease-out 3.5s;
    transition-property: opacity, transform;
}

.dialog_box>div:nth-child(20) {
    top: .8rem;
    left: 7.1rem;
    transition: all .5s ease-out 3.5s;
    transition-property: opacity, transform;
}

.dialog_box>div:nth-child(20) img {
    transform: translateX(-.1rem) scale(1.3);
}

.down {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 2.92rem;
    height: 1.21rem;
    background: url('../images/down.png') no-repeat center center/100% 100%;
    opacity: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #213e65;
    font-size: .36rem;
    padding-bottom: .1rem;
    box-sizing: border-box;
}

.lang_ko .down {
    font-size: .24rem;
}

.down.ani {
    pointer-events: initial;
    animation: ani3 .5s ease-in-out .7s forwards;
}

.qipao {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 16.34rem;
    height: 9.29rem;
    background: url('../images/en/ciku1.png') no-repeat center center/100% 100%;
    opacity: 0;
}

.lang_zh .qipao {
    background-image: url('../images/zh/ciku1.png');
}

.lang_ja .qipao {
    background-image: url('../images/ja/ciku1.png');
}

.lang_ko .qipao {
    background-image: url('../images/ko/ciku1.png');
}

.item {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 16.34rem 9.29rem
}

.lang_zh .item {
    background-image: url('../images/zh/ciku1.png');
}

.lang_en .item {
    background-image: url('../images/en/ciku1.png');
}

.lang_ko .item {
    background-image: url('../images/ko/ciku1.png');
}

.lang_ja .item {
    background-image: url('../images/ja/ciku1.png');
}

.qipao div:nth-child(1) {
    top: 1.1rem;
    left: 5.21rem;
    width: 1.45rem;
    height: 1.05rem;
    background-position: -5.21rem -1.1rem;
}

.qipao div:nth-child(2) {
    top: 1.5rem;
    left: 6.7rem;
    width: 1.3rem;
    height: .8rem;
    background-position: -6.7rem -1.5rem;
}

.lang_en .qipao div:nth-child(3) {
    top: 1.0rem;
    left: 9rem;
    width: 1.83rem;
    height: 1.15rem;
    background-position: -9rem -1.0rem;
}

.qipao div:nth-child(3) {
    top: 1.0rem;
    left: 8.84rem;
    width: 1.06rem;
    height: 1.42rem;
    background-position: -8.84rem -1.0rem;
}

.qipao div:nth-child(4) {
    top: 2.15rem;
    left: 10.05rem;
    width: 1.66rem;
    height: 1.13rem;
    background-position: -10.05rem -2.15rem;
}

.lang_ja .qipao div:nth-child(4) {
    top: 2.2rem;
    left: 10rem;
    width: 1.66rem;
    height: 1.13rem;
    background-position: -10rem -2.2rem -106.792px;
}

.lang_zh .qipao div:nth-child(4),

.lang_ko .qipao div:nth-child(4) {
    top: 2.15rem;
    left: 10rem;
    width: 1.66rem;
    height: 1.13rem;
    background-position: -10rem -2.15rem;
}

.lang_ko .qipao div:nth-child(4) {
    top: 2rem;
    left: 10rem;
    width: 1.66rem;
    height: 1.13rem;
    background-position: -10rem -2rem;
}

.qipao div:nth-child(5) {
    top: 2.3rem;
    left: 4.29rem;
    width: 1.54rem;
    height: .88rem;
    background-position: -4.29rem -2.3rem;
}

.qipao div:nth-child(6) {
    top: 2.4rem;
    left: 5.98rem;
    width: .95rem;
    height: .84rem;
    background-position: -5.98rem -2.4rem;
}

.qipao div:nth-child(7) {
    top: 2.38rem;
    left: 7rem;
    width: 1.37rem;
    height: .96rem;
    background-position: -7rem -2.38rem;
}

.qipao div:nth-child(8) {
    top: 2.4rem;
    left: 8.4rem;
    width: 1.6rem;
    height: .9rem;
    background-position: -8.4rem -2.4rem;
}

.qipao div:nth-child(9) {
    top: 3.25rem;
    left: 10rem;
    width: 1.9rem;
    height: .98rem;
    background-position: -10rem -3.25rem;
}

.lang_ja .qipao div:nth-child(9) {
    top: 3.35rem;
    left: 10rem;
    width: 1.9rem;
    height: .9rem;
    background-position: -10rem -3.35rem;
}

.qipao div:nth-child(10) {
    top: 3.5rem;
    left: 4rem;
    width: 1.62rem;
    height: .86rem;
    background-position: -4rem -3.5rem;
}

.lang_zh .qipao div:nth-child(10) {
    top: 3.19rem;
    left: 4.15rem;
    width: 1.01rem;
    height: 1.61rem;
    background-position: -4.15rem -3.19rem;
}

.lang_ko .qipao div:nth-child(10) {
    top: 3.45rem;
    left: 4.1rem;
    width: 1.7rem;
    height: 1.1rem;
    background-position: -4.1rem -3.45rem;
}

.lang_ja .qipao div:nth-child(10) {
    top: 3.35rem;
    left: 4rem;
    width: 1.01rem;
    height: 1.31rem;
    background-position: -4rem -3.35rem;
}

.qipao div:nth-child(11) {
    top: 3.38rem;
    left: 5.28rem;
    width: 1.5rem;
    height: 1.2rem;
    background-position: -5.28rem -3.38rem;
}

.lang_en .qipao div:nth-child(11) {
    top: 3.38rem;
    left: 5.7rem;
    width: 1.5rem;
    height: 1.2rem;
    background-position: -5.7rem -3.38rem;
}

.lang_ko .qipao div:nth-child(11) {
    top: 3.3rem;
    left: 5.9rem;
    width: 1.3rem;
    height: 1.1rem;
    background-position: -5.9rem -3.3rem;
}

.lang_ja .qipao div:nth-child(11) {
    top: 3.35rem;
    left: 5.3rem;
    width: 1.5rem;
    height: 1.2rem;
    background-position: -5.3rem -3.35rem;
}

.qipao div:nth-child(12) {
    top: 3.36rem;
    left: 7.2rem;
    width: 2.68rem;
    height: 1.13rem;
    background-position: -7.2rem -3.36rem;
}

/* .qipao div:nth-child(13) {
    top: 3.67rem;
    left: 10.02rem;
    width: 2.11rem;
    height: .9rem;
    background-position: -10.02rem -3.67rem;
} */

.qipao div:nth-child(13) {
    top: 4.56rem;
    left: 5rem;
    width: 1.8rem;
    height: 1.01rem;
    background-position: -5rem -4.56rem;
}

.qipao div:nth-child(14) {
    top: 4.53rem;
    left: 6.92rem;
    width: 1.5rem;
    height: 1.07rem;
    background-position: -6.92rem -4.53rem;
}

.qipao div:nth-child(15) {
    top: 4.6rem;
    left: 8.59rem;
    width: 1.27rem;
    height: .93rem;
    background-position: -8.59rem -4.6rem;
}

.qipao div:nth-child(16) {
    top: 4.3rem;
    left: 10.1rem;
    width: 1.55rem;
    height: 1.11rem;
    background-position: -10.1rem -4.3rem;
}

.qipao div:nth-child(17) {
    top: 5.59rem;
    left: 5.83rem;
    width: 1.55rem;
    height: .82rem;
    background-position: -5.83rem -5.59rem;
}

.qipao div:nth-child(12) span {
    font-size: .26rem;
    color: #496f98;
    position: absolute;
    top: 0.27rem;
    left: .32rem;
    width: 2.2rem;
    height: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    line-height: .5rem;
}

.lang_ja .qipao div:nth-child(12) span,
.lang_ko .qipao div:nth-child(12) span {
    left: .26rem;
}

.lang_en .qipao div:nth-child(12) span {
    left: .25rem;
}

.qipao .item.act span {
    color: #ffffff;
}

.qipao div:nth-child(18) {
    top: 5.69rem;
    left: 7.54rem;
    width: 1.55rem;
    height: 1.04rem;
    background-position: -7.54rem -5.69rem;
}

.qipao div:nth-child(19) {
    top: 5.71rem;
    left: 9.25rem;
    width: 1.29rem;
    height: .9rem;
    background-position: -9.25rem -5.71rem;
}

.qipao div:nth-child(20) {
    top: 6.42rem;
    left: 5.97rem;
    width: 1.2rem;
    height: .86rem;
    background-position: -5.97rem -6.42rem;
}

.qipao div:nth-child(21) {
    top: 6.74rem;
    left: 7.22rem;
    width: 1.35rem;
    height: 1rem;
    background-position: -7.22rem -6.74rem;
}

.item.act {
    background-repeat: no-repeat;
    background-size: 16.34rem 9.29rem
}

.lang_en .item.act {
    background-image: url('../images/en/ciku.png');
}

.lang_zh .item.act {
    background-image: url('../images/zh/ciku.png');
}

.lang_ko .item.act {
    background-image: url('../images/ko/ciku.png');
}

.lang_ja .item.act {
    background-image: url('../images/ja/ciku.png');
}

.aos-animate .qipao {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: all .5s ease-out 2.5s;
}

.qipao_tip {
    text-align: center;
    font-size: .38rem;
    color: #e5e5e5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .4rem;
    margin: 0 auto;
    opacity: 0;
}

.aos-animate .qipao_tip {
    opacity: 1;
    transition: all .4s ease-out 3.5s;
}

.aos-animate .comp {
    opacity: 1;
    transition: all .4s ease-out 3.5s;
    pointer-events: initial;
}

.comp {
    width: 4.04rem;
    height: 1.75rem;
    background: url('../images/wancheng.png') no-repeat center center/100% 100%;
    position: absolute;
    right: 2.5rem;
    bottom: 1rem;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #213e65;
    font-size: .42rem;
    padding-bottom: .15rem;
    box-sizing: border-box;
}

.active .comp {
    display: none;
}

.entry {
    opacity: 0;
    width: 16.34rem;
    height: 9.29rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.entry.active {
    opacity: 1;
    pointer-events: initial;
}

.bubble {
    width: 16.34rem;
    height: 9.29rem;
    background: url('../images/ciku3.png') no-repeat center center/100% 100%;
    opacity: 0;
    transform: scale(0);
    overflow: hidden;
}

.active .bubble {
    opacity: 1;
    transform: scale(1);
    transition: all .5s ease-out;
}

.active .generate {
    opacity: 1;
    transition: all .5s ease-out;
    pointer-events: initial;
}

.generate {
    width: 4.61rem;
    height: 1.97rem;
    background: url('../images/cre.png') no-repeat center center/100% 100%;
    position: absolute;
    right: 1.8rem;
    top: -.1rem;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #213e65;
    font-size: .3rem;
    padding-bottom: .18rem;
    box-sizing: border-box;
}

.bubble_des {
    position: absolute;
    top: 2.6rem;
    left: 5rem;
    color: #f9a539;
    width: 5.8rem;
    height: 3.1rem;
    font-size: .33rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #0d1528;
    font-size: .3rem;
}

.name_des {
    margin-bottom: .2rem;
}

.lang_ja .name_des {
    margin-bottom: .1rem;
}

.lb_des {
    padding-left: .4rem;
    box-sizing: border-box;
}

.back_xg {
    position: absolute;
    top: .48rem;
    left: 9rem;
    width: 2.35rem;
    height: .91rem;
    background: url('../images/back_xg.png') no-repeat center center/100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: .32rem;
    box-sizing: border-box;
    padding-bottom: .1rem;
}

.back_xg span {
    position: relative;
    transform: translateX(.1rem);
}

.back_xg span::after {
    position: absolute;
    content: '';
    top: 50%;
    left: -.4rem;
    transform: translateY(-50%);
    width: .18rem;
    height: .22rem;
    background: url('../images/jiantou.png') no-repeat center center/100% 100%;
}

.sharepage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18.26rem;
    height: 8.96rem;
    background: url('../images/sharepage1.png') no-repeat center center/cover;
}

.sharepage_con {
    width: 7.67rem;
    height: 5.96rem;
    position: absolute;
    right: 1.3rem;
    top: 1.7rem;
}

.sharepage_title {
    position: relative;
    color: #3c4146;
    display: flex;
    margin-bottom: .35rem;
    margin-top: .55rem;
}

.lang_ja .sharepage_title {
    position: relative;
    color: #3c4146;
    display: flex;
    margin-top: .55rem;
    margin-bottom: 0;
}

.sharepage_title h3 {
    position: absolute;
    top: -.3rem;
    font-size: .18rem;
    color: #c4a37f;
    font-family: 'MF';
}

.sharepage_title p {
    margin: 0;
    font-size: .58rem;
    line-height: 0.7rem;
}

.lang_en .sharepage_title p {
    font-size: .4rem;
}

.lang_ko .sharepage_title p {
    font-size: .5rem;
}

.lang_ja .sharepage_title p {
    font-size: .36rem;
}

.sharepage_title a {
    width: .46rem;
    height: .36rem;
    background: url('../images/des.png') no-repeat center center/100% 100%;
    align-self: end;
    margin-left: .3rem;
    transform: translateY(-.08rem);

}

.sharepage_des {
    /* width: 5.8rem; */
    color: #496f98;
    font-size: .25rem;
    line-height: 1.5;
}


.pop5_sure,
.pop7_sure {
    width: 2.39rem;
    height: .93rem;
    background: url('../images/sure.png') no-repeat center center/100% 100%;
    position: absolute;
    bottom: 1rem;
    right: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .32rem;
    color: #ffffff;
    box-sizing: border-box;
    padding-bottom: .03rem;
}

.leng_en .pop5_sure {
    right: .7rem;
}

.pop5_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 1.4rem;
    width: 13.38rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.lang_ko .pop5_box,
.lang_zh .pop5_box {
    width: 13rem;
}

.part_tit>span {
    font-size: .26rem;
    padding: .02rem .1rem;
    background: #ffffff;
    color: #c0a87a;
    display: inline-block;
    border-radius: .14rem;
}

.pop7_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 1.2rem;
    width: 13.75rem;
    margin: 0 auto;
}

.pop7_box p {
    color: #001562;
    font-size: .3rem;
    margin: 0;
    margin-bottom: .2rem;
}

.pop5_box>div,
.pop7_box>div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .15rem;
}

.pop7_box>div {
    margin-bottom: .15rem;
}

.pop5_box>div>div,
.pop7_box>div>div {
    position: relative;
    height: .44rem;
    padding: 0 .1rem .03rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../images/lable_c1.png') repeat;
    margin-right: .3rem;
    margin-bottom: .2rem;
    font-size: .24rem;
    box-sizing: border-box;
    cursor: pointer;
}

.pop5_box>div>div.act,
.pop7_box>div>div.act {
    background: url('../images/lable_c.png') repeat;
}

.pop5_box>div>div::after,
.pop7_box>div>div::after {
    content: '';
    position: absolute;
    right: -.05rem;
    top: 0;
    width: .05rem;
    height: .44rem;
    background: url('../images/lable_r1.png') no-repeat 100% /100% 100%;
}

.pop5_box>div>div.act::after,
.pop7_box>div>div.act::after {
    background: url('../images/lable_r.png') repeat;
}

.pop5_box>div>div::before,
.pop7_box>div>div::before {
    content: '';
    position: absolute;
    left: -.05rem;
    top: 0;
    width: .05rem;
    height: .44rem;
    background: url('../images/lable_l1.png') no-repeat 100% /100% 100%;
}

.pop5_box>div>div.act::before,
.pop7_box>div>div.act::before {
    background: url('../images/lable_l.png') repeat;
}


#pop6 .share_list {
    position: absolute;
    bottom: -1.1rem;
    top: initial;
    left: initial;
    right: -1rem;
}

.share_list_bot {
    background-color: #ffffff55;
    border-radius: .2rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    padding: .05rem;
}

.share_list_bot a {
    border-radius: 50%;
    box-shadow: 0 0 .13rem rgba(16, 25, 34, 0.2), 0 0 .18rem rgba(123, 155, 207, .9);
}


.pop6_con {
    width: 80%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop6_des {
    font-size: .33rem;
    position: absolute;
    bottom: -.9rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.share_img {
    position: relative;
}

.share_img img {
    width: 100%;
    object-fit: contain;
    object-position: center;
    margin: auto;
    display: block;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.share_qian {
    width: 18.26rem;
    height: 8.96rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lang_en .share_qian {
    background: url('../images/en/share.png') no-repeat center center/100% 100%;
}

.lang_ja .share_qian {
    background: url('../images/ja/share.png') no-repeat center center/100% 100%;
}

.lang_zh .share_qian,
.lang_ko .share_qian {
    background: url('../images/zh/share.png') no-repeat center center/100% 100%;
}

.share_des {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 6.2rem;
    position: absolute;
    top: 2rem;
    left: 7.85rem;
}

.lang_ja .share_des {
    top: 2.7rem;
}

.share_des p {
    position: relative;
    margin: 0;
    margin-bottom: 0;
    opacity: 0;
    background-image: url('../images/en/des.png');
    background-size: 8.09rem 4.58rem;
    width: 8.09rem;
    height: .4rem;
}

.lang_zh .share_des p {
    margin-bottom: 0;
    background-image: url('../images/zh/des.png');
    background-size: 6.51rem 3.7rem;
    width: 6.51rem;
    height: .55rem;
}

.lang_ja .share_des p {
    margin-bottom: 0;
    background-image: url('../images/ja/des.png');
    background-size: 9.57rem 2.9rem;
    width: 9.57rem;
    height: .5rem;
}

.lang_ko .share_des p {
    margin-bottom: 0;
    background-image: url('../images/ko/des.png');
    background-size: 7.11rem 3.8rem;
    width: 7.11rem;
    height: .48rem;
}

.share_des p:nth-child(1) {
    background-position: 0 0;
}

.share_des p:nth-child(2) {
    background-position: 0 -.4rem;
}

.lang_zh .share_des p:nth-child(2) {
    background-position: 0 -.55rem;
}

.lang_ja .share_des p:nth-child(2) {
    background-position: 0 -.49rem;
}

.lang_ko .share_des p:nth-child(2) {
    background-position: 0 -.48rem;
}

.share_des p:nth-child(3) {
    background-position: 0 -.82rem
}

.lang_zh .share_des p:nth-child(3) {
    background-position: 0 -1.1rem;
}

.lang_ja .share_des p:nth-child(3) {
    background-position: 0 -.97rem;
}

.lang_ko .share_des p:nth-child(3) {
    background-position: 0 -.94rem;
}

.share_des p:nth-child(4) {
    background-position: 0 -1.27rem;
}

.lang_zh .share_des p:nth-child(4) {
    background-position: 0 -1.6rem;
}

.lang_ja .share_des p:nth-child(4) {
    background-position: 0 -1.43rem;
}

.lang_ko .share_des p:nth-child(4) {
    background-position: 0 -1.38rem;
}

.share_des p:nth-child(5) {
    background-position: 0 -1.67rem
}

.lang_zh .share_des p:nth-child(5) {
    background-position: 0 -2.1rem;
}

.lang_ja .share_des p:nth-child(5) {
    background-position: 0 -1.88rem;
}

.lang_ko .share_des p:nth-child(5) {
    background-position: 0 -1.86rem;
}

.share_des p:nth-child(6) {
    background-position: 0 -2.11rem
}

.lang_zh .share_des p:nth-child(6) {
    background-position: 0 -2.6rem;
}

.lang_ja .share_des p:nth-child(6) {
    background-position: 0 -2.32rem;
}

.lang_ko .share_des p:nth-child(6) {
    background-position: 0 -2.33rem;
}

.share_des p:nth-child(7) {
    background-position: 0 -2.53rem
}

.lang_ko .share_des p:nth-child(7) {
    background-position: 0 -2.8rem;
}

.lang_zh .share_des p:nth-child(7) {
    background-position: 0 -3.1rem;
}

.lang_ko .share_des p:nth-child(8) {
    background-position: 0 -3.28rem;
}

.share_des p:nth-child(8) {
    background-position: 0 -2.98rem;
    display: block;
}

.share_des p:nth-child(9) {
    background-position: 0 -3.4rem;
    display: block;
}

.share_des p:nth-child(10) {
    background-position: 0 -3.85rem;
    display: block;
}

.share_des p:nth-child(11) {
    height: .3rem;
    display: block;
    background-position: 0 -4.28rem
}

.aos-animate .share_des p:nth-child(1) {
    opacity: 1;
    transition: all .5s ease-out .5s;
}

.aos-animate .share_des p:nth-child(2) {
    opacity: 1;
    transition: all .5s ease-out 1s;
}

.aos-animate .share_des p:nth-child(3) {
    opacity: 1;
    transition: all .5s ease-out 1.5s;
}

.aos-animate .share_des p:nth-child(4) {
    opacity: 1;
    transition: all .5s ease-out 2s;
}

.aos-animate .share_des p:nth-child(5) {
    opacity: 1;
    transition: all .5s ease-out 2.5s;
}

.aos-animate .share_des p:nth-child(6) {
    opacity: 1;
    transition: all .5s ease-out 3s;
}

.aos-animate .share_des p:nth-child(7) {
    opacity: 1;
    transition: all .5s ease-out 3.5s;
}

.aos-animate .share_des p:nth-child(8) {
    opacity: 1;
    transition: all .5s ease-out 4s;
}

.aos-animate .share_des p:nth-child(9) {
    opacity: 1;
    transition: all .5s ease-out 4.5s;
}

.aos-animate .share_des p:nth-child(10) {
    opacity: 1;
    transition: all .5s ease-out 5s;
}

.aos-animate .share_des p:nth-child(11) {
    opacity: 1;
    transition: all .5s ease-out 5.5s;
}

.share_btn {
    background: url("../images/btn_create.png") no-repeat center center/100% 100%;
    width: 3.71rem;
    height: 1.48rem;
    opacity: 0;
    margin: .2rem auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #213e65;
    font-size: .24rem;
    padding-bottom: .1rem;
    box-sizing: border-box;
}

.lang_zh .share_btn {
    font-size: .28rem;
}

.aos-animate .share_btn {
    opacity: 1;
    transition: all .5s ease-out 3.9s;
}

.lang_en .aos-animate .share_btn {
    opacity: 1;
    transition: all .5s ease-out 5.9s;
}

.share_box {
    position: absolute;
    right: -0.5rem;
    text-align: center;
    width: 5.26rem;
    height: 2.81rem;
    top: 3.9rem;
}

.share_box p {
    font-size: .2rem;
    color: #496f98;
    margin: 0;
    width: 5rem;
    position: absolute;
    left: -.5rem;
    top: 1.9rem;
    z-index: 3;
    transform: translateZ(1px);
}

.share {
    position: absolute;
    z-index: 1;
    display: flex;
    width: 3.86rem;
    height: 1.58rem;
    background: url('../images/share.png') no-repeat center center/100% 100%;
    justify-content: center;
    align-items: center;
    color: #213e65;
    font-size: .46rem;
    padding-bottom: .13rem;
    box-sizing: border-box;
    left: 0;
    top: 0.44rem;
    transform: translateZ(1px);
}

.share_box img {
    position: absolute;
    right: 0rem;
    top: 0rem;
    width: 2.45rem;
    height: 2.81rem;
    pointer-events: none;
    z-index: 1;
    transform: translateZ(1px);
}

.sharepage_user_top {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    width: 100%;
    font-size: .25rem;
    color: #3c4146;
}

.sharepage_user_top span:nth-child(1) {
    width: 1.65rem;
}

.sharepage_user_top span:nth-child(2) {
    width: 3.5rem;
}

.sharepage_user_top .yellow {
    color: #c4a37f;
    font-family: 'MF';
    font-size: .18rem;
    margin-right: .15rem;
}

.sharepage_user_top .yellow:last-child {
    margin-right: 0;
}

.sharepage_user_bottom {
    display: flex;
    color: #3c4146;
}

.sharepage_user_bottom span:nth-child(1) {
    font-size: .62rem;
    line-height: 0.7rem;
    width: 5rem;
}

.sharepage_user_bottom span:nth-child(2) {
    font-size: .32rem;
    align-self: flex-end;
    transform: translateY(-.05rem);
}

.signature {
    width: 7.23rem;
    height: 1.55rem;
    position: absolute;
    right: .3rem;
    bottom: 1.25rem;
}

.pop-tit {
    font-size: .28rem;
    color: #ffffff;
    background: url("../images/ti.png") no-repeat center/100% 100%;
    min-width: 4.22rem;
    padding: 0 .1rem;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
}

.select_form {
    width: 5.0rem;
    margin: .2rem auto;
}

.select_box {
    width: 5.0rem;
    height: .7rem;
    line-height: .7rem;
    margin: .2rem auto;
    color: #255ca6;
    border: .02rem solid #ddd;
    border-radius: .01rem;
    /* padding: 0 .1rem; */
}

select {}

.select_box select,
.select_box input {
    width: 5.0rem;
    height: 100%;
    background: none;
    border: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0 .1rem;
    outline: none;
}


.btn_confirm {
    width: 2.39rem;
    height: .93rem;
    background: url('../images/sure.png') no-repeat center center/100% 100%;
    color: #ffffff;
    line-height: .93rem;
    text-align: center;
}

.btn_confirm.disabled {
    filter: grayscale(100%);
    pointer-events: none;
}

.pop2_con_des {
    width: 6.5rem;
    height: 2.28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #496f98;
    font-size: .32rem;
    margin-top: .9rem;
    margin: 1rem auto 0;
    text-align: center;
}

.pop5_box .pop_title {
    width: initial;
    color: #496f98;
    font-size: .24rem;
    height: .4rem;
    text-align: center;
    background: url('../images/cytitle.png') no-repeat center center/auto 100%;
    margin: 0 auto;
}

.language_box {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    display: flex;
    flex-direction: column;
    z-index: 10;
    width: 1.79rem;
    height: 2.18rem;
}

.language_box a {
    width: 100%;
    height: .43rem;
}

.lang_zh .language_box {
    background: url('../images/zh/lang.png') no-repeat center center/100% 100%;
}

.lang_en .language_box {
    background: url('../images/en/lang.png') no-repeat center center/100% 100%;
}

.lang_ko .language_box {
    background: url('../images/ko/lang.png') no-repeat center center/100% 100%;
}

.lang_ja .language_box {
    background: url('../images/ja/lang.png') no-repeat center center/100% 100%;
}

.logo {
    position: absolute;
    top: .1rem;
    left: .5rem;
    height: .93rem;
}

.lang_en .logo {
    width: 3.38rem;
}

.lang_ko .logo {
    width: 3.35rem;
}

.lang_ja .logo {
    width: 2.98rem;
}

.lang_zh .logo {
    width: 2.98rem;
}

.cookie_box {
    position: fixed;
    bottom: .3rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: .22rem;
    z-index: 1;
}

.cookie_box .toTopSmall {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .15rem .2rem;
    border-radius: .1rem;
}

.cookie_box .toTopSmall div {
    color: #000;
    margin-right: .3rem;
    white-space: nowrap;
}

.cookie_box .toTopSmall div a {
    color: #4ecfe5;
}

.cookie_sure {
    color: #fff;
    width: 1.3rem;
    height: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3ccae3;
    border-radius: .06rem;
}

.share_desc {
    position: absolute;
    bottom: 1.1rem;
    right: 14.9rem;
}

.lang_en .share_desc {
    width: 3.16rem;
    height: .35rem;
    background: url('../images/en/share_des.png') no-repeat 100%/100% 100%;
}

.lang_ja .share_desc {
    width: 1.28rem;
    height: .51rem;
    background: url('../images/ja/share_des.png') no-repeat 100%/100% 100%;
}

.lang_zh .share_desc {
    width: 1.39rem;
    height: .46rem;
    background: url('../images/zh/share_des.png') no-repeat 100%/100% 100%;
}

.lang_ko .share_desc {
    width: 1.5rem;
    height: .51rem;
    background: url('../images/ko/share_des.png') no-repeat 100%/100% 100%;
}