body,
div {
    margin: 0;
    padding: 0;
}

.ft-slider {
    position: relative;
    text-align: center;
    font-size: 1rem;
    background-color:#780021;
    color: #d1a157;
}

    .ft-slider .ft-slider-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-user-select: none;
        user-select: none;
    }

.lock {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #d1a157), color-stop(.4, #d1a157), color-stop(.5, #fff), color-stop(.6,#d1a157), color-stop(1,#d1a157));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: lock 2.6s infinite;
    -webkit-text-size-adjust: none;
    font-size:0.4rem;
}

.ft-slider .transition {
    transition: all .4s;
}

.ft-slider .ft-slider-content.success {
    color: #fff;
    font-size:0.4rem;
}

.ft-slider .ft-slider-bar {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/artboard.png) no-repeat center center #d1a157;
    background-size: 16px 16px;
    /*border: 1px solid #ccc;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .ft-slider .ft-slider-bar.success {
        background-image: url(../images/successYZ.png);
    }

.ft-slider .ft-slider-bg {
    width: 0;
    height: 100%;
    background-color: rgb(122, 194, 60);
}

@-webkit-keyframes lock {
    0% {
        background-position: -140px 0;
    }

    100% {
        background-position: 140px 0;
    }
}

@keyframes lock {
    0% {
        background-position: -140px 0;
    }

    100% {
        background-position: 140px 0;
    }
}
