.hl-mask {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 99;
	display: none;
}

#hl-captcha {
	display: none;
	position: absolute;
	z-index: 999;
	background: #fff;
	width: 340px;
	padding: 10px;
	box-shadow: inherit;
	border-radius: 6px;
	box-shadow: 0 0 4px 0 #999999;
	left: 50%;
	top: 50px;
	margin-left: -180px;
}

.hl-captcha {}

.hl_net_bgimg {
	width: 340px;
	height: 212px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.hl_net_panel>div {
	position: relative;
}

.hl-bg_slider {
	position: absolute;
	left: 0;
	top: 0;
}

.hl-bg_refresh {
	position: absolute;
	right: 5px;
	top: 5px;
	background: #808080;
	color: #fff;
	border-radius: 3px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
}

.hl_net_slider_icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 37px;
	text-align: center;
	border-radius: 5px;
	background: #fff;
	width: 37px;
	line-height: 37px;
	cursor: pointer;
}

.hl_net_slider_text {
	text-align: center;
	background: #eee;
	color: #666;
	border-radius: 5px;
	line-height: 35px;
	height: 37px;
	cursor: default;
}

.hl_net_slider_area {
	position: absolute;
	left: 0;
	top: 0;
	height: 37px;
	background: #1991fa;
}
