﻿
.content-loading {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    position: absolute;
    background: url("../images/index/loading.gif") center no-repeat #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.count {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    color: #384552;
    padding-left: 38px;
    text-align: center;
}































