.image-verify {
	background: #fff;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
	overflow: hidden;
	width: 340px;
	height: 350px;
	box-sizing: content-box;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 10px;
	z-index: 1000;
}
.image-verify-cont {
	width: 340px;
	height: 227px;
	position: relative;
}
.image-verify-big {
	width: 100%;
	height: 100%;
}
.image-verify-small {
	width: auto;
	height: auto;
	position: absolute;
	left: 0;
}
.image-verify-cont .cont {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.image-verify-slider {
	height: 40px;
	background: #e5e5e5;
	border-radius: 20px;
	position: relative;
	margin: 20px 0;
}
.image-verify-slider-tips {
	font-size: 10pt;
	color: #555;
	line-height: 40px;
	margin-left: 80px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.image-verify-slider-wrap{
	background: #f4f2f2;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	top: -10px;
	cursor: pointer;
}
.image-verify-footer {
	display: flex;
	table-layout: fixed;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
}
.image-verify-footer>:not(:first-child) {
	margin-left: 10px;
}
.image-verify-icon{
	width: 30px;
	height: 30px;
	cursor: pointer;
}