/* // 弹窗提示 */


.guize_html_lin{
	position:fixed;
	top:35%;
	left:50%;
	margin-top:-80px;
	margin-left:-159px;
	width:318px;
	height:auto;
	border-radius:4px;
	background-color:#fff;
	color:#000;
	text-align:center;
	font-size:12px;
}
.guize_html_lin p{
	padding:0 10px;
	text-align:left;
	text-indent:2em;
}
.guize_html_nei_lin{
	width:318px;
	min-height:140px;
	overflow-y:auto;
	max-height:500px;
	height:280px;
	display:block;
	overflow-y:scroll;
}
.btn_ok_lin{
	display:block;
	margin:10px auto;
	width:240px;
	height:40px;
	border-radius:4px;
	background-color:#af1d1d;
	color:#fff;
	text-align:center;
	line-height:40px;
	cursor:pointer;
	font-size: 20px;
}
.overfloat_lin{
	position:fixed;
	top:0;
	left:0;
	z-index:999999;
	display:none;
	width:100%;
	height:100%;
	background-color:rgba(1,1,1,.5);
}


.guize_html_lin{
	position:fixed;
	top:35%;
	left:50%;
	margin-top:-80px;
	margin-left:-159px;
	width:318px;
	height:auto;
	border-radius:4px;
	background-color:#fff;
	color:#000;
	text-align:center;
	font-size:12px;
}
.guize_html_lin p{
	padding:0 10px;
	text-align:left;
	text-indent:2em;
}
.guize_html_nei_lin{
	width:318px;
	min-height:140px;
	overflow-y:auto;
	max-height:500px;
	height:280px;
	display:block;
	overflow-y:scroll;
}
.btn_ok_lin{
	display:block;
	margin:10px auto;
	width:240px;
	height:40px;
	border-radius:4px;
	background-color:#af1d1d;
	color:#fff;
	text-align:center;
	line-height:40px;
	cursor:pointer;
	font-size: 20px;
}
.overfloat_lin{
	position:fixed;
	top:0;
	left:0;
	z-index:999999;
	display:none;
	width:100%;
	height:100%;
	background-color:rgba(1,1,1,.5);
}

/* // 弹窗提示 */
