/*loading*/
#loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1099;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.49);
}
.loading-contain {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 100px;
    margin: -50px 0 0 -100px;
}
.loading-contain > img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: block;
}
.loading-contain > p {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    display: block;
}
.old_type .loading-contain {
    width: 300px;
    height: 150px;
    margin: -80px 0 0 -150px;
}
.old_type .loading-contain > img {
    width: 100px;
    height: 100px;
}
.old_type .loading-contain > p {
    line-height: 50px;
    font-size: 24px;
}