#splash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /* background: #171717 url(./splash.png) no-repeat center;
  background-size: 25%;*/
}
.progress-bar {
    position: absolute;
    left: 25%;
    top: 80%;
    height: 15px;
    width: 50%;
    border-radius: 5px;
    background: url(./jp_jindutd.png) no-repeat center;
    background-size: 100%;
}
.progress-bar span {
    display: block;
    height: 100%;
    border-radius: 5px;
    transition: width .2s;
    -moz-transition: width .2s;
    -webkit-transition: width .2s;
    -o-transition:width .2s;
    background: url(./jp_jindut.png) no-repeat center;
    background-size: 100%;
}
#progress-Text {
  position: absolute;
  width: 100%;
  bottom: 100%;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
}
