/*彈窗1 lightbox-1_start*/

/* Lightbox background */
#lightbox-1_lightboxbg {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: 1000;
}

/* Lightbox panel with some content */
#lightbox-1 {
    display: none;
    position: fixed;
    top: 100px;
    left: 50%;
    /*    margin-left: -200px;*/
    min-width: 400px;
    background: #FFFFFF;
    padding: 10/dpx 15px 10px 15px;
    border: 2px solid #CCCCCC;
    z-index: 1001;

}

#lightbox-1 .lightbox1_lightbox-content {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 90vh;
}

#lightbox-1 .lightbox1_lightbox-close {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    position: absolute;
    top: -40px;
    right: -40px;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    /* background-color: #fff !important; */
    border-radius: 100%;
    text-align: center;
    font-size: 3rem;
}

/*彈窗1 lightbox-1_end*/


/*彈窗2 lightbox-2_start*/

/* Lightbox background */
#lightbox-2_lightboxbg {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: 1000;
}

/* Lightbox panel with some content */
#lightbox-2 {
    display: none;
    position: fixed;
    top: 100px;
    left: 50%;
    /*    margin-left: -200px;*/
    min-width: 400px;
    background: #FFFFFF;
    padding: 10/dpx 15px 10px 15px;
    border: 2px solid #CCCCCC;
    z-index: 1001;

}

#lightbox-2 .lightbox2_lightbox-content {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 90vh;
}

#lightbox-2 .lightbox2_lightbox-close {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    position: absolute;
    top: -40px;
    right: -40px;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    /* background-color: #fff !important; */
    border-radius: 100%;
    text-align: center;
    font-size: 3rem;
}

/*彈窗2 lightbox-2_end*/
