﻿.fullLoading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.5)
}
.fullLoading-2 {
    background-color: rgba(0, 0, 0, 0)
}
.fullLoadingBox {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -70px;
    margin-top: -48px;
    width: 140px;
    border-radius: 6px;
    font-size: 14px;
    padding: 58px 0 10px 0
}
.fullLoadingBox img {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 32px
}
.fullLoadingBox i {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -16px;
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-radius: 24px;
    -webkit-animation: gif 1s infinite linear;
    animation: gif 1s infinite linear;
    clip: rect(0 auto 12px 0)
}