﻿/*加载中*/
#ss_loading {
    position: fixed;
    z-index: 999999;
}
.loadingBg {
    bottom: 0;
    left: 0;
    opacity: 0.8;
    position: fixed;
    right: 0;
    top: 0;
}
.loadingContent {
    left: 42%;
    position: fixed;
    top: 50%;
}
#ss_loading_text {
    color: #42adff;
    font-weight: bold;
    height: 30px;
    left: 40px;
    line-height: 30px;
    position: relative;
    top: -30px;
    font-size: 12px;
}
#ss_loading_text {
    background: url("../img/loading_bg.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    color: #fff !important;
    height: 28px;
    line-height: 28px;
    text-align: left;
    width: 180px;
}
#ss_loading_text i {
    background: url("../img/loading_animation.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 16px;
    margin: 0 15px;
    vertical-align: middle;
    width: 16px;
}
/*
 * @(#) loading_pc.css
 * 版权声明 厦门畅享信息技术有限公司, 版权所有 违者必究
 *
 * <br> Copyright:  Copyright (c) 2018
 * <br> Company:厦门畅享信息技术有限公司
 * <br> @author xuxd
 * <br> 2018-09-07 11:53:35
 *
 */

