#drag-captcha-wrap {
    position: relative;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.drag-float {
    display: none;
    position: absolute;
    top: -250px;
    width: 250px;
    height: 250px;
    background-color: black;
}

.drag-float .drag-float__btn {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    background: rgb(255, 255, 255, 0.5);
}

.drag-float .drag-float__image {
    position: relative;
    width: 250px;
    height: 250px;
}

.drag-float .drag-float__image img {
    width: 250px;
    height: 250px;
}

.drag-float .drag-float__verify {
    display: none;
    position: absolute;
    width: 250px;
    height: 250px;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    text-align: center;
    color: black;
    z-index: 100000;
}

.drag-hint {
    text-align: center;
    line-height: 250px;
}

.drag-float__failed {
    display: none;
    position: absolute;
    width: 250px;
    height: 250px;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    text-align: center;
    color: red;
    z-index: 100000;
}

.drag-float__failed svg {
    margin-top: 84px;
}

.drag-item {
    position: relative;
    width: 250px;
    height: 40px;
    margin: auto;
    background-color: #fff;
}

.drag-bg {
    width: 250px;
    height: 40px;
    position: absolute;
    background-color: #63ba4d;
}

.drag-text {
    position: absolute;
    width: 250px;
    height: 40px;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    line-height: 40px;
    color: #000000;
}

.drag-btn {
    width: 40px;
    height: 38px;
    position: absolute;
    border:1px solid #ccc;
    cursor: move;
    font-family: "宋体";
    text-align: center;
    background-color: #fff;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    color:#666;
    line-height: 40px;
}

.drag-captcha-area {
    width: 320px;
    padding: 30px 25px;
    color: #515151;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.drag-refresh-bg {
    display: none;
    position: absolute;
    width: 280px;
    height: 200px;
    top: 30px;
    background-color: rgba(255, 255, 255, .95);
    border-radius: 8px;
    backdrop-filter: blur(4px);
}

.drag-refresh-bg img {
    width: 50px;
    height: 50px;
    margin-top: 75px;
    margin-left: 115px;
}

.drag-slide-message {
    display: none;
    position: absolute;
    width: 220px;
    height: 40px;
    top: 80px;
    left: 50%;
    margin-left: -110px;
    background-color: #ff4d4f;
    text-align: center;
    color: #ffffff;
    z-index: 20;
    line-height: 40px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(255, 77, 79, 0.4);
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.drag-captcha-footer {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #ffffff;
    position: relative;
}

.drag-captcha-slidebar {
    position: relative;
    width: 280px;
    height: 40px;
    margin: 0 auto;
}

.drag-captcha-slidebar-tip {
    width: 280px;
    height: 40px;
    background: linear-gradient(to right, #e8f4fd, #f0f0f0);
    text-align: center;
    color: #666;
    line-height: 40px;
    border-radius: 20px;
    font-size: 14px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.drap-captcha-slidetrigger {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -5px;
    left: 10px;
    background: linear-gradient(135deg, #1E9FFF 0%, #1890ff 100%);
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    border: none;
    cursor: grab;
    box-shadow: 0 3px 8px rgba(30, 159, 255, 0.4);
    font-weight: bold;
    font-size: 18px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: none;
    transition: transform 0.1s ease;
}

.drap-captcha-slidetrigger:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(30, 159, 255, 0.5);
}

.drap-captcha-slidetrigger:active {
    cursor: grabbing;
    transform: scale(1);
}


.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.succes-message {
    background-color: #52c41a !important;
    box-shadow: 0 2px 8px rgba(82, 196, 26, 0.3) !important;
}

.error-message {
    background-color: #ff4d4f !important;
    box-shadow: 0 2px 8px rgba(255, 77, 79, 0.3) !important;
}

.drag-captcha-center {
    position: relative;
    width: 280px;
    height: 200px;
    margin: 0 auto 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.drag-captcha-bg {
    width: 280px;
    height: 200px;
    position: relative;
}

.drag-captcha-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.drag-slide-identity {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 100px;
    left: 10px;
    cursor: move;
    z-index: 10;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    border-radius: 4px;
}

.drag-captcha-title {
    text-align: center;
    padding: 0 5px 15px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
}
