.imgSandImg {
    width: 24px;
    height: 24px;
}

.imgSandtxt {
    color: #CCCCCC;
    font-size: 12px;
}

.imgSandTime {
    color: #CCCCCC;
    font-size: 14px;
}

.imgSand {
    display: flex;
    align-items: center;
    background-color: #181818;
    margin: 16px;
    border-radius: 6px;
    padding: 15px;
}

.ce {
    text-align: center;
}

.cc {
    color: #CCCCCC;
}

.w100 {
    width: 100%;
}

.itemRaspad-img {
    width: 10px;
    height: 10px;
}

.itemRaspad {
    color: #CCCCCC;
    padding: 16px;
    background-color: #181818;
    margin: 16px;
    border-radius: 6px;
}

.itemRaspad-title {
    font-size: 12px;
    color: #CCCCCC;
    font-weight: 600;
}

.itemRaspad-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #686868;
    width: 83px;
    border-radius: 6px;
    height: 24px;
    background-color: #2E2E2E;
}

.itemRaspad-item {
    display: flex;
    justify-content: space-between;
}

.proback {
    width: 100%;
    background-color: #424242;
    overflow: hidden;
    border-radius: 4px;
}

.choosePro {
    background-color: #4EAC60;
    width: 20%;
    border-radius: 0px 6px 6px 0px;
    overflow: hidden;
}

.zh-progressbar {
    width: 100%;
    height: 15px;
    border-radius: 0px 6px 6px 0px;

    background: linear-gradient(60deg,
            transparent 0,
            transparent 12px,
            #2F9E44 10px,
            #2F9E44 20px,
            transparent 20px,
            transparent 30px,
            #2F9E44 30px);
    background-size: 20px 20px;

    animation: progressMove 0.5s linear infinite;
}

@keyframes progressMove {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 20px 0;
    }
}

.progressTxt {
    color: #828282;
    font-size: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.zh-proContent {
    position: absolute;
    color: #fff;
    top: 0px;
    left: 0px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
