@CHARSET "UTF-8";
@keyframes loadingBar {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
.loadingWrap{
	position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    /* background: #dfdfdf; */
    z-index: 999;
    display: none;
}
.loadingBar div {
  left: 51.150000000000006px;
  top: 12.100000000000001px;
  position: absolute;
  animation: loadingBar linear 0.5586592178770949s infinite;
  background: #b8dcff;
  width: 7.700000000000001px;
  height: 17.6px;
  border-radius: 2.9920000000000004px / 2.9920000000000004px;
  transform-origin: 3.8500000000000005px 42.900000000000006px;
}.loadingBar div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.5027932960893855s;
  background: #b8dcff;
}.loadingBar div:nth-child(2) {
  transform: rotate(36deg);
  animation-delay: -0.446927374301676s;
  background: #f5fdff;
}.loadingBar div:nth-child(3) {
  transform: rotate(72deg);
  animation-delay: -0.3910614525139665s;
  background: #e7f6ff;
}.loadingBar div:nth-child(4) {
  transform: rotate(108deg);
  animation-delay: -0.335195530726257s;
  background: #dbecff;
}.loadingBar div:nth-child(5) {
  transform: rotate(144deg);
  animation-delay: -0.2793296089385475s;
  background: #d3e6ff;
}.loadingBar div:nth-child(6) {
  transform: rotate(180deg);
  animation-delay: -0.223463687150838s;
  background: #b8dcff;
}.loadingBar div:nth-child(7) {
  transform: rotate(216deg);
  animation-delay: -0.1675977653631285s;
  background: #f5fdff;
}.loadingBar div:nth-child(8) {
  transform: rotate(252deg);
  animation-delay: -0.111731843575419s;
  background: #e7f6ff;
}.loadingBar div:nth-child(9) {
  transform: rotate(288deg);
  animation-delay: -0.0558659217877095s;
  background: #dbecff;
}.loadingBar div:nth-child(10) {
  transform: rotate(324deg);
  animation-delay: 0s;
  background: #d3e6ff;
}
.loadingSet {
  width: 110px;
  height: 110px;
  display: inline-block;
  overflow: hidden;
  background: none;
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loadingBar {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.loadingBar div { box-sizing: content-box; }