/*
    模态框
*/

@import "../../less/config/main";
.cui-modalContainer {
    width: 100%;
    height: 100%;
    // background: rgb(0, 0, 0);
    // background: rgba(0, 0, 0, 0.6);
    // filter: alpha(opacity=60);
    //filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000');
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}
