.verify-wrap .drag-btn{
	background: url(../img/re.png);
	background-size:100% 100%;
}
.verify-wrap .suc-drag-btn{
	background: url(../img/dui_green.png);
	background-size:100% 100%;
	left: 91%!important;
}
#verify-wrap-forget-pass .suc-drag-btn{
	left: 86%!important;
}
.verify-wrap{
	width:4.36rem;
	height:.42rem;
	background-color:#e5e5e5;
	border:1px solid #e0e0e0;
	margin:5px auto;
	position:relative
}
.verify-wrap .drag-btn{
	position:absolute;
	left:-1px;
	top:-1px;
	width:.42rem;
	height:.42rem;
	z-index:2;
	cursor:move;
}
.verify-wrap .drag-progress{
	position:absolute;
	left: 0px;
	top: -1px;
	height:.42rem;
	border-top:1px solid #e5e5e5;
	width:0;
	background-color:#e5e5e5;
	color:#51555c;
	font-size:18px;
	text-align:center;
	line-height:.42rem;
}
.verify-wrap .fix-tips,.verify-msg{
	width:100%;
	position:absolute;
	right:0;
	left: 0px;
	top: 0px;
	height:100%;
	color:#51555c;
	z-index:1;
	line-height:.42rem;
	font-size:12px;
	text-align:center
}
.verify-wrap .verify-msg{
	background-color:#e5e5e5;
	color:#51555c;
	display:none;
	/* border:1px solid #e0e0e0; */
}