﻿/*等待框样式*/
.loading-panel
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color:#000;
     filter:alpha(opacity=10);  
      -moz-opacity:0.1;  
      -khtml-opacity: 0.1;  
      opacity: 0.1;  
}

.loading-mark
{
    position: absolute;
    width: 50px;
    height: 50px;
    border: 0px solid #4A5B79;
    background-color:transparent;
    background-image: url(img/loading.gif);
    background-repeat: no-repeat;
    z-index: 9999;
    top:35%;
    left:45%;
}

.loading-mark span
{
    margin-left: 60px;
    font-size: 18px;
    color: #000;
    line-height: 50px;
}

.hide
{
    display: none;
}
