.code-k-div{
	bottom: 10px;
}
.code_bg{
	position: fixed;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	background-color: rgba(0,0,0,.5);
	z-index: 99;++--+-+-
}
.icon-login-bg{
	background-image: url(/static/default/images/sprite_1_2_3.png);
	background-repeat: no-repeat;
	background-position: -13px -56px;
}
.code-con{
	position: absolute;
	top:50px;
	width: 320px;
	left: 50%;
	margin-left: -157px;
	background-color: #fff;
	z-index: 100;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.code-img{
	margin: 5px 5px;
	padding: 5px 5px;
	background-color: #f5f6f7;
}
.code-img img{
	display: block;
}

.code-img-captcha{
	padding-top: 4px;
}

.code-img-original{
}

.icon-w-25{
	display: inline-block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	padding: 3px;
}
.icon-close{
	cursor: pointer;
	background-position: 5px -209px;
}
.icon-push{
	cursor: pointer;
	background-position: 5px -362px;
}
.code-push{
	height: 25px;
	border-top: 1px solid #e1e1e1;
	padding: 10px;
	margin-bottom: 5px;
}
.code-btn{
	position: relative;
	height: 35px;
	text-align: center;
	color: #999;
	margin: 15px 10px;
	padding-top: 8px;
	box-sizing: border-box;
	background-color: #f5f6f7;
	border-radius: 15px;
	border: 1px solid #e1e1e1;
}
.code-btn-m{
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #f5f6f7;
	border: 1px solid #e1e1e1;
	z-index: 5;
	top:-8px;
	left: 10px;
	box-shadow: 0 0 3px #ccc;
	cursor: pointer;
}
.code-btn-img{
	background-image:url(/static/default/images/sprite_1_2_3.png);
	background-repeat: no-repeat;
	background-position: -11px -53px;
}
.code-btn-img.active{
	background-position: -11px -124px;
}
.code-btn-img.error{
	background-position: -11px -53px;
}
.code-img-con{
	position: relative;
}
.code-mask{
	position: absolute;
	top:0;
	left: 0;
	z-index: 10;
}
.code-tip{
	padding-left: 10px;
	font-size: 12px;
	color: #999;
	text-align: center;
	vertical-align: middle;
}
.code-tip-red{
	color: red;

}
.code-tip-green{
	color: green;
}

.btn_captcha {
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	border-radius: 2px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	background: white linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%);
}

.btn_captcha:hover {
	color: #666;
	background: white linear-gradient(0deg, #ffffff 0%, #f3f3f3 100%)
}

.btn_captcha_success {
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #26c267;
	border-radius: 2px;
	width: 100%;
	height: 38px;
	font-size: 14px;
	font-weight: bold;
	color: #46a452;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	background: white linear-gradient(180deg, #eefff5 0%, #eefff5 100%);
}

.btn_captcha_success:hover {
	color: #46a452;
	background: white linear-gradient(180deg, #eefff5 0%, #eefff5 100%);
}
