@charset "utf-8";.mask,.pageLoadingMask{filter:alpha(opacity=60)}.loader,.mask{position:fixed}.mask{top:0;background-color:#000;z-index:999;left:0;opacity:.7;-moz-opacity:.7;width:100%;height:100%}.loader{top:50%;left:50%;color:#fff;z-index:999999999999;fill:#fff;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;animation:spin 2s linear infinite;width:100px;height:100px}.loading,.pageLoadingMask{width:100%;height:100%;position:fixed;top:0;left:0}@-webkit-keyframes spin{100%{-webkit-transform:rotate(-360deg)}}@-moz-keyframes spin{100%{-moz-transform:rotate(-360deg)}}@keyframes spin{100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.pageLoadingMask{background-color:#f2f2f2;z-index:999;opacity:1;-moz-opacity:1}.loading .circle,.loading .circle1{background-color:rgba(0,0,0,0);opacity:.9;margin:0 auto}.loading{z-index:1000;vertical-align:middle}.loading td{text-align:center}.loading .circle{border:5px solid rgba(0,183,229,.9);border-right:5px solid transparent;border-left:5px solid transparent;border-radius:80px;box-shadow:0 0 35px #2187e7;width:80px;height:80px;-webkit-animation:spinPulse 1s infinite linear}.loading .circle1{border:5px solid rgba(0,183,229,.9);border-left:5px solid transparent;border-right:5px solid transparent;border-radius:60px;box-shadow:0 0 15px #2187e7;width:60px;height:60px;position:relative;top:-80px;-webkit-animation:spinoffPulse 1s infinite linear}@-webkit-keyframes spinPulse{0%{-webkit-transform:rotate(160deg);opacity:0;box-shadow:0 0 1px #2187e7}50%{-webkit-transform:rotate(145deg);opacity:1}100%{-webkit-transform:rotate(-320deg);opacity:0}}@-webkit-keyframes spinoffPulse{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}.loading .stop{-webkit-animation-play-state:paused}.loading .msg{font-size:14px;position:relative;top:-40px;color:#ccc;display:inline-block}@-webkit-keyframes shine{0%{background-position:top left}100%{background-position:top right}}.shine{background:-webkit-gradient(linear,left top,right top,from(#000),to(#000),color-stop(.5,#fff)) no-repeat #222;-webkit-background-size:30% 100%;color:rgba(48,196,233,.3);-webkit-background-clip:text;-webkit-animation-name:shine;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite}