
.drag_verify[data-v-9e8c9ed2] {
	position: relative;
	background-color: #e8e8e8;
	text-align: center;
	overflow: hidden;
}
.drag_verify .dv_handler[data-v-9e8c9ed2] {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: move;
}
.drag_verify .dv_handler i[data-v-9e8c9ed2] {
	color: #666;
	padding-left: 0;
	font-size: 16px;
}
.drag_verify .dv_handler .el-icon-circle-check[data-v-9e8c9ed2] {
	color: #6c6;
	margin-top: 9px;
}
.drag_verify .dv_progress_bar[data-v-9e8c9ed2] {
	position: absolute;
	height: 34px;
	width: 0px;
}
.drag_verify .dv_text[data-v-9e8c9ed2] {
	position: absolute;
	top: 0px;
	color: transparent;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, var(--textColor)),
		color-stop(0.4, var(--textColor)),
		color-stop(0.5, #fff),
		color-stop(0.6, var(--textColor)),
		color-stop(1, var(--textColor))
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-size-adjust: none;
	animation: slidetounlock 3s infinite;
}
.drag_verify .dv_text[data-v-9e8c9ed2] * {
	-webkit-text-fill-color: var(--textColor);
}
.goFirst[data-v-9e8c9ed2] {
	left: 0px !important;
	transition: left 0.5s;
}
.goOrigin[data-v-9e8c9ed2] {
	transition: transform 0.5s;
}
.goKeep[data-v-9e8c9ed2] {
	transition: left 0.2s;
}
.goFirst2[data-v-9e8c9ed2] {
	width: 0px !important;
	transition: width 0.5s;
}
.drag-verify-container[data-v-9e8c9ed2] {
	position: relative;
	line-height: 0;
	border-radius: 50%;
}
.move-bar[data-v-9e8c9ed2] {
	position: absolute;
	z-index: 100;
}
.clip-bar[data-v-9e8c9ed2] {
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
}
.refresh[data-v-9e8c9ed2] {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	font-size: 20px;
	z-index: 200;
}
.tips[data-v-9e8c9ed2] {
	position: absolute;
	bottom: 25px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 100%;
	font-size: 12px;
	z-index: 200;
}
.tips.success[data-v-9e8c9ed2] {
	background: rgba(255, 255, 255, 0.6);
	color: green;
}
.tips.danger[data-v-9e8c9ed2] {
	background: rgba(0, 0, 0, 0.6);
	color: yellow;
}
.check-img[data-v-9e8c9ed2] {
	width: 100%;
	border-radius: 50%;
}


