/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');*/

#mainBlock .row .col {
    background-color: black;
    font-family: 'Noto Sans TC', sans-serif;
    overflow-x: hidden;
}

.txt_1 {
    color: #f92f2f;
}

#goTopBtn {
    position: fixed;
    width: 50px;
    bottom: 20px;
    right: 20px;
    display: none;
    /* 初始隱藏 */
    z-index: 999;
    cursor: pointer;
    transition: .2s all;
}

#goTopBtn img {
    width: 100%;
}

#goTopBtn:hover {
    transition: .2s all;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

div.nav {
    width: 100%;
    background: url(../../images/v17play/nav_bg.png)center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    padding: 0.8% 2%;
    z-index: 999;
}

.mobile_nav {
    width: 100%;
    background: url(../../images/v17play/nav_bg.png)center center no-repeat;
    background-size: cover;
    display: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    padding: 2% 2%;
    z-index: 999;
}

.mobile_sns {
    position: absolute;
    width: 14%;
    display: none;
    flex-direction: column;
    justify-content: baseline;
    align-items: center;
    padding: 2% 2%;
    z-index: 10;
    bottom: 40vh;
}

.mobile_sns img {
    width: 100%;
    padding: 15% 2%;
    filter: drop-shadow(0px 0px 10px #000)
}

.logo {
    width: 15%;
    position: fixed;
    padding-top: 1%;
    padding-left: 1%;
    z-index: 9999;

}

.nav_btn {
    width: 30%;
    margin: 0 0.3%;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.nav_icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.nav a img {
    width: 95%;
    padding-right: 1%;
    transition: .2s all;
}

.nav a img:hover {
    transition: .2s all;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.nav img {
    transition: .2s all;
}

.nav img:hover {
    transition: .2s all;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

div.header {
    width: 100%;
    height: 100vh;
    /* 滿版高 */
    position: relative;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    /* 滿版高 */
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    /* 關鍵：保持比例並填滿容器 */
    /*    z-index: -1;*/
    /* 放到最底層 */
}

.video-container .content {
    position: relative;
    z-index: 1;
}

.header_slogan {
    position: absolute;
    width: 20vw;
    top: 25vh;
    right: 10vw;
}

.header_btn {
    position: absolute;
    width: 25vw;
    top: 70vh;
    left: 10vw;
    animation: pulse_2 1.2s infinite;
    cursor: pointer;
    z-index: 2;
}

.header_btn img {
    width: 100%;
}

.header_name {
    position: absolute;
    top: 65vh;
    width: 20vw;
    right: 15vw;
}

/* 🔽 黑色漸層遮罩 */
.gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    /* 可調整高度 */
    background: url(../../images/v17play/gradient_overlay.png)top center no-repeat;
    background-size: cover;
    z-index: 1;
}

.btn_more {
    width: 5%;
    left: 45vw;
    position: absolute;
    bottom: 3vh;
    animation: upDown 1s ease-in-out infinite;
    cursor: pointer;
    z-index: 50;
}

.btn_more img {
    width: 100%;
}

.video-container .btn_more {
    bottom: 10vh;
}

.mobile_header {
    width: 100%;
    position: absolute;
    bottom: 2vh;
    z-index: 1;
    display: none;
}

.mobile_name {
    position: relative;
    display: block;
    width: 55%;
    left: 40%;
    padding-bottom: 5%;

}

.mobile_btn {
    position: relative;
    display: block;
    margin: 2% auto;
    width: 85%;
    animation: pulse_2 1.2s infinite;
}

.mobile_btn img {
    width: 100%;
}

.mobile_dl {
    position: relative;
    display: block;
    margin: 2% auto;
    width: 60%;
}

.mobile_dl img {
    width: 100%;
}

.mobile_more {
    position: relative;
    display: block;
    margin: 2% auto;
    width: 20%;
    animation: upDown 2s ease-in-out infinite;
    z-index: 99;
}

.mobile_more img {
    width: 100%;
}

.mobile_more_2 {
    position: absolute;
    margin: 2% auto;
    width: 20%;
    animation: upDown 2s ease-in-out infinite;
    z-index: 99;
    left: 40%;
    bottom: 0;
    display: none;
}

.mobile_more_2 img {
    width: 100%;
}

.musicBtn {
    background: none;
    border: none;
    cursor: pointer;
}

.musicIcon {
    width: 100%;
}

.p2 {
    width: 100%;
    height: 92vh;
    /* 滿版高 */
    position: relative;
    background: url(../../images/v17play/p2_bg.jpg)top right no-repeat;
    background-size: cover;
    overflow: hidden;
}

.video-container_2 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-container_2 video {
    position: absolute;
    top: 10vh;
    left: -10%;
    width: 50%;
    object-fit: cover;
    /* 關鍵：保持比例並填滿容器 */
    z-index: 1;
    /* 放到最底層 */
}

.video-container_2 .content {
    position: relative;
}

.p2_char_1 {
    width: 50%;
    height: auto;
    z-index: 3;
    right: 5%;
    top: 30vh;
    position: absolute;
}

.p2_char_name {
    width: 6%;
    max-width: 148px;
    height: auto;
    z-index: 2;
    left: 22%;
    top: 60vh;
    position: absolute;
}

.p2_char_2 {
    width: 50%;
    height: auto;
    z-index: 2;
    right: -15%;
    top: 5vh;
    position: absolute;
}

.p2_content {
    width: 30%;
    z-index: 3;
    left: 30%;
    top: 5vh;
    position: absolute;
}

.p2_content img {
    width: 100%;
}

.p2_btn {
    width: 25%;
    z-index: 3;
    right: 10%;
    top: 70vh;
    position: absolute;
    animation: pulse_2 1.2s infinite;
    z-index: 20;
}

.p2_char_m {
    display: none;
    position: absolute;
    width: 100%;
    top: 100vw;
    z-index: 10;
}

.p3 {
    width: 100%;
    height: 92vh;
    /* 滿版高 */
    position: relative;
    background: url(../../images/v17play/p3_bg.png)top right no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.p3_in {
    width: 75%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 10%;
}

.p3_left {
    width: 50%;
    margin-right: 5%;
}

.p3_right {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.p3_title {
    background-color: #230b48;
    display: block;
    padding: 1% 5% 1% 10%;
    width: 45%;
    position: absolute;
    left: 0;
    top: 5%;
}

.p3_award {
    background: url(../../images/v17play/p3_box.png)center center no-repeat;
    background-size: cover;
    margin-top: 10%;
}

.p3_award_in {
    display: flex;
    flex-direction: row;
    padding: 8%;
}

.inset-border-img {
    width: 100%;
    display: block;
    border: 5px solid deeppink;
    box-sizing: border-box;
    /* 關鍵：讓邊框佔據圖片尺寸之內 */
}

.black_box {
    filter: brightness(50%);
}

.p3_award_in_center {
    width: 60%;
}

.p3_award_in img {
    width: 100%;
}


.p3_award_in_left {
    width: 20%;

}

.p3_award_in_right {
    width: 20%;
}

.ticket_num {
    display: inline-block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35%;
    padding: 5% 0;
    font-size: 1em;
    color: #fff;
    text-align: center;
    background: url(../../images/v17play/p3_ticket_bg.png)center center no-repeat;
    background-size: 100%;
    margin-right: 5%;
}

.btn_play {
    width: 50%;
    display: inline-block;
    cursor: pointer;
}

.p3_left_2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.highlight_1 {
    color: yellow;
}

.p3_text {
    font-size: 1.2em;
    color: #fff;
    line-height: 2em;
}

.p3_mission {
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    width: 90%;
    line-height: 1.5em;
}

.p3_mission li {
    background: url(../../images/v17play/p3_mission_1.png)center center no-repeat;
    background-size: 100%;
    aspect-ratio: 5 / 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0.4em;
    width: 100%;

}

.p3_mission li p {
    display: inline-block;
    left: 20%;
    top: 15%;
    position: relative;
    width: 35%;
}

.p3_mission a {
    display: inline-block;
    top: 15%;
    position: relative;
    width: 40%;
    left: 22%;
    transition: .2s all;
    /*    cursor: pointer;*/
}

.p3_mission a img {
    width: 100%;
}

.p3_mission img:hover {
    transition: .2s all;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}


.btn_play img {
    width: 100%;
}

.btn_play img.hover-img {
    display: none;
}

.btn_play:hover img.default-img {
    display: none;
}

.btn_play:hover img.hover-img {
    display: inline-block;
}

.p3_right_2 img {
    width: 28.5%;
    margin: 2% 2% 0 0;
    transition: .2s all;
    cursor: pointer;
}

.p3_right_2 img:hover {
    transition: .2s all;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}


.p4 {
    width: 100%;
    height: 92vh;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.p4_bg {
    display: block;
    position: absolute;
    width: 30%;
    padding-bottom: 30%;
    background: url(../../images/v17play/p4_bg_2.png)center center no-repeat;
    background-size: 100%;
    top: -30%;
    right: -10%;
    animation: move 10s linear infinite;
}

.p4_bg_2 {
    display: block;
    position: absolute;
    width: 30%;
    padding-bottom: 30%;
    background: url(../../images/v17play/p4_bg_2.png)center center no-repeat;
    background-size: 100%;
    bottom: -30%;
    right: 10%;
    animation: move 10s linear infinite;
}




.p5 {
    width: 100%;
    height: 100vh;
    background: url(../../images/v17play/p5_bg.jpg)top center no-repeat;
    background-size: cover;
    display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.p5_in {
    width: 100%;
}

.p5_content {
    position: absolute;
    left: 0;
    width: 30%;
    max-width: 593px;
    z-index: 10;

}

.p5_notice {
    display: inline-block;
    position: relative;
    display: block;
    width: 20%;
    max-width: 562px;
    margin: 0 auto;
    cursor: pointer;
}

.p5_notice img {
    width: 100%;
}

.video-container_3 {
    position: relative;
    width: 60%;
    left: 25%;
    margin-top: -2%;
    aspect-ratio: 2 / 1;
    background: url(../../images/v17play/p5_movie_bg.png)center center no-repeat;
    background-size: 100%;
    overflow: hidden;
}

.video-container_3 video {
    position: absolute;
    width: 90%;
    aspect-ratio: 2 / 1;
    top: 5%;
    left: 5%;
    z-index: 1;
    /* 放到最底層 */
}

.p5_content_m {
    display: none;
}

.container_main {
    width: 100%;
    margin: auto;
}

.avatar-list {
    display: flex;
    justify-content: left;
    gap: 5px;
    align-items: center;
    left: 12%;
    position: relative;
}

.avatar {
    width: 6%;
    height: 6%;
    display: block;
    object-fit: cover;
    cursor: pointer;
}

.avatar.active {
    border-color: blue;
}

.p4_main {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    margin-top: 20px;
}

.p4_nav {
    width: 5vw;
    height: 8vh;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    z-index: 50;
}

.p4_nav img {
    width: 100%;
}

.prev {
    left: 5vw;
    top: 20vh;
    z-index: 100;
}

.next {
    left: 50vw;
    top: 20vh;
    z-index: 100;
}

.content-area {
    flex: 1 1 60%;
    width: 100%;
    position: relative;
}

.description-area {
    flex: 1 1 35%;
    padding-left: 20px;
    min-width: 280px;
    transition: all 0.3s;
}

.content-block {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.content-block.active {
    display: block;
    opacity: 1;
    position: relative;
}

.p4_main_in {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.video-container_4 {
    position: relative;
    width: 100%;
    object-fit: fill;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #fff;
    mix-blend-mode: darken;
    box-sizing: content-box !important;
}

.video-container_4 video {
    position: absolute;
    width: 100%;
    object-fit: fill;
    z-index: 1;
    /* 放到最底層 */
    background: #fff;
    top: 0;
    mix-blend-mode: darken;
}

.video-frame,
.tip-image {
    opacity: 0;
    transform: translateX(0);
    transition: all 0.6s ease;
}

.video-frame.slide-in {
    opacity: 1;
}

.tip-image.slide-in {
    transform: translateX(0);
    opacity: 1;
}

.tip-image {
    transform: translateX(60px);
    /* 從右滑入 */
}

.video-frame {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    transform: translateZ(0);
    /* 或 backface-visibility: hidden */
}

.vote_num {
    width: 100%;
    padding: 4% 0;
    background: url(../../images/v17play/p4_vote_bg.png)center center no-repeat;
    background-size: 100%;
    text-align: center;
    color: #0b338b;
    font-family: 'Russo One', sans-serif;
    font-size: 2em;
    text-shadow:
        -2px -2px 0 white,
        2px -2px 0 white,
        -2px 2px 0 white,
        2px 2px 0 white;
    /* 白色描邊效果 */
}

.vote_panel {
    position: absolute;
    z-index: 5;
    width: 15vw;
}

.btn_vote {
    display: inline-block;
    position: relative;
    margin: 2% auto 5%;
    width: 80%;
    left: 10%;
    transition: .2s all;
    cursor: pointer;
}

.btn_vote img {
    width: 100%;
}

.btn_vote img:hover {
    transition: .2s all;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.tip-image {
    width: 40%;
}

.tip-image img {
    width: 100%;
}

.switch-img {
    position: absolute;
    width: 15vw;
    z-index: 10;
    animation: upDown 1s ease-in-out infinite;
    cursor: pointer;
}

.switch-img_1 {
    top: 32%;
    left: 10%;
}

.switch-img_2 {
    top: 60%;
    left: 60%;
}

.switch-img_3 {
    top: 10%;
    left: 16%;
}

.switch-img_4 {
    top: 40%;
    left: 50%;
}

.switch-img_5 {
    top: 30%;
    left: 19%;
}

.switch-img_6 {
    top: 32%;
    left: 65%;
}

.switch-img_7 {
    top: 26%;
    left: 20%;
}

.switch-img_8 {
    top: 17%;
    left: 56%;
}


.switch-img_9 {
    top: 38%;
    left: 15%;
}

.switch-img_10 {
    top: 20%;
    left: 60%;
}

.switch-img_11 {
    top: 26%;
    left: 15%;
}

.switch-img_12 {
    top: 17%;
    left: 48%;
}


/* 遮罩背景 */
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

/* 登入視窗 */
#login-modal,
#notice1-modal,
#notice2-modal,
#share-modal,
#prize-modal,
#invite-modal {
    display: none;
    /* 初始隱藏 */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f8f8f8;
    border-radius: 10px;
    width: 85%;
    padding: 2%;
    max-width: 400px;
    max-height: 80vh;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    /* flex 設定保留，等待 jQuery 動態觸發 */
    overflow: hidden;
    color: #383e4a;
    line-height: 1.6em;
    font-size: 1em;
    background: url(../../images/v17play/login_bg.png)#e4e4e4 center bottom no-repeat;
    background-size: 100%;
}

/* 標題與關閉按鈕 */
.modal-header {
    display: flex;
    justify-content: flex-end !important;
}

.close-btn {
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2%;
}

/* 滾動區塊設為 modal-body */
.modal-body {
    overflow-y: auto;
    flex-grow: 1;
    padding-right: 10px;
    /* 預留卷軸空間 */
}

.modal-body p {
    margin: 4% 0;
}

/* 內文區塊 */
.modal-body h2 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.modal-body input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    box-sizing: border-box;
}

.captcha {
    background: #ccc;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
}

.submit-btn,
.share-img {
    width: 70%;
    display: block;
    margin: 0 auto;
    padding: 10px;
    border: none;
    background: transparent;
    transition: .2s all;
}

.submit-btn img {
    width: 100%;
}

.submit-btn:hover {
    transition: .2s all;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.login_teach {
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 4px 0;
    color: #a32121;
    text-decoration: underline;
}

.login_teach:hover {
    color: #f92f2f;
}

.share_box {
    width: 94%;
    position: relative;
    margin: 0 auto;
    background: url(../../images/v17play/share_bg.png)center center no-repeat;
    background-size: 100%;
    padding: 3%;
}

.share_box img {
    width: 100%;
}

.share_site {
    width: 96%;
    padding: 2% 2%;
    margin: 1% auto;
    border-radius: 20px;
    font-size: 1.2em;
    color: #000000;
    background-color: #8e8e8e;
}

.share_icon {
    text-align: center;
    width: 100%;
}

.share_icon img {
    width: 15%;
    margin: 1%;
}

/* RWD 響應式設計 */
@media(max-width: 1024px) {
    #login-modal {
        width: 85%;
    }

    div.nav {
        display: none;
    }

    .mobile_nav,
    .mobile_sns {
        display: flex;
    }

    .logo {
        width: 35%;
    }

    .nav_icon {
        width: 12%;
        margin: 0 1%;
    }

    .header_name {
        display: none;
    }

    .video-container video {
        position: absolute;
        top: 0;
        left: 50%;
        min-width: 100%;
        min-height: 80vh;
        transform: translate(-50%, 0%);
        object-fit: cover;
        /* 關鍵：保持比例並填滿容器 */
        /*        z-index: -1;*/
        /* 放到最底層 */
    }

    /* 🔽 黑色漸層遮罩 */
    .gradient-overlay {
        height: 50%;
        /* 可調整高度 */
    }

    .header_slogan {
        width: 40vw;
        top: 12vh;
        right: auto;
        left: 5vw;
    }

    .mobile_header {
        display: block;
    }

    .header_btn,
    .btn_more {
        display: none
    }

    .p2 {
        width: 100%;
        height: auto;
        padding-bottom: 15%;
        position: relative;
        background: url()top right no-repeat;
        background-color: #001047;
        overflow: hidden;
    }

    .video-container_2 {
        position: relative;
        width: 100%;
        height: 150vw;
        overflow: hidden;
    }

    .video-container_2 video {
        position: absolute;
        top: 0;
        margin-top: -35%;
        left: -80%;
        width: 200%;
        object-fit: cover;
        /* 關鍵：保持比例並填滿容器 */
        z-index: 1;
        /* 放到最底層 */
    }

    .p2_char_name {
        width: 20%;
        max-width: 148px;
        height: auto;
        z-index: 2;
        left: 5%;
        top: 0;
        padding-top: 60%;
        position: absolute;
    }

    .p2_content {
        width: 55%;
        z-index: 3;
        left: 45%;
        top: 0;
        padding-top: 5%;
        position: absolute;
    }

    .p2_char_1 {
        display: none;
    }

    .p2_char_2 {
        display: none;
    }

    .p2_btn {
        position: relative;
        top: auto;
        width: 80%;
        left: 10%;
        right: 0;
    }

    .mobile_more_2 {
        display: block;
    }

    .p2_char_m {
        display: block;
    }

    .p3 {
        width: 100%;
        height: auto;
        position: relative;
        background: url(../../images/v17play/p3_bg_m.png)top right no-repeat;
        background-size: cover;
        overflow: hidden;
        padding: 5% 0 15%;
    }

    .p3_title {
        background-color: #230b48;
        display: block;
        padding: 1% 5% 1% 10%;
        width: 94%;
        position: absolute;
        left: 0;
        top: 2%;
    }

    .p3_award {
        background: url(../../images/v17play/p3_box.png)center center no-repeat;
        background-size: cover;
        margin-top: 20%;
    }

    .p3_in {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 0;
    }

    .p3_left {
        width: 90%;
        margin-left: 5%;
    }

    .p3_right {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        margin-left: 10%;
    }

    .ticket_num {
        display: inline-block;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 40%;
        padding: 5% 0;
        font-size: 3.5vw;
        color: #fff;
        text-align: center;
        background: url(../../images/v17play/p3_ticket_bg.png)center center no-repeat;
        background-size: 100%;
        margin-right: 2%;
    }

    .p3_text {
        font-size: 5vw;
        color: #fff;
        line-height: 8vw;
    }

    .p3_mission {
        color: #fff;
        font-size: 3vw;
        font-weight: normal;
        width: 90%;
        line-height: 4vw;
    }

    .p5_in {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .video-container_3 {
        position: relative;
        width: 90%;
        left: 0;
        margin-top: 0;
        aspect-ratio: 2 / 1;
        background: url(../../images/v17play/p5_movie_bg.png)center center no-repeat;
        background-size: 100%;
        overflow: hidden;
    }

    .video-container_3 video {
        position: absolute;
        width: 90%;
        aspect-ratio: 2 / 1;
        top: 5%;
        left: 5%;
        z-index: 1;
        /* 放到最底層 */
    }

    .p5_content_m {
        display: block;
        width: 90%;
        padding: 5% 0;
    }

    .p5_content {
        display: none;
    }

    .p5_notice {
        position: relative;
        display: block;
        width: 50%;
        max-width: 562px;
        margin: 0 auto;
    }

    .p4 {
        height: auto;
        padding: 5% 0 20%;
    }

    .avatar {
        width: 14%;
        height: 14%;
        display: block;
        object-fit: cover;
        cursor: pointer;
    }

    .p4_main_in {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .video-frame {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 0.8;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        border: none;
        outline: none;
        box-shadow: none;
        background: transparent;
        transform: translateZ(0);
        /* 或 backface-visibility: hidden */
    }

    .tip-image {
        width: 100%;
    }

    .prev {
        left: 5vw;
        top: 8vh;
    }

    .next {
        left: 80vw;
        top: 8vh;
    }

    .tip-image img {
        width: 115%;
    }

    .p4_nav {
        width: 15vw;
        background: none;
        border: none;
        cursor: pointer;
        padding: 10px;
        position: absolute;
        z-index: 50;
    }

    .vote_panel {
        position: absolute;
        z-index: 5;
        width: 50vw;
        margin-top: 10vh;
    }

    .video-container_4 {
        position: relative;
        width: 100%;
        object-fit: fill;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        background: #fff;
        mix-blend-mode: darken;
        padding-bottom: 30%;
    }

    .switch-img {
        position: absolute;
        width: 30vw;
        z-index: 10;
        animation: upDown 1s ease-in-out infinite;
    }

    .switch-img_1 {
        top: 20%;
        left: 5%;
    }

    .switch-img_2 {
        top: 40%;
        left: 60%;
    }

    .switch-img_3 {
        top: 5%;
        left: 10%;
    }

    .switch-img_4 {
        top: 25%;
        left: 51%;
    }

    .switch-img_5 {
        top: 20%;
        left: 15%;
    }

    .switch-img_6 {
        top: 20%;
        left: 65%;
    }

    .switch-img_7 {
        top: 12%;
        left: 12%;
    }

    .switch-img_8 {
        top: 10%;
        left: 57%;
    }

    .switch-img_9 {
        top: 20%;
        left: 10%;
    }

    .switch-img_10 {
        top: 12%;
        left: 60%;
    }

    .switch-img_11 {
        top: 15%;
        left: 10%;
    }

    .switch-img_12 {
        top: 12%;
        left: 50%;
    }

    .vote_num {
        background-color: #1245a2;
        font-size: 10vw;
    }

    .p4_bg {
        display: block;
        position: absolute;
        width: 60%;
        padding-bottom: 60%;
        background: url(../../images/v17play/p4_bg_2.png)center center no-repeat;
        background-size: 100%;
        top: auto;
        top: -20%;
        left: -10%;
        animation: move 10s linear infinite;
    }

    .p4_bg_2 {
        display: block;
        position: absolute;
        width: 60%;
        padding-bottom: 60%;
        background: url(../../images/v17play/p4_bg_2.png)center center no-repeat;
        background-size: 100%;
        bottom: -10%;
        right: -5%;
        animation: move 10s linear infinite;
    }

    .avatar-list {
        display: flex;
        justify-content: left;
        gap: 5px;
        align-items: center;
        left: 4%;
        position: relative;
    }
}

@keyframes pulse_2 {
    0% {
        transform: scale(1);
        filter: brightness(1);
    }

    50% {
        transform: scale(1.05);
        filter: brightness(1.1);
    }

    100% {
        transform: scale(1);
        filter: brightness(1);
    }
}

@keyframes upDown {
    0% {
        transform: translateY(2px);
    }

    50% {
        transform: translateY(-2px);
    }

    100% {
        transform: translateY(2px);
    }
}

@keyframes move {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

p {
    margin-bottom: 0 !important;
}

.p3_mission ul {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}
