.loading-icon {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
.loading-text{
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 4px;
}
@-webkit-keyframes ball-beat {
    50% {
        opacity: 0.2;
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1); } }

@keyframes ball-beat {
    50% {
        opacity: 0.2;
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1); } }

.ball-beat > div {
    background-color: #4999ff;
    width: 10px;
    height: 10px;
    border-radius: 100% !important;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: ball-beat 0.7s 0s infinite linear;
    animation: ball-beat 0.7s 0s infinite linear; }
.ball-beat > div:nth-child(2n-1) {
    -webkit-animation-delay: 0.35s !important;
    animation-delay: 0.35s !important; }



.time-exp-loading-container{
    top:0;
    bottom: 0;
    position: fixed;
    width: 100%;
    padding: 30vh 0 0 0 ;
    margin: 0;
    z-index: 10000;
    background: rgba(255,255,255,0.95);
}
.time-exp-loading-inner{
    width: 80vw;
    text-align: center;
    color: #666;
    font-size: 16px;
    padding: 0;
    margin: 0 auto;
}
.time-exp-loading-err-tip{
    color: #777;
    font-size: 12px
}
.time-exp-loading-progress-text{
    padding:10px;
}