#curtain {
    display: none;
    background: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12;
}

.easybox_container {
    text-align: center;
    height: 100%;
    overflow: auto;
}

.easybox {
position: relative;
display: inline-block;
text-align: left;
margin: 30px auto;
padding: 20px;
background: #500000;
border-radius: 5px;
}

.easyboxclose {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    font-size: 18px;
    color:#fff;
}
