.code-box{
	position: absolute;
	width: 320px;
	top: 47%;
	left: 0%;
	z-index: 100;
}
#getVerify{
	border: 1px solid #ddd;
	left: 0px;
	top: 0px;
}
#clicaptcha-box{
	display: none;
	width: 320px;
	height: 268px;
	border: 1px solid #b1b3b8;
	background-color: #f5f6f7;
	border-radius: 10px;
	box-shadow: 0 0 0 1px hsla(0,0%,100%,.3) inset, 0 .5em 1em rgba(0, 0, 0, 0.6);
}
#clicaptcha-box .clicaptcha-img{
	width: 320px;
	height: 180px;
	left: 0px;
	top: 0px;
	display: block;
	border: none;
}
#clicaptcha-box .clicaptcha-title{
	font-family: 'Microsoft YaHei';
	float: left;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	text-align: center;
	color: #999;
	margin-top: 4px;
}
#clicaptcha-box .clicaptcha-title span{
	font-size: 14px;
	font-weight: bold;
	color: #c00;
}
#clicaptcha-box .clicaptcha-title span.clicaptcha-clicked{
	color: #069;
}
#clicaptcha-box .clicaptcha-refresh-box{
	position: relative;
	margin-top: 6px;
}
#clicaptcha-box .clicaptcha-refresh-line{
	position: absolute;
	top: 12px;
	width: 128px;
	height: 1px;
	background-color: #ccc;
}
#clicaptcha-box .clicaptcha-refresh-line-left{
	left: 3px;
}
#clicaptcha-box .clicaptcha-refresh-line-right{
	right: 3px;
}
#clicaptcha-box .clicaptcha-refresh-btn{
	display: block;
	position: absolute;
	margin: 0 auto;
	text-align: center;
	width: 64px;
	height: 24px;
	top: 3px;
	left: 129px;
	color: #006285;
	outline: none;
	text-decoration: none;
}
.small-img{
	float: right;
	width: 110px;
	height: 50px;
	margin-right: 4px;
	margin-top: 3px;
}
.number{
	width: 20px;
	height: 20px;
	display: none;
	position: absolute;
	z-index: 200;
	background: #d4d4d4;
	border: 1px #999 solid;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
}
