/*----------------mui.showLoading---------------*/
.mui-show-loading {
  position: fixed;
  padding: 5px;
  width: 100px;
  min-height: 100px;
  top: 45%;
  left: 50%;
  margin-left: -60px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  border-radius: 5px;
  color: #ffffff;
  visibility: hidden;
  margin: 0;
  z-index: 2000;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  opacity: 0;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  transform: scale(0.9) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.mui-show-loading.loading-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.mui-show-loading .mui-spinner {
  margin-top: 24px;
  width: 36px;
  height: 36px;
}

.mui-show-loading .text {
  line-height: 1.6;
  font-family: -apple-system-font, "Helvetica Neue", sans-serif;
  font-size: 14px;
  margin: 10px 0 0;
  color: #fff;
}

.mui-show-loading-mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.mui-show-loading-mask-hidden {
  display: none !important;
}

/* 沙漏动画 */

.wrapper {
  width: 110px;
  max-width: 100%;
  margin: 0 auto;
}

@-webkit-keyframes timerRotate {
  0% {
    transform: rotateZ(0deg);
  }

  50% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(-180deg);
  }
}

@-moz-keyframes timerRotate {
  0% {
    transform: rotateZ(0deg);
  }

  50% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(-180deg);
  }
}

@-ms-keyframes timerRotate {
  0% {
    transform: rotateZ(0deg);
  }

  50% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(-180deg);
  }
}

@keyframes timerRotate {
  0% {
    transform: rotateZ(0deg);
  }

  50% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(-180deg);
  }
}

@-webkit-keyframes bottomFill {
  0% {
    border-bottom-width: 0px;
  }

  50% {
    border-bottom-width: 60px;
  }

  100% {
    border-bottom-width: 60px;
  }
}

@-moz-keyframes bottomFill {
  0% {
    border-bottom-width: 0px;
  }

  50% {
    border-bottom-width: 60px;
  }

  100% {
    border-bottom-width: 60px;
  }
}

@-ms-keyframes bottomFill {
  0% {
    border-bottom-width: 0px;
  }

  50% {
    border-bottom-width: 60px;
  }

  100% {
    border-bottom-width: 60px;
  }
}

@keyframes bottomFill {
  0% {
    border-bottom-width: 0px;
  }

  50% {
    border-bottom-width: 60px;
  }

  100% {
    border-bottom-width: 60px;
  }
}

@-webkit-keyframes topEmpty {
  0% {
    top: 19px;
    border-top-width: 60px;
    border-left-width: 35px;
    border-right-width: 35px;
  }

  50% {
    top: 80px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
  }

  100% {
    top: 80px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
  }
}

@-moz-keyframes topEmpty {
  0% {
    top: 19px;
    border-top-width: 60px;
    border-left-width: 35px;
    border-right-width: 35px;
  }

  50% {
    top: 80px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
  }

  100% {
    top: 80px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
  }
}

@-ms-keyframes topEmpty {
  0% {
    top: 19px;
    border-top-width: 60px;
    border-left-width: 35px;
    border-right-width: 35px;
  }

  50% {
    top: 80px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
  }

  100% {
    top: 80px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
  }
}

@keyframes topEmpty {
  0% {
    top: 19px;
    border-top-width: 60px;
    border-left-width: 35px;
    border-right-width: 35px;
  }

  50% {
    top: 80px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
  }

  100% {
    top: 80px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
  }
}

.loader {
  width: 50%;
  height: 240px;
  float: left;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.loader .timerWrap {
  position: relative;
  animation: timerRotate 2s infinite ease;
  -webkit-animation: timerRotate 2s infinite ease;
  -moz-animation: timerRotate 2s infinite ease;
  -ms-animation: timerRotate 2s infinite ease;
  width: 120px;
  height: 160px;
  margin: auto;
  top: 40px;
}

.loader .timerWrap:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 35px 0 35px;
  border-color: #e08f24 transparent transparent transparent;
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  margin: auto;
  animation: topEmpty 2s infinite ease;
  -webkit-animation: topEmpty 2s infinite ease;
  -moz-animation: topEmpty 2s infinite ease;
  -ms-animation: topEmpty 2s infinite ease;
}

.loader .timerWrap:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 35px 60px 35px;
  border-color: transparent transparent #e08f24 transparent;
  position: absolute;
  bottom: 19px;
  left: 0;
  right: 0;
  margin: auto;
  animation: bottomFill 2s infinite ease;
  -webkit-animation: bottomFill 2s infinite ease;
  -moz-animation: bottomFill 2s infinite ease;
  -ms-animation: bottomFill 2s infinite ease;
}

.loader .timerWrap .timer {
  width: 120px;
  max-width: 100%;
  height: 160px;
  position: relative;
  top: 0;
  left: 0;
}

.loader .timerWrap .timer path {
  fill: #3f6b9d;
}
