//@import "../../less/config/main";
.cui-brocken {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=60);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}
