﻿/*加载*/
.mui-loader {
        position: absolute;
        top: 25%;
        width: 100%;
        height: 60%;
        color: #888;
        font-size: 14px;
        text-align: center;
        z-index: 111;
    }

    .mui-zd-load-b {
        background: #000;
        width: 40%;
        padding: 10%;
        margin: 0 auto;
        opacity: .7;
        border-radius: 10px;
    }

    .mui-zd-load-c {
        margin-top: 15px;
        color: #fff;
    }

    .mui-backdrop {
        position: fixed;
        z-index: 999;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .6);
    }

    .mui-backdrop3 {
        position: fixed;
        z-index: 997;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .6);
    }