﻿
/*响应式布局：大字体版*/
.twiLoadingMaskBg
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
    z-index:99999;
}
.twiLoadingMaskCnt
{
    position:absolute;
    margin:0 auto;
    border: solid 2px #F0F0F0;
    width:250px;
    height:50px;    
    font-size:25px;
    font-family:'Microsoft YaHei';
    background: white url("images/loading.gif") no-repeat 3px center;
    padding:3px;
    padding-left:30px;
    top:50%;
    left:50%;
    margin-top:-25px;
    margin-left:-125px;
    z-index:100000;
}
