.progress {
    width: 60px;
    border-radius: 5px;
    background-color: #f5f5f5;
    border: 1px solid #ffdcbe;
    margin: auto;
}

.hand_link {
    width: 122px;
    position: fixed;
    right: 4px;
    bottom: 15%;
    text-align: center;
    z-index: 999;
    /* display: none; */
}

.hand_link img {
    width: 48px;
    height: 48px;
}

.bar {
    background: linear-gradient(270deg, #ffa144 0%, #ffc438 100%);
    border-radius: 5px;
    display: block;
    height: 7px;
    width: 0;
}

.wcjf {
    font-size: 10px;
    font-weight: 400;
    color: #f7b500;
    line-height: 14px;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 4px 8px;
    margin-bottom: 2px;
    border-radius: 9px;
    transform: translateZ(-1px);
}

p.hand-tips {
    font-size: 10px;
    font-weight: 400;
    color: #343a41;
    line-height: 14px;
}

.anit-right {
    animation: anit_right 0.3s;
    -webkit-animation: anit_right 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-iteration-count: 1;
    /*动画只执行一次*/
    -moz-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
}

@-webkit-keyframes anit_right {
    0% {
        transform: translate(0.4rem, 0);
    }

    100% {
        transform: translate(6rem, 0);
        display: none;
    }
}

@keyframes anit_right {
    0% {
        transform: translate(0.4rem, 0);
    }

    100% {
        transform: translate(6rem, 0);
        display: none;
    }
}

.ksp-jf {
    position: relative;
    top:0;
    text-align: center;
    z-index: 999;
    display: inline-block;
    display: none;
}
.wcjf {
    font-size: 10px;
    font-weight: 400;
    color: #f7b500;
    line-height: 14px;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 4px 8px;
    margin-bottom: 2px;
    border-radius: 9px;
}