/* 登录页面验证码：固定尺寸 + 全屏校验，兼容 rem */
.login_detail .slider_verify_wrap {
	position: relative;
}
body > #imgscode {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 600001;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto !important;
	height: auto !important;
	transform: none;
	margin: 0;
}
body > #imgscode .tkvc-pictureaver-mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.35);
}
body > #imgscode .tkvc-scope {
	position: relative;
	z-index: 2;
	width: 312px;
	-webkit-user-select: none;
	user-select: none;
}
body > #imgscode .tkvc-pictureaver {
	width: 282px !important;
	background: #ffffff;
	padding: 15px 15px 4px 15px;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 #aaa;
	position: relative;
	box-sizing: content-box;
	z-index: 2;
}
body > #imgscode .tkvc-picimg {
	margin-bottom: 15px;
	width: 252px !important;
	height: 130px !important;
	position: relative;
	overflow: hidden;
}
body > #imgscode .tkvc-picimg #backgroundImg {
	display: block;
	width: 252px !important;
	height: 130px !important;
}
body > #imgscode .tkvc-code-mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	pointer-events: none;
}
body > #imgscode .tkvc-code-mask #sliderImg {
	display: block;
	width: 45px !important;
	height: 45px !important;
	max-width: none;
}
body > #imgscode .tkvc-sliderblock {
	position: relative;
	width: 252px;
	height: 46px;
}
body > #imgscode .tkvc-sliderblock .tkvc-sliderbox {
	width: 46px !important;
	height: 46px !important;
	background: url(/front/images/vcode/images/spellImage/yznn.png) no-repeat center;
	background-size: 100% 100%;
	border: none;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
}
body > #imgscode .tkvc-sliderblock .tkvc-slidertxt {
	height: 46px;
	line-height: 46px;
	background: #D6E6F5;
	box-shadow: inset 0 0 3px 0 rgba(67, 143, 220, 0.30);
	border-radius: 23px;
	font-size: 14px !important;
	color: #2277CC;
	padding-left: 52px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
body > #imgscode .tkvc-refies {
	padding-top: 14px;
	padding-bottom: 8px;
	line-height: 22px;
	text-align: left;
}
body > #imgscode .tkvc-refies .tkvc-close {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(/front/images/vcode/images/spellImage/clore.png) no-repeat center;
	background-size: 100% 100%;
	margin-right: 15px;
	cursor: pointer;
	vertical-align: middle;
}
body > #imgscode .tkvc-refies .tkvc-refresh {
	display: inline-block;
	width: 21px;
	height: 22px;
	background: url(/front/images/vcode/images/spellImage/refresh.png) no-repeat center;
	background-size: 100% 100%;
	cursor: pointer;
	vertical-align: middle;
}
body > #imgscode .tkvc-refies .tkvc-refresh_label {
	display: inline-block;
	margin-left: 6px;
	font-size: 12px !important;
	color: #666666;
	vertical-align: middle;
	cursor: pointer;
}
.tkvc_refresh_turn {
	-webkit-animation: tkvcRotateImg 0.5s linear infinite;
	animation: tkvcRotateImg 0.5s linear infinite;
}
@keyframes tkvcRotateImg {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
body > #imgscode .tkvc-refies span#errorInfo {
	display: inline-block;
	font-size: 12px !important;
	color: #FF5000;
	line-height: 18px;
	padding-left: 21px;
	background: url(/front/images/vcode/images/spellImage/wzcw.png) no-repeat left center;
	background-size: 16px 16px;
	vertical-align: middle;
	margin-left: 12px;
}
.login_detail #click_img {
	font-size: 14px;
	color: #2277CC;
	padding-left: 10px;
	line-height: 40px;
	cursor: default;
}
.qqfz_open_account #click_img {
	font-size: 14px;
	color: #2277CC;
	line-height: 40px;
	cursor: default;
}