<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å¼¹å‡ºç™»é™†*/
#TB_overlayBG {
	background-color: #666;
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.denglubox {
       display: none;
	position: absolute;
	width: 430px;
	left: 50%;
	height: auto;
	z-index: 10001;
	background-color: #fff;
	border: 5px solid #666;
	filter:progid:dximagetransform.microsoft.gradient
       (startcolorstr="#66000000", endcolorstr="#66000000",gradienttype=0);
}
.denglubox h2 {
	height: 40px;
	font-size: 14px;
	position: relative;
	padding-left: 20px;
	line-height: 40px;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #f4f4f4;
	font-weight: bold;
}
.denglubox h2 a {
	font-size: 12px;
	color: #333;
	text-align: right;
	float: right;
	padding-right: 10px;
}
.denglubox h2 .close{
	font-weight: normal;
}
.mainlist {
	padding: 10px;
}
/*ç™»é™†ä¿¡æ¯*/
.denglutable {
	line-height: 40px;
}
.dengluletf,.denglulets {
	text-align: right;
	color: #727171;
}
.denglulets{
	font-size:12px;
	padding-right: 10px;
}
.dengluletx{color: #727171;font-size:12px;}
.dengluinp {
	line-height: 25px;
	border: 1px solid #dddddd;
	height: 25px;
	padding-left: 5px;
	width: 230px;
}
.search-btn{
	background-color:#0a86ba;
	width: 100px;
	height: 30px;
	border: 1px solid #0a86ba;
	font-weight: bold;
	color: #FFF;
	line-height: 30px;
	    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
}
</pre></body></html>