<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.tc_box {
	width: 400px;
	height: 200px;
	border: 2px solid white;
	position: absolute;
	z-index: 2000;
	background: #FFC;
	display: none;
}

.sp_box {
	width: 100%;
	position: absolute;
	z-index: 1000;
	background: #000;
	top: 0;
	left: 0;
	display: none;
}
.lock_title{
	padding-top:10px;
	color:white;
	font-size: 15px;
	font-weight: 900;
	text-align:center;
	height:30px;
	background-color: #B1E7AD;
}

.lock_problem{
	background-color: #f8b075;
	width: 100px;
	height: 30px;
}
.lock_success{
	background-color: #f8b075;
	width: 100px;
	height: 30px;
}
.lock_buttom{
	margin-top: 30px;
	text-align: center;
}
.lock_center font{
	font-size: 12px;
}
</pre></body></html>