.mloading-container {
    position: relative;
    min-height: 70px;
    -webkit-transition: height .6s ease-in-out;
    -o-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out
}

#btnTest {
    border: 0
}

.mloading {
    position: absolute;
    background: #e9e9e8;
    font: normal 12px/22px "Microsoft Yahei", "寰蒋闆呴粦", "瀹嬩綋";
    display: none;
    z-index: 1600;
    background: rgba(233, 233, 232, 0)
}

.mloading.active {
    display: block;
    border: 0
}

.mloading.mloading-mask {
    background: rgba(233, 233, 232, 0.75);
    filter: alpha(opacity=75)
}

.mloading-full {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.mloading-container>.mloading {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mloading-body {
    width: 100%;
    height: 100%;
    position: relative
}

.mloading-bar {
    width: 200px;
    max-width: 100%;
    height: 120px;
    min-height: 22px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
    line-height:120px;
    font-size: 24px;
    color: white;
    border-radius: 10px;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    right: 0;
    left: 0
}

.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: 30px;
    height: 30px;
    vertical-align: middle
}

.mloading-text {
    margin-left: 10px
}