body {
  background-color: #f5f7f9;
  color: #6c6c6c;
  font: 300 1em/1.5em;
}
.container {
  left: 50%;
  position: absolute;
  top: 16rem;
  transform: translate(-50%, -50%);
}

/* PROGRESS */
.progress {
  background-color: #e5e9eb;
  height: 0.25em;
  position: relative;
  width: 17em;
}
.progress-bar {
  animation-duration: 3s;
  animation-name: width;
  background-image: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  background-size: 24em 0.25em;
  height: 100%;
  position: relative;
}
.progress-shadow {
	display: none;
  background-image: linear-gradient(to bottom, #eaecee, transparent);
  height: 4em;
  position: absolute;
  top: 100%;
  transform: skew(45deg);
  transform-origin: 0 0;
  width: 100%;
}
/*.guanZhutankuang{
	display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0px;
    margin: auto;
    background: url(/img/reweima_kuangtwo.jpg) 0% 0% / 100% 100%;
    border-radius: 8px;
}*/
.guanZhutankuang_img>img{
	    width: 54%;
    height: auto;
    top: 42%;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
}



/* ANIMATIONS */
@keyframes width {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
