@charset "UTF-8";
#loading {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#loading > i {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../img/loading.gif") no-repeat;
}

.pop-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: block;
}



.toast {
    width: auto;
    max-width: 200px;
    min-width: 100px;
    text-align: center;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 20px;
    /* min-height: 100px; */
    font-size: 28px;
    top: 40%;
    color: #fff;
    border-radius: 8px;
}




