﻿.floatdiv {
    z-index: 9999;
    position: fixed;
}

.mask {
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
}

    .mask .loading {
        width: 200px;
        height: 100px;
        margin: 250px auto;
        border-radius: 10px;
    }

    .mask .maskbox {
        width: 95%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        padding: 10px;
        z-index: 10;
        background: #ffffff;
        border-radius: 10px;
    }

        .mask .maskbox .closeBtn {
            position: absolute;
            top: 10px;
            right: 10px;
            color: #666;
            font-size: 34px;
            width: 24px;
            height: 24px;
            border: 1px solid #666;
            border-radius: 4px;
            line-height: 22px;
            text-align: center;
        }
