

.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;
}
*{margin:0px; padding:0px;}
html,body {margin: 0px; padding: 0px; font-family:宋体,Microsoft YaHei,sans-serif,Arial; font-size:12px;}
html{-webkit-text-size-adjust:none;}