#slideVerify .drag{
    width: 300px;
    height: 40px;
    line-height: 40px;
    background-color: #e8e8e8;
    position: relative;
    margin:0 auto;
}
#slideVerify .bg{
    width:40px;
    height: 100%;
    position: absolute;
    background-color: #75CDF9;
}
#slideVerify .text{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    user-select: none;
}
#slideVerify .btn{
    width:40px;
    height: 38px;
    position: absolute;
    border:1px solid #ccc;
    cursor: pointer;
    font-family: "宋体";
    text-align: center;
    background-color: #fff;
    user-select: none;
    color:#666;
}
#slideVerify .chip{
    width: 40px;
    height: 40px;
    position: absolute;
}
#slideVerify .chip2{
    width: 40px;
    height: 40px;
    position: absolute;
    -webkit-filter: brightness(0.5) opacity(0.5);
}
#slideVerify .image{
    width: 300px; 
    height: 200px; 
    position:relative;
    margin: 0 auto
}