.eom-btn{
    margin-top:10px;
    width:100%;
}
.eom-modal{
    display:none;
    position:fixed;
    left:0;top:0;width:100%;height:100%;
    background:rgba(0,0,0,0.6);
    z-index:9999;
}
.eom-content{
    background:#fff;
    padding:20px;
    max-width:400px;
    margin:10% auto;
    border-radius:10px;
}
.eom-close{float:right;cursor:pointer;font-weight:bold;}
