
#showimage{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

#showimage1{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.pop_inner{
    width:70%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6px;
    box-sizing: border-box;
    display: inline-block;
}

.pop_inner2{
    width:43%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    padding: 6px;
    box-sizing: border-box;
    background-color: #fff;
    display: inline-block;
}

.img_pop{
    width: 100%;
    display: inline-block !important;
}

.img_box{
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    position: relative;
    margin: 0 15px;
}

.img_box img{
    width: 100%;
}

.check_pop{
    background-color: transparent !important;
    width: 96.5%;
    font-size: 14px;
    padding: 6px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.check_pop input{
    margin-right: 5px;
}

.check_pop label{
    cursor: pointer;
    color: #fff;
}

a.btn_close{
    cursor: pointer;
    color: #fff;
}


/* mobile */
@media screen and (max-width: 767px){

    #showimage{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 999;
    }

    #showimage1{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 998;
    }

    #showimage2{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    .pop_inner{
        width: 90%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 6px;
        box-sizing: border-box;
    }

    .img_pop{
        width: 100%;
        display: inline-block !important;
    }

    .img_box{
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
        position: relative;
        margin: 0 5px;
    }

    .img_box img{
        width: 100%;
    }

    .check_pop{
        background-color: transparent !important;
        width: 96.5%;
        font-size: 14px;
        padding-top: 10px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
    }

    .check_pop input{
        margin-right: 5px;
    }

    .check_pop label{
        color: #fff;
    }

    a.btn_close{
        color: #fff;
    }

}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){

}
