﻿﻿/***********Loding 页面遮罩***************/
.mlsc-indicator {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.mlsc-indicator-wrapper {
    top: 50%;
    left: 50%;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    color: white;
    box-sizing: border-box;
    text-align: center;
}

.mlsc-indicator-text {
    display: block;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

.mlsc-indicator-spin {
    display: inline-block;
    text-align: center;
}

.mlsc-indicator-mask {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    background-color: #EFEFF4;
}

.mlsc-mask-opacity {
    opacity: 0;
}

.mlsc-indicator-enter,
.mlsc-indicator-leave-active {
    opacity: 0;
}

.mlsc-spinner {
    margin: 0 auto;
    text-align: center;
}

    .mlsc-spinner > div {
        /*border-radius: 100%;
        display: inline-block;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
        animation: bouncedelay 1.4s infinite ease-in-out;       
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;*/
        background-color: #399;
        width: 12px;
        height: 12px;
        border-radius: 100%;
        margin: 2px;
        position: absolute;
    }
   .mlsc-spinner .bounce0 
    {
        top: 25px;
        left: 0;
         -webkit-animation: bouncedelay 1s 0s infinite ease-in-out;
        animation: bouncedelay 1s 0s infinite ease-in-out;
    }

    .mlsc-spinner .bounce1 
    {
        top: 17.04545px;
        left: 17.04545px;
         -webkit-animation: bouncedelay 1s 0.12s infinite ease-in-out;
        animation: bouncedelay 1s 0.12s infinite ease-in-out;
        /*-webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;*/
    }

    .mlsc-spinner .bounce2 
    {
        top: 0;
        left: 25px;
         -webkit-animation: bouncedelay 1s 0.24s infinite ease-in-out;
        animation: bouncedelay 1s 0.24s infinite ease-in-out;
    }
    .mlsc-spinner .bounce3 
    {
       top: -17.04545px;
        left: 17.04545px;
       -webkit-animation: bouncedelay 1s 0.36s infinite ease-in-out;
        animation: bouncedelay 1s 0.36s infinite ease-in-out;
    }
    .mlsc-spinner .bounce4 
    {
       top: -25px;
        left: 0;
        -webkit-animation: bouncedelay 1s 0.48s infinite ease-in-out;
        animation: bouncedelay 1s 0.48s infinite ease-in-out;
    }
    .mlsc-spinner .bounce5 
    {
       top: -17.04545px;
        left: -17.04545px;
        -webkit-animation: bouncedelay 1s 0.6s infinite ease-in-out;
        animation: bouncedelay 1s 0.6s infinite ease-in-out;
    }
    .mlsc-spinner .bounce6 
    {
       top: 0;
        left: -25px;
        -webkit-animation: bouncedelay 1s 0.72s infinite ease-in-out;
        animation: bouncedelay 1s 0.72s infinite ease-in-out;
    }
    .mlsc-spinner .bounce7 
    {
         top: 17.04545px;
        left: -17.04545px;
        -webkit-animation: bouncedelay 1s 0.84s infinite ease-in-out;
        animation: bouncedelay 1s 0.84s infinite ease-in-out;
    }
    
    
      
@-webkit-keyframes bouncedelay {
    50% {
            -webkit-transform: rotate(0.0);
            transform: scale(0.0); }

        100% {
            -webkit-transform: scale(1.0);
            transform: scale(1.0); }
}

@keyframes bouncedelay {
     50% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/***********Loding 页面遮罩结束***************/


/***********空白页 开始***************/
.mlsc-empty-wrapper {
    left: 50%;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    text-align: center;
    margin: 100px auto 0;
}

.mlsc-emtpy-data {
    width: 64px;
    height: 64px;
    line-height: 64px;
    background-size: 64px 64px;
    background: url('../../styles/images/emptydata.png') no-repeat;
    display: block;
    margin-top: 20px; 
}

/***********空白页 结束***************/
.mui-placeholder span{     margin-top: 16px; }