﻿
 .Loadingdiv
{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    background-color: white;
    opacity: 1.0;
    font-size: 14px;
    font-weight: bold;
    z-index: 999999;
}

.Loadingdv {
    position: fixed;
    width: 200px;
    height: 50px;
    right: 50%;
    top: 50%;
    color: white;
    background-color: white;
    margin-right: -100px;
    margin-top: -25px;
}

.LoadingBox {
    height: 15px;
    background: #F5FAFD url(../Images/test2.jpg) no-repeat left center;
    width: 471px;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
}

.LoadingBtn {
    position: absolute;
    left: 50px;
    top: 0;
}

.LoadingTxt {
    height: 50px;
    line-height: 50px;
    width: 531px;
    text-align: center;
    font-size: 30px;
    color: #29B6FF;
    font-family: Arial;
    margin: 0 auto;
}

