@charset "utf-8";
.drag{
    width: 257px;
    height: 35px;
    line-height: 35px;
    background-color: #e8e8e8;
    position: relative;
    margin:0 auto;
}
.bg{
    width:35px;
    height: 100%;
    position: absolute;
    background-color: #7ac23c;
}
.text{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    user-select: none;
    font-size: 12px;
}
.btn{
    width:40px;
    height: 33px;
    position: absolute;
    border:1px solid #ccc;
    cursor: move;
    font-family: "宋体";
    text-align: center;
    background-color: #fff;
    user-select: none;
    color:#666;
}
.slidetounlock{
    font-size: 12px;
    background:-webkit-gradient(linear,left top,right top,color-stop(0,#4d4d4d),color-stop(.4,#4d4d4d),color-stop(.5,#fff),color-stop(.6,#4d4d4d),color-stop(1,#4d4d4d));
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    -webkit-animation:slidetounlock 3s infinite;
    -webkit-text-size-adjust:none
}
@-webkit-keyframes slidetounlock{0%{background-position:-200px 0} 100%{background-position:200px 0}}
#Verify{margin: 10px 0;background: #fff;padding: 0;padding-right: 42px;color: #333;border: 1px solid #ddd;}