﻿
.mloading-container {
    position: relative;
    min-height: 70px;
    -webkit-transition: height 0.6s ease-in-out;
    -o-transition: height 0.6s ease-in-out;
    transition: height 0.6s ease-in-out;
}

.mloading {
    position: absolute;
    background: #E9E9E8;
    font: normal 12px/22px "Microsoft Yahei", "å¾®è½¯é›…é»‘", "å®‹ä½“";
    display: none;
    z-index: 79;
    background: rgba(233, 233, 232, 0);
}

    .mloading.active {
        display: block;
    }

    .mloading.mloading-mask {
        background: transparent;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    }

.mloading-full {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.mloading-container > .mloading {
    top: 41px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.mloading-body {
    width: 100%;
    height: 100%;
    position: absolute;
    vertical-align: middle;
    display: table-cell;
    display: table;

}

form .mloading-body, .mloading_white .mloading-body {
    background: #ffffffc9;
}

.mloading-bar {
    height: 150px;
    width: 250px;
    /* min-height: 22px; */
    text-align: center;
    background: rgb(255 255 255);
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27); */
    border-radius: 7px;
    padding: 20px 15px;
    font-size: 14px;
    color: #999;
    position: relative;
    margin: auto;
    word-break: break-all;
    /* vertical-align:middle; */
    /* display: table-cell; */
    vertical-align: middle;
    display: table-cell;
}

@media (max-width: 300px) {
    .mloading-bar {
        width: 62px;
        height: 56px;
        margin-left: -30px !important;
        margin-top: -30px !important;
        padding: 0;
        line-height: 56px;
    }

        .mloading-bar > .mloading-text {
            display: none;
        }
}

.mloading-bar-sm {
    width: 62px;
    height: 56px;
    margin-left: -30px !important;
    margin-top: -30px !important;
    padding: 0;
    line-height: 56px;
}

    .mloading-bar-sm > .mloading-text {
        display: none;
    }

.mloading-icon {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    padding: 5px;
}

.mloading-text {
    /* margin-left: 10px; */
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #879082;
    /* position: absolute; */
    /* margin-left: 2px; */
    margin-top: 0px;
    /* display: none; */
    display: block;
    width: 100%;
    color: #796517;
    margin-left: -8px;
    margin-top: -12px;
    font-weight: bold;
    text-align: center;
}
