.container {
    height: max(100%, 100vh);
}

.header .banner h1 {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.banner_logo {
    width: 80vw;
}
/* 
.banner_links a {
    font-size: var(--font-sz-12);
}

.beta_time {
    margin-top: 5vw;
    font-size: 0.4rem;
} */

.banner .platform_release {
    margin-top: 4vw;
    padding: 2vw 0 4vw 0;
}

.banner .platform_release a {
    margin: 0 2vw;
    width: 0.5rem;
    height: 0.5rem;
}

.sec_news,
.sec_gift_awaits,
.sec_game_features,
.sec_game_introduction {
    height: max(148.148vw, 100vh);
}

.sec_gift_awaits {
    padding: 4.629vw;
    /* background: url(../img/m_p2.jpg) no-repeat 50% 50%;
    background-size: cover; */
}


.title_top_org_line {
    position: relative;
    padding-bottom: 0.15rem;
}

.title_top_org_line::before {
    content: "";
    position: absolute;
    top: -0.3rem;
    width: 0.85rem;
    height: 0.03rem;
    background-color: var(--clr-org);
}

.title_top_db_line {
    border-top: 0.03rem solid;
    border-color: rgba(var(--bd-rgba));
    padding-top: 0.2rem;
    position: relative;
}

.title_top_db_line::before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.06rem;
    width: 100%;
    height: 0;
    border-top: 0.01rem solid;
    border-color: rgba(var(--bd-rgba));
}

.sec_title_text {
    font-size: var(--font-sz-t1);
}

.sec_title {
    display: flex;
    align-items: center;
}

.sec_gift_awaits .sec_title,
.sec_game_introduction .sec_title {
    padding-top: 18vw;
    padding-bottom: 2vw;
    background: url(../img/bg_title.png) center bottom no-repeat;
    background-size: 60%;
    justify-content: center;
}

.sec_game_introduction .sec_title::before {
    display: none;
}

.sec_news .sec_title,
.sec_game_features .sec_title {
    padding-top: 18vw;
    justify-content: left;
    width: 100%;
}

.sec_title sub {
    display: none;
}

.sec_gift_awaits .sec_title {
    position: relative;
}

.sec_gift_awaits .sec_title sub {
    display: block;
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: var(--font-sz-08);
}

.sec_title_text br {
    display: none;
}

.gift_awaits {
    border-top: none;
}

.draw_reward {
    padding-top: 3vw;
    padding-bottom: 3vw;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

.draw_reward .awaits_btn {
    width: 40vw;
    height: 0.7rem;
    font-size: var(--font-sz-12)
}

.number_of_draws {
    height: 0.7rem;
    font-size: var(--font-sz-10);
    margin-bottom: 3vw;
}

.reward_progress_list {
    padding-top: 2vw;
    display: flex;
    flex-wrap: wrap;
    font-size: var(--font-sz-10);
}

.font_zh-hant .dg_box_title {
    font-size: var(--font-sz-10);
}

.font_zh-hant .reward_progress_list,
.font_zh-hant .number_of_draws,
.font_zh-hant .reward_rules a {
    font-size: var(--font-sz-08);
}

.reward_progress_list li {
    height: 0.7rem;
    justify-content: flex-start;
    margin-bottom: 4vw;
    width: 100%;

}

.reward_progress_list li::before {
    height: 0.37vw;
    width: 0.37vw;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.reward_progress_list li span {
    padding-left: 0.2rem;
}

.reward_progress_list li a {
    display: block;
    width: 22vw;
    height: 0.7rem;
    padding-left: 2vw;
    display: flex;
    align-items: center;
}

.reward_progress_list li a::after {
    right: 2vw;
    top: 50%;
    width: 1vw;
    height: 1vw;
}

.reward_rules a {
    font-size: var(--font-sz-10);
    padding-left: 0.2rem;
}

.font_en .reward_rules a {
    font-family: var(--font-fm-arial);
}

.font_zh-hant .reward_rules a {
    font-family: system-ui, sans-serif;
}

.sec_news .sec_title::before,
.sec_game_features .sec_title::before {
    top: 1.5rem;
    left: 0.1rem;
}


#dlg_reward_rules .reward_progress_list {
    align-items: center;
    justify-content: left;
}

#dlg_reward_rules .reward_progress_list li {
    width: auto;
    height: auto;
    margin-right: 0;
    margin-bottom: 1vw;
}

.intro_video {
    display: none;
}

.intro_video video {
    display: none;
}

.introduction_content {
    width: 100%;
    padding: 15.42vw 5vw 0 5vw;

}

.font_en .introduction_content p {
    font-size: var(--font-sz-12);
    line-height: 160%;
    padding-top: 6vw;
}

/* .banner .social_media{
    margin-top: 4vw;
} */
.slideshow_01 {
    background: url(../img/m_pt3_1.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.slideshow_02 {
    background: url(../img/m_pt3_2.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.slideshow_03 {
    background: url(../img/m_pt3_3.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.slideshow_control_lr {
    bottom: calc((100vh - 1.3rem) / 3);
    left: 2vw;
    width: 96vw;
}

.slideshow_control_lr button {
    width: 8.34vw;
    height: 8.34vw;
    font-size: 0.5rem;
}

.slideshow_control_lr .swiper-button-next::after,
.slideshow_control_lr .swiper-button-prev::after {
    font-size: 0;
}

.introduction_slideshow_control {
    bottom: 15vh;
}

.slideshow_control_status span.swiper-pagination-bullet {
    width: 7.77vw;
    height: 1vw;
    margin: 0 1vw;
}

.sec_news {
    background: url(../img/m_p4.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 0 4.629vw;
    position: relative;
}

.sec_news .sec_title {
    justify-content: space-between;
}

.sec_news .sec_title_more {
    color: var(--clr-text);
    font-size: var(--font-sz-12);
    text-decoration: none;
    font-family: system-ui;
}

.news_list {
    padding-top: 0.16rem;
    margin-top: 0.16rem;
    width: calc(100vw - (4.629vw * 2));
}

.news_list li {
    padding: 0.4rem 0;
    /* height: 30vw; */
}

.news_list a {
    font-family: system-ui;
}

.features_list p,
.introduction_content p,
.news_list a {
    font-size: var(--font-sz-12);
}

.introduction_content p {
    padding-top: 0.2rem;
}

.features_list p,
.introduction_content p {
    line-height: 1.4;
}

.font_zh-Hant .features_list p {
    font-size: var(--font-sz-10);
    line-height: 1.6;
}

.news_list time {
    font-size: var(--font-sz-08);
    margin-top: 2vw;
}

.news_list .news_link_img {
    height: calc(100% - .8rem);
    width: 32vw;
}

.news_list .news_link_text {
    width: 61%;
    white-space: normal;
}

.news_link_text span {
    white-space: break-spaces;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .news_link_img::before,
.news_list .news_link_img .img_hover_circle {
    display: none;
}

.sec_game_features {
    background: url(../img/m_p5.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 0 4.629vw;
}

.features_list {
    margin-top: 0.2rem;
}

.features_list h3 {
    font-size: var(--font-sz-t6);
    height: 1rem;
}

.features_list li {
    padding: 3% 0;
}

.font_zh-hant .features_list p {
    font-size: var(--font-sz-08);
}

.font_en .features_list p {
    font-size: var(--font-sz-12);
}

.sec_game_features .sec_title,
.sec_game_features .sec_title_text {
    border-left: none !important;
    padding-left: 0 !important;
    text-align: center;
}

.copylink_ipt_btn {
    gap: 0.4rem;
    flex-flow: column;
    align-items: center;
}

.share_link .banner_fun_btn {
    height: 0.8rem;
    font-size: var(--font-sz-08);
}

.share_link .social_media a {
    width: 0.8rem;
    height: 0.8rem;
}

.ipt_copy_link {
    width: 6.5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border: 0.01rem solid #38393b;
    padding: 0.05rem;
}

.share_on_title {
    font-size: var(--font-sz-10);
    margin-top: 0.6rem;
}

/* #page_indicator{display: none;} */
.page_arrow {
    bottom: max(.4rem, 13vh);
}

.index_btn {
    top: 62%;
}

#ot-sdk-btn-floating.ot-floating-button {
    width: .7rem !important;
    height: .7rem !important;
}

#landscape_tips img {
    width: 30%;
}

#landscape_tips {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
    background: rgba(8, 8, 9, 0.8) url(../svg/nnnoise.svg);
    width: 100%;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
}

.page_pagination {
    width: .3rem;
}

.page_pagination span.swiper-pagination-bullet {
    height: 1.6rem;
}

.page_pagination span.swiper-pagination-bullet-active::before,
.page_pagination span.swiper-pagination-bullet::before {
    border-radius: 10rem;
}

.page_pagination span.swiper-pagination-bullet::before {
    height: 0.4rem;
}

.page_pagination span.swiper-pagination-bullet-active::before {
    height: 1.2rem;
}

.join_community {
    position: relative;
}

.join_community::before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23ffffff'%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cline x1='20' y1='20' x2='44' y2='44'/%3E%3Cline x1='44' y1='20' x2='20' y2='44'/%3E%3Crect x='8' y='8' width='48' height='48'/%3E%3C/g%3E%3C/svg%3E");
    top: 0;
    right: .4rem;
    width: .8rem;
    height: .8rem;
    opacity: .6;
}

.function_button {
    gap: 0.6rem
}

.features_list li:first-child {
    padding-top: 2%;
}

.service_btn {
    width: 5.3rem;
    height: 0.98rem;
    font-size: var(--font-sz-12);
}

.font_zh-Hant .service_btn {
    font-size: var(--font-sz-12);
}

.service_btn::after {
    right: 9%;
}

.service_btn i {
    width: .6rem;
    height: .6rem;
    margin-right: 0.22rem;
}

.download_chennel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.24rem;
    margin: .2rem 0;
    font-size: 0;
}

.download_chennel_btn {
    display: flex;
    height: 1rem;
    width: 1rem;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-indent: -999rem;
    gap: 0.04rem;
}

.download_chennel_icon {
    width: 100%;
    height: 100%;
    background-size: 70%;
}

#banner_social_media,
.pc_text {
    display: none;
}



.sec_gift_awaits {
    background: url(../img/m_bg_reservation.jpg) no-repeat center;
    background-size: cover;
}

.reservation_task_panel {
    
    background: url(../img/m_task_paper.png) no-repeat center top;
    background-size: cover;
    padding: 1rem 0.5rem;
    height:60vh;
    margin-top: 1vh;
    height:60svh;
    margin-top:1svh;
}

.contact_pictrue_wall {
    display: none;
}

.sec_gift_awaits .sec_title {
    padding-top: 12vw;
    padding-bottom:0 !important;
}

.sec_gift_awaits .sec_title span {
    width: 100%;
    text-align: left;
}

.sec_gift_awaits .title_top_org_line::before {
    display: block;
    left: 0.03rem;
    top: 1rem;
}

.reservation_gifts_info {
    text-align: left;
    padding: 0.1rem 0;
    margin-top: 0.1rem;
    font-size: var(--font-sz-10);
}
.reservation_gifts_info br{
    display: none;
}
.reservation_task_title {
    height: 6.6vw;
}
.reservation_task_title span {
    font-size: var(--font-sz-12);
}

.box_line_wrap::before {
    --pd: 0.05rem;
    --bw: 2.2vw;
}

.reservation_task_subtitle {
    --h: 6vw;
    --pl: 0.4rem;
    --mt: 0.1rem;
    font-size: var(--font-sz-10);
}

.reservation_task_subtitle::after {
    font-size: var(--font-sz-06);
}

.reservation_task_gift_list {
    padding: 0.4rem 0 0 0;
}

.reservation_task_gift_list img {
    margin: 0.1rem auto 0.05rem auto;
}

.reservation_task_gift_list li {
    padding-top: 11.5vw;
    --sz: 15vw;
    font-size: var(--font-sz-03);
}

.reservation_task_list {
    padding-top: 2vh;
    margin-top: 2vh;
    padding-top: 2svh;
    margin-top: 2svh;
}

.reservation_task_list::after,
.reservation_task_list::before {
    --w: 3vw;
    --h: 0.05rem;
    top: -0.03rem;
}
.get_task_btn,
.reservation_task_list li {
    --h: 3.2vh;
    --h: 3.2svh;
}
.reservation_task_list li {
    --mb:1.2vh;
    --mb:1.2svh;
    font-size: var(--font-sz-10);
}

.get_task_btn {
    --w: 19vw;
}

.lottery_draw_panel {
    padding-top: .8rem;
}

.lottery_draw_btn .banner_fun_btn {
    width: 4rem;
    height: 1rem;
}

.lottery_draw_btn .banner_fun_btn div {
    font-size: var(--font-sz-t6) !important;
}

.lottery_draw_panel {
    padding-top: 0.2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
}

.lottery_draw_btn {
    grid-area: 1 / 1 / 2 / 4;
    padding-bottom: 0.1rem;
}

.event_rules {
    display: none;
    font-size: 0;
}

.lottery_draw_info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90vw;
}

.event_rules a,
.lottery_draw_info,
.lottery_draw_info a {
    font-size: var(--font-sz-08);
}

.lottery_draw_count {
    --pm:0.3rem;
    --bd:rgba(255, 255, 255, .2);

    margin: 0 var(--pm);
    padding: 0 var(--pm);
    border-left: 0.01rem solid var(--bd);
    border-right: 0.01rem solid var(--bd);
}

.lucky_dialog {
    --w: 75vw;
    --h: 42vw;
    font-size: var(--font-sz-10);
}
.lucky_dialog_img{
    width: 10vw;
}
.lucky_dialog_img img {
    width: 220%;
    left: -80%;
    top: 0;
}
.contact_intro_summary{
    margin-left: 0.1rem;
}
.contact_intro_summary svg {
    --sz:0.4rem;
}
.lucky_dialog_text {
    width: 55vw;
    font-size: var(--font-sz-08);
}
.scr_box {
    max-height:14.2vw;
}
.scr_box::-webkit-scrollbar {
    --w:4px;
}
#dlg_reward_list .scr_box,
#dlg_reward_rules .scr_box{
    max-height: 40vh;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .reservation_task_panel {
        padding: 0.4rem 0.5rem;
        background: rgb(112, 137, 153);
        height: 50svh;
        margin-bottom: 1svh;
    }
    .reservation_task_list{
        display: flex;
        width: 82vw;
        flex-wrap: wrap;
    }

    .reservation_task_list li {
        --mb: 1.2svh;
        font-size: var(--font-sz-03);
        width: 40vw;
    }
    .task_item::before {
        left: 0.1rem;
    }
    .get_task_btn {
        --w: 10vw;
    }
    .reservation_task_gift_list li{
        color: rgb(112, 137, 153);
    }
    .sec_news .sec_title, .sec_game_features .sec_title ,
    .sec_gift_awaits .sec_title, .sec_game_introduction .sec_title {
        padding-top: 15vw;
    }
    .introduction_slideshow_control{
        height: 1rem;
        bottom:12vh;
    }
    .service_btn{
        width: 4.5rem;
    }
    .features_list li {
        padding: 1% 0;
    }
    .features_list li:first-child {
        padding-top: 1%;
    }
    .features_list h3 {
        height: .8rem;
    }
    .features_list p{
        line-height: 1.3;
    }
    .news_list li {
        padding: 0.2rem 0;
    }
}