#verification {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 100000;
	background: rgba(0, 0, 0, 0.5);
}

#verification .verify-wrap {
	width: 100%;
	height: 100%;
	position: relative;
}

#verification .captcha {
	background-color: #fff;
	border-radius: 10px;
	position: fixed;
	z-index: 100001;
	top: 200px;
	left: 50%;
	margin-left: -155px;
}

#verify-close {
	position: absolute;
	right: 8px;
	top: 13px;
	width: 15px;
	height: 15px;
	background-image: url("../images/close.png");
	background-size: cover;
	cursor: pointer;
}

#resultBox{
    padding-left: 10px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
    border-bottom: 1px solid #ccc;
}

#resultBox span{
	font-size: 20px;
	font-weight: bold;
	color: #08dd4f;
}


.gap-fill {
    position: relative;
    padding: 20px;
}

#verification #validation {
    position: relative;
	width: 270px;
	height: 180px;
	/* background-image: url("../img/e5a36fa13c83d3e34809b6624c74b955.gif");
	background-repeat: no-repeat;
    background-size: cover; */
}

/* 刷新 */
#verification .refresh {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background-image: url("../images/refresh.png");
	background-size: 100% 100%;
}

#validation .item{
	position: absolute;
	width: 90px;
	height: 90px;
}

#validation .radio{
	cursor: pointer;
	position: absolute;
	z-index: 10;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background-color: rgba(26,189,108, 0.8);
}

#validation span{
	font-size: 28px;
	position: absolute;
	z-index: 4;
	color: #000;
	font-weight: bold;
}

#validation span:hover{
	cursor: pointer;
}
