﻿  
.gjhBackstrop {
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 19900100;
    background-color: rgba(255,255,255,.7);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.gjhLoading {
    text-align: center;
    /*width: 100px;*/
    margin: -50px auto 5px -25px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    color: #fa4c4c;
    left: 50%;
}

.url-loading {
    /*width: 56px;
    height: 23px;
    padding-top: 7px;*/
    animation: gjhLoading infinite linear 1.8s;
    -webkit-animation: gjhLoading infinite linear 1.8s;
    -moz-animation: gjhLoading infinite linear 1.8s;
    -o-animation: gjhLoading infinite linear 1.8s;
}
