/*
    客製化對象：pixnet
*/

#avividai_you_like_container {
    top: 50%;
    left: 50%;
    width: 65vw;
    min-width: 350px;
    height: 80vh;
    overflow: unset;
    transform: translate(-50%, -50%);
    box-shadow: 2pt 4pt 10pt rgba(20%, 20%, 20%, 0.2);

    .you_like_page {
        height: 100%;
        overflow: hidden;
        width: 100%;

        .header_you_like {
            .you_like_title {
                height: 36px;
    
                & p {
                    line-height: 36px;
                }
            }
            
            .customer_logo {
                display: none;
            }
        } 

        .content_you_like {
            overflow: auto;
            overscroll-behavior: none;

            .backpanel_area {
                width: 300px;
                height: 450px;
            }

            .backpanel_item {
                width: 300px;
                height: 450px;

                .backpanel_img {
                    width: 300px;
                    height: 300px;
                }
            }

            .backpanel_context{
                height: 113px;
            }
        }
    }

    .back_to_top {
        display: none;
    }

    .you_like_mask {
        width: 100%;
        height: 100%;
    }

    .modal_ad_area {
        width: 100%;
        height: 100%;
    }
}

.avividai_you_like_mask {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483644;
    background-color: #000;
    opacity: .5;
    width: 100vw;
    height: 100vh;
}