@charset "utf-8";
/* ============================================ */
/* ==================  Font  ================== */
/* ============================================ */
/* 方正粗宋简体 字体载入 */
@font-face{font-family:'fzcs';src:url('../../fonts/方正粗宋简体.ttf');}    /* 方正粗宋简体 */
.ff_fzcs{font-family:'fzcs' !important;}

/* Impact 字体 */
.ff_impact{font-family:Impact !important;}

/* ++++++++++++++++ 图层 ++++++++++++++++ */
.layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:50;}

.balloonWrap{position:absolute;top:0;right:0;bottom:0;left:0}

/* 表格内容不换行 */
div.table.new .tbody > ul li,
div.table.new .tbody > div > ul li{overflow:hidden;}
div.table.new .tbody > div > ul li > div{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}

/* ++++++++++++++++ loading ++++++++++++++++ */
.loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background-color:rgba(34,153,255,1);display:none;}
.loading:after{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:2rem;height:2rem;line-height:2rem;font-size:2rem;content:"\e9f5";font-family:'iconfounts' !important;color:#fff;text-shadow:rgba(0,0,0,.5) 0 0 .05rem;animation: turnAround 1s linear infinite;}
@keyframes turnAround{
      0%{transform:rotate(  0deg)}
    100%{transform:rotate(360deg)}
}
