.slide-verify-wrap {
    width: 100%;
    margin: 12px 0;
}
.slide-track {
    position: relative;
    height: 44px;
    background: #f5f5f5;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}
.slide-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #999;
    pointer-events: none;
    z-index: 1;
}
.slide-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    cursor: pointer;
    z-index: 2;
    transition: transform 0.1s;
    user-select: none;
    -webkit-user-select: none;
}
.slide-icon {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    color: #1677ff;
    font-weight: bold;
}