@charset "utf-8";

#pop {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    display:none;
}
#pop .pop-cont {
    position:absolute;
    top:12.5%;
    left:12.5%;
    margin-left:200px;
    margin-top:200px;
    width:50%;
    min-width:400px;
    height:50%;
    min-height: 400px;
    background:rgba(255,255,255,0.7);
    border-radius: 25px;
/*    overflow: hidden;*/
}
.pop-cont img {
    width:400px;
    height:400px;
    margin:10px auto;
    border-radius: 25px;
}
#pop button {
    position:fixed;
    top:0;
    right: 0;
    width:70px;
    height:90px;
    font-size: 30px;
    background:#c00;
    color:#fff;
    border:0;
    cursor: pointer;
}