﻿/*加载中*/
#ss_loading {
    position: fixed;
    z-index: 999999;
}
.loadingBg {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.8;
}
.loadingContent {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#ss_loading_text {
    width: calc(280rem / 72);
    height: calc(36rem / 72);
    line-height: calc(36rem / 72);
    text-align: center;
    font-size: calc(24rem / 72);
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: calc(16rem / 72);
}
#ss_loading_text i {
    display: inline-block;
    height: calc(32rem / 72);
    width: calc(32rem / 72);
    margin: 0 calc(8rem / 72);
    vertical-align: middle;
    background: url("../img/loading_animation.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}
