.verify-wrap {
	width: 250px;
	height: 30px;
	background-color: #e5e5e5;
	border: 1px solid #e0e0e0;
	top:10px;
	position: relative;
	display: inline-block;

}

.verify-wrap .drag-btn {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 40px;
	height: 30px;
	background: #fff url(../img/arrow.png) no-repeat center center;background-size: 100% 100%;
	z-index: 2;
	cursor: move;
}

.verify-wrap .suc-drag-btn {
	background: #fff url(../img/gou.png) no-repeat center center;background-size: 100% 100%
}

.verify-wrap .drag-progress {
	position: absolute;
	left: 0;
	top: -1px;
	height: 30px;
	border-top: 1px solid #139eea;
	border-top: 1px solid #139eea;
	width: 0;
	background-color: #139eea;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px
}

.verify-wrap .fix-tips,.verify-msg {
	
	position: absolute;
	right: 0;
	left: 1px;
	height: 100%;
	color: #51555c;
	z-index: 1;
	line-height: 28px;
	font-size: 12px;
	text-align: center;
	padding: 0px 20px 0 50px;
}

.verify-wrap .verify-msg {
	background-color: #139eea;
	color: #fff;
	display: none;
	padding: 0px 60px 0 30px;
}