<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 代码整理：懒人之家 www.lanrenzhijia.com */
.zeng_msgbox_layer, .zeng_msgbox_layer .gtl_ico_succ, .zeng_msgbox_layer .gtl_ico_fail, .zeng_msgbox_layer .gtl_ico_hits, .zeng_msgbox_layer .gtl_ico_clear, .zeng_msgbox_layer .gtl_end {
	display:inline-block;
	height:54px;
	line-height:54px;
	font-weight:bold;
	font-size:14px;
	color:#606060;
	background-image:url("../images/gb_tip_layer.png");
	_background-image:url("../images/gb_tip_layer_ie6.png");
	background-repeat:no-repeat
}
.zeng_msgbox_layer_wrap {
	width:100%;
	position:fixed;
	_position:absolute;
	top:46%;
	left:0;
	text-align:center;
	z-index:65533
}
.zeng_msgbox_layer {
	background-position:0 -161px;
	background-repeat:repeat-x;
	padding:0 18px 0 9px;
	margin:0 auto;
	position:relative
}
.zeng_msgbox_layer .gtl_ico_succ {
	background-position:-6px 0;
	left:-45px;
	top:0;
	width:45px;
	position:absolute
}
.zeng_msgbox_layer .gtl_end {
	background-position:0 0;
	position:absolute;
	right:-6px;
	top:0;
	width:6px
}
.zeng_msgbox_layer .gtl_ico_fail {
	background-position:-6px -108px;
	position:absolute;
	left:-45px;
	top:0;
	width:45px
}
.zeng_msgbox_layer .gtl_ico_hits {
	background-position:-6px -54px;
	position:absolute;
	left:-45px;
	top:0;
	width:45px
}
.zeng_msgbox_layer .gtl_ico_clear {
	background-position:-6px 0;
	left:-5px;
	width:5px;
	position:absolute;
	top:0
}
.zeng_msgbox_layer .gtl_ico_loading {
	width:16px;
	height:16px;
	border:0;
	background-image:url(../images/loading.gif);
	float:left;
	margin:19px 10px 0 5px
}
/* 代码整理：懒人之家 www.lanrenzhijia.com */</pre></body></html>