@charset "utf-8";
/* CSS Document */

#mcover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3888;
}
#mcover img {
    position: fixed;
    right: 18px;
    top: 5px;
    width: 291px;
    height: 169px;
    z-index: 999;
}