body {
	margin: 0;
	padding: 0;
}

img {
	display: block;
	overflow: hidden;
}

* {
	box-sizing: border-box;
}

.vcode_bodybox {
	position: fixed;
	width: 100%;
	height: 110%;
	display: block;
	top: 0;
	left: 0;
	z-index: 200;
}

.vcode_bodybox .vcb_con {
	width: 100%;
	height: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.3);
	position: relative;
}

.vcode_bodybox .vcb_con .vcbc_box {
	background: #fff;
	overflow: hidden;
	padding-bottom: 30px;
	border-radius: 10px;
	position: relative;
}

.vcode_bodybox .vcb_con .vcbc_box .ifreshi{ width: 24px; height: 24px; overflow: hidden; position: absolute; z-index:4; top: 55px; right: 20px; display: flex; align-items: center; justify-content: center; line-height: 100%; font-size: 11px; border-radius: 50%;background:rgba(0, 0, 0, 0.2) url(../images/ico_sx.png) no-repeat center;background-size: 90% 90%;}

.vcode_bodybox .vcb_con .vcbc_box .iclose{ width: 30px; height: 30px; overflow: hidden; position: absolute; z-index:5; top: 10px; right: 5px;  display: flex; align-items: center; justify-content: center; line-height: 100%; font-size: 14px; border-radius: 50%; background:url(../images/ico_gb.png) no-repeat center;background-size: 70% 70%;}


.vcode_bodybox .vcb_con .vcbc_box .vcbcb_tit {
	height: 50px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	font-size: 14px;
	color: #444;
	justify-content: center;
}

.vcode_bodybox .vcb_con .vcbc_box .vcbcb_con {
	width: 310px; height: 155px;
	margin:0 15px;
	background: #f1f1f1;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.vcode_bodybox .vcb_con .vcbc_box .vcbcb_con .barimg_target {
  width: 100%; overflow: hidden;
}

.vcode_bodybox .vcb_con .vcbc_box .vcbcb_con .barimg_move {
	position: absolute;
	width: 47px; height:155px;
	z-index: 6;
	left: 0px;
	top: 0px;

}

.vcode_bodybox .vcb_con .vcbc_box .vcbcb_con  img{ width: 100%;}


.vcode_bodybox .vcb_con .vcbc_box .vcbcb_con .imgconbox{
	 width: 100%;
}
.vcode_bodybox .vcb_con .vcbc_box .vcbcb_con .imgconbox img{ width: 100%;}

.vcode_bodybox .vcb_con .vcbc_box .vcbcb_bar {
	width: 310px;
	height: 30px;
	position: relative;
	display: flex;
	margin: 30px auto 0;
}

.vcode_bodybox .vcb_con .vcbc_box .vcbcb_bar .bjbox {
	width:100%;
	height:100%;
	background: #eee;
	border-radius: 20px;
    overflow: hidden; display: flex; align-items: center; justify-content: center; font-size: 12px;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.1) inset ; color: #888;
}


.vcode_bodybox .vcb_con .vcbc_box .vcbcb_bar .barleft {
	position: absolute;
	z-index: 1;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.1) inset ;
	background: #a4d497;
	left: 0;
	height: 100%;
	width: 0; border-radius: 20px;
}

.vcode_bodybox .vcb_con .vcbc_box .vcbcb_bar .barbtn {
	width: 47px;
	height: 47px;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	left: -5px;
	top: -8px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0px solid #eee;
	margin: 1px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background:#fff url(../images/ico_zt.png) no-repeat;
	background-size: 100% 100%;
}
.vcode_bodybox .vcb_con .vcbc_box .vcbcb_bar .onmove{ background: #fff url(../images/ico_m.png) no-repeat center;background-size: 90% 90%;}

#verifyName {
	touch-action: none; /* 禁用触摸操作 */
	overscroll-behavior: contain; /* 阻止滚动传播 */
}