﻿@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap');
.art_font_bag {
    font-family: 'Noto Serif TC', serif !important;
}

.container_bag {
    width: 100%;
    background-color: #fad2c4;
}

.html_lock {
    height: 100vh;
    overflow: hidden;
}

.space_bag {
    width: 100%;
    height: 40px;
    display: block;
}

.a_bag {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.title_rank_1_bag {
    font-size: 22px;
    letter-spacing: 0.1em;
    color: #524641;
    margin-bottom: 14px;
}

.normal_text_bag {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.5em;
    color: #524641;
}

.deadline_bag {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    margin-top: 8px;
    font-size: 14px;
    color: #524641;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    width: 92%;
}
/*更多Start*/
.more_btn_outside_bag {
    text-align: center;
}

.more_btn_bag {
    position: relative;
    border: 1px solid #524641;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 120px;
    display: inline-block;
    background-image: url("../images/arrow.png");
    background-size: 72px;
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.more_btn_text_bag {
    height: 48px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}

/*更多End*/


.line_left_bag {
    position: fixed;
    width: 20px;
    left: 8px;
    height: 100vh;
    background-image: url("../images/line.png");
    background-size: contain;
    z-index: 4;
}

.line_right_bag {
    position: fixed;
    width: 20px;
    right: 8px;
    height: 100vh;
    background-image: url("../images/line.png");
    background-size: contain;
    z-index: 4;
}

.fullscreen_bag {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 11;
}






#bag_popup {
    display: none;
}

#gift {
    display: none;
}

#p2_a {
    display: none;
}

#alert_1 {
    display: none;
}

#alert_2 {
    display: none;
}

#alert_3 {
    display: none;
}

.cover_block_bag {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    background-color: #e67814;
}

    .cover_block_bag img {
        width: 100%;
    }

.cover_gif_bag {
    max-width: 640px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cover_title_bag {
    width: 90% !important;
    display: block;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.cover_arrow_bag {
    position: absolute;
    transform: translateX(-50%);
    bottom: -20px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-width: 10px;
    border-style: solid;
    border-color: #524641 transparent transparent transparent;
}

.cover_flex_bag {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.cover_btn_bag {
    border: 1px solid #524641;
    padding: 10px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}

    .cover_btn_bag img {
        height: 40px;
        display: block;
        width: auto !important;
    }



.p1_bag {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}

.video_flex_bag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.video_left_bag {
    width: 45%;
    font-size: 14px;
    text-align: right;
    color: #524641;
    letter-spacing: 0.01em;
    line-height: 1.5em;
    padding-right: 40px;
}

    .video_left_bag img {
        width: 100%;
        display: block;
        margin-bottom: 18px;
        margin-top: 28px;
        max-width: 320px;
        margin-right: 0px;
        margin-left: auto;
    }

.video_right_bag {
    width: 55%;
    position: relative;
    filter: drop-shadow( -10px 10px 0px #524641);
}

    .video_right_bag img {
        display: block;
        width: 100%;
    }

    .video_right_bag video {
        display: block;
        width: 100%;
        position: relative;
        z-index: 1;
    }

.video_btn_bag {
    position: absolute;
    width: 38%;
    bottom: 14px;
    left: 14px;
    z-index: 3;
    cursor: pointer;
}

.video_iframe_bag {
    position: absolute;
    width: 100%;
    z-index: 5;
    top: 0;
    height: 100%;
    display: none;
}

    .video_iframe_bag iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }



.p1_container_bag {
    width: 100%;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}


.content_flex_bag {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}

.switch_btn_bag {
    width: 50%;
    text-align: center;
    background-color: #524641;
    color: white;
    height: 60px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.3em;
    border: 1px solid #524641;
    border-bottom: none;
    cursor: pointer;
}

.switch_on {
    background-color: transparent;
    height: 68px;
    color: #524641;
}


.p1_content_bag {
    border: 1px solid #524641;
    border-top: none;
    position: relative;
    z-index: 1;
    padding-top: 18px;
    padding-bottom: 14px;
}

    .p1_content_bag img {
        width: 100%;
        display: block;
    }

.p1_true_content_bag {
    width: auto;
    margin-left: 14px;
    margin-right: 14px;
    background-color: #fce0d6;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: center;
}

.p1_text_block_bag {
    width: 92%;
    max-width: 576px;
    border-bottom: 1px solid #cab3ab;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}




.p1_tnc_block_bag {
    width: 90%;
    padding-top: 30px;
    padding-bottom: 40px;
}

.tnc_title_bag {
    font-size: 18px;
    text-align: left;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    color: #524641;
}

.ol_bag {
    font-size: 14px;
    text-align: left;
    color: #524641;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    padding-left: 20px;
    margin-bottom: 20px;
}





.p1_flex_1_bag {
    width: 15%;
    padding-top: 30px;
}

.p1_flex_2_bag {
    width: 50%;
    padding-bottom: 30px;
}

    .p1_flex_2_bag img {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

.p1_flex_3_bag {
    width: 50%;
    padding-bottom: 50px;
    padding-top: 80px;
}

    .p1_flex_3_bag .title_rank_1_bag {
        font-size: 28px;
    }


.fs_highlight {
    background-color: #524641;
    color: #fce0d6;
}

.flex_2_text_bag {
    font-size: 14px;
    color: #524641;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    margin-top: 20px;
}

    .flex_2_text_bag span {
        font-size: 12px;
    }

.download_btn_bag {
    width: 190px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 20px;
}






.p1_grid_bag {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

.vote_block_bag {
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.vote_true_block_bag {
    border: 1px solid #524641;
    padding: 10px;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    width: 100%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s;
}

.vote_img_bag {
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    overflow: hidden;
    width: 100%;
}

.vote_name_bag {
    padding-top: 10px;
    padding-left: 8px;
    font-size: 18px;
    white-space: nowrap;
    color: #524641;
    letter-spacing: 0.02em;
}

.vote_number_bag {
    font-size: 40px;
    color: #524641;
    position: absolute;
    left: 0;
    top: 0;
}

.vote_product_bag {
    width: 90px;
    height: 90px;
    border: 1px solid #524641;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fad2c4;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.5s;
}

.vote_tnc_link_bag, .vote_tnc_link_bag:hover {
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 20px;
    text-decoration: underline;
    cursor: pointer;
    color: #524641;
    letter-spacing: 0.02em;
}

.tnc_slide_bag {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 40px;
    display: none;
}

.vote_hover_bag {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
    opacity: 0;
}

.vote_selected {
    background-color: white;
}










.p2_bag {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    display: none;
}

.p2_grid_bag {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 8px;
    width: 100%;
    padding-bottom: 30px;
}

.p2_product_block_bag {
    width: 100%;
    position: relative;
}

    .p2_product_block_bag img {
        display: block;
        width: 100%;
    }

.p2_swiper_bag {
    grid-column: auto/span 2;
    grid-row: auto/span 2;
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

#p2_big_img_2 {
    background-image: url("../images/vote1.jpg");
    animation: img2 12s infinite;
}

@keyframes img2 {
    0% {
        background-image: url("../images/vote1.jpg");
    }

    20% {
        background-image: url("../images/vote1.jpg");
    }

    25% {
        background-image: url("../images/vote2.jpg");
    }

    40% {
        background-image: url("../images/vote2.jpg");
    }

    50% {
        background-image: url("../images/vote3.jpg");
    }

    70% {
        background-image: url("../images/vote3.jpg");
    }

    75% {
        background-image: url("../images/vote4.jpg");
    }

    90% {
        background-image: url("../images/vote4.jpg");
    }
}

#p2_big_img_1 {
    background-image: url("../images/vote5.jpg");
    animation: img1 12s infinite;
}

@keyframes img1 {
    0% {
        background-image: url("../images/vote5.jpg");
    }

    20% {
        background-image: url("../images/vote5.jpg");
    }

    25% {
        background-image: url("../images/vote6.jpg");
    }

    40% {
        background-image: url("../images/vote6.jpg");
    }

    50% {
        background-image: url("../images/vote7.jpg");
    }

    70% {
        background-image: url("../images/vote7.jpg");
    }

    75% {
        background-image: url("../images/vote8.jpg");
    }

    90% {
        background-image: url("../images/vote8.jpg");
    }
}

.p2_swiper_bag img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    opacity: 0;
}

.p2_product_hover_bag {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,0.95);
    opacity: 0;
    transition: 0.5s;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #282828;
    padding: 14px;
}

    .p2_product_hover_bag:hover {
        opacity: 1;
    }

.ad_bag {
    width: 25%;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/*彈窗start*/
.popup_bag {
    width: 96%;
    max-width: 880px;
    background-color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border: 1px solid #524641;
}

.popup_true_block_bag {
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative;
}

.popup_text_bag {
    text-align: center;
    font-size: 14px;
    color: #524641;
    line-height: 1.5em;
    white-space: nowrap;
}

    .popup_text_bag a, .popup_text_bag a:hover {
        color: #524641;
        text-decoration: underline;
    }

    .popup_text_bag span {
        font-size: 16px;
    }

.popup_flex_bag {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 72px;
    position: relative;
    margin-top: 14px;
    flex-wrap: wrap;
}

.popup_left_bag {
    width: 50%;
    /*height: 440px;
		overflow-y: scroll;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s;
}

    .popup_left_bag img {
        width: 100%;
        display: block;
        opacity: 0;
    }

/*#popup_5 {
    background-image: url("../images/vote5.jpg");
    animation: swiper5 5s infinite;
}

@keyframes swiper5 {
    0% {
        background-image: url("../images/vote5.jpg");
    }

    40% {
        background-image: url("../images/vote5.jpg");
    }

    50% {
        background-image: url("../images/vote5a.jpg");
    }

    90% {
        background-image: url("../images/vote5a.jpg");
    }
}*/

.popup_right_bag {
    width: 50%;
    padding-left: 10px;
}

.popup_grid_bag {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
}

.popup_product_bag {
    width: 100%;
    border: 1px solid #524641;
    position: relative;
}

    .popup_product_bag img {
        width: 100%;
        display: block;
    }

.popup_switch_flex_bag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.popup_next_btn_bag {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    color: #524641;
    letter-spacing: 0.02em;
    position: relative;
}

    .popup_next_btn_bag img {
        display: block;
        width: 40px;
        margin-left: 8px;
    }

.popup_prev_btn_bag {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #524641;
    letter-spacing: 0.02em;
    position: relative;
}

    .popup_prev_btn_bag img {
        display: block;
        width: 40px;
        margin-right: 8px;
        transform: scale(-1);
    }

.popup_close_bag {
    position: absolute;
    width: 24px;
    height: 24px;
    cursor: pointer;
    right: 14px;
    top: 14px;
}

.popup_number_bag {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 90px;
    background-color: white;
    line-height: 60px;
    color: #524641;
    z-index: 3;
    width: 72px;
    text-align: center;
    padding-bottom: 20px;
}

.popup_name_bag {
    position: absolute;
    bottom: -64px;
    left: 0;
    transform: rotate(270deg);
    background-color: white;
    transform-origin: left top;
    font-size: 36px;
    color: #524641;
    padding-right: 10px;
    z-index: 3;
    line-height: 64px;
}

.popup_line_bag {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #524641;
    top: 0;
    left: 35px;
}

.popup_textarea_bag {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #524641;
    height: 100px;
    padding: 12px;
    font-size: 16px;
    color: #524641;
    line-height: 1.5em;
    outline: none;
    border-radius: 0px;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.popup_vote_btn_bag {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    .popup_vote_btn_bag img {
        width: 100%;
        display: block;
    }

.popup_overflow_bag {
    padding-bottom: 20px;
}

.popup_bottom_block_bag {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.2);
}


.alert_bag {
    width: 92%;
    background-color: white;
    border: 1px solid #524641;
    max-width: 440px;
    filter: drop-shadow(2px 2px 10px rgba(0,0,0,0.2));
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    z-index: 12;
}

.alert_text_bag {
    font-size: 16px;
    text-align: center;
    color: #282828;
    letter-spacing: 0.02em;
    padding-top: 30px;
    padding-bottom: 30px;
}

.alert_btn_bag {
    width: 100%;
    font-size: 16px;
    color: #282828;
    border-top: 1px solid #524641;
    height: 48px;
    line-height: 46px;
    text-align: center;
    letter-spacing: 0.05em;
    cursor: pointer;
}
/*彈窗End*/
@media(max-width:992px) {
    .line_left_bag, .line_right_bag {
        display: none;
    }

    .video_left_bag {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        order: 2;
        text-align: center;
        padding-right: 0px;
        max-width: 480px;
    }

        .video_left_bag img {
            max-width: 280px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0px;
        }

    .video_right_bag {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        order: 1;
        margin-bottom: 40px;
        max-width: 768px;
    }
}



@media(max-width:768px) {
    .p1_flex_1_bag {
        width: 25%;
    }

    .p1_flex_2_bag {
        width: 100%;
    }

    .p1_flex_3_bag {
        width: 80%;
        padding-top: 0px;
    }


    .p1_grid_bag {
        grid-template-columns: 1fr 1fr;
    }

    .p1_container_bag {
        margin-top: 0px;
    }


    .popup_bag {
        width: 100%;
        height: 100%;
    }

    .popup_left_bag {
        width: 100%;
    }

    .popup_right_bag {
        width: 100%;
        padding-left: 0px;
        margin-top: 0px;
    }

    .popup_grid_bag {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .popup_bottom_block_bag {
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        bottom: -2px;
        padding-bottom: 20px;
        z-index: 4;
        background-color: white;
    }

    .popup_overflow_bag {
        overflow-y: scroll;
        height: 100vh;
        padding-bottom: 280px;
        margin-top: 30px;
        border-top: 1px solid rgba(0,0,0,0.1);
        padding-top: 20px;
    }

        .popup_overflow_bag::-webkit-scrollbar {
            display: none;
        }

    .popup_flex_bag {
        padding-left: 0px;
        padding-top: 70px;
    }

    .popup_number_bag {
        font-size: 50px;
        text-align: left;
        height: 50px;
        width: 40px;
    }

    .popup_line_bag {
        height: 1px;
        width: 100%;
        left: 0px;
        top: 35px;
    }

    .popup_name_bag {
        top: 0;
        right: 0;
        transform-origin: center;
        left: auto;
        bottom: auto;
        transform: rotate(0);
        padding-right: 0px;
        padding-left: 10px;
    }
}

@media(max-width:576px) {
    .normal_text_bag {
        font-size: 13px;
    }

    .video_left_bag {
        font-size: 13px;
    }

    .more_btn_bag {
        padding-right: 80px;
        background-size: 54px;
        background-position: right 10px center;
    }

    .more_btn_text_bag {
        width: auto !important;
        height: 32px;
    }


    .cover_btn_bag img {
        height: 25px;
    }


    .p1_flex_1_bag {
        width: 30%;
    }

    .p1_flex_3_bag {
        width: 92%;
    }

    .switch_btn_bag {
        font-size: 18px;
    }



    .p2_grid_bag {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:480px) {

    .vote_name_bag {
        font-size: 12px;
        padding-left: 0px;
        padding-top: 5px;
    }

    .vote_true_block_bag {
        padding: 5px;
    }

    .vote_product_bag {
        width: 60px;
        height: 60px;
    }

    .vote_block_bag {
        padding: 10px;
    }

    .vote_number_bag {
        font-size: 30px;
    }
}