/* 【end】弹匡公共样式 */

/** 等待框 */
.modal-body-m-waiting {
    padding: 1em;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.3em;
}

.overlay-m-waiting {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 9999;
}

.overflow-hidden-m-waiting {
    overflow: hidden;
}

.modal-m-waiting {
    position: fixed;
    top: 50%;
    width: 8em;
    height: 8em;
    margin-top: -6em;
    left: 50%;
    margin-left: -4em;
    border-radius: 0em;
    background: rgba(0, 0, 0, 0);
    z-index: 10000;
}

.modal-m-waiting-loading-img {
    /*position: fixed;*/
    width: 7em;
    height: 7em;
    /*top: 50%;*/
    /*left: 50%;*/
    margin-top: 0.5em;
    margin-left: 0.5em;
    opacity: 0.70;
    border-radius: 8px;
}

.modal-m-waiting-loading-msg {
    position: fixed;
    top: 50%;
    left : 50%;
    width: 6em;
    color: white;
    text-align: center;
    margin-top : 2.5em;
    margin-left: -1.7em;
    font-size: 0.9em;
}

/* 【end】等待匡 */
