
.pace {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 1000;
    width: 100%;
    height: 100%;
    font-weight: bold;
    overflow: hidden;
    display: none;
}
.pace .pace-progress {
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
.pace .pace-progress:after {
    content: attr(data-progress-text);
    text-align: center;
    color: #292929;
    font-size: 15px;
    display: block;
    z-index: 999;
    position: absolute;
    width: 100px;
    height: 50px;
    line-height: 50px;
    top: 50vh;
    left: 50%;
    /* margin-left: 116px; */
    margin-left: 68px;
    margin-top: -21px;
}
.pace-activity{
    display: none;
}

/* .pace-activity{
    position: absolute;
    width: 117px;
    height: 115px;
    left: 50%;
    margin-left: -75px;
    top: 50vh;
    margin-top: -57px;
    z-index: 3;
    font-size: 114px;
    font-weight: bold;
    color: #252525;
    text-align: center;
    line-height: 115px;

} */
.pace-activity:after{
    content:  attr(data-progress);
}
.loadnum:after{
    content: '';
    width: 1px;
    height: 89px;
    position: absolute;
    transform: rotate(20deg);
    left: -10px;
    top: 13px;
    background-color: black;
}
