<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	width:650px;
}
.top{
	background-color:#3365BA;
	height: 30px;
	margin-top: 5px;
	margin-left:20px;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-family:"simsun","黑体";
	text-indent: 1cm;
	width:630px;
}
.menu{
	height:100%;	
	width:630px;
}

.tab ul{ width:630px;height:30px;border-bottom:1px solid #aaa; margin-left:20px;}
.tab ul li{
	float:left;margin:0 2px 0 0;border:1px solid #aaa;font-size:11px;height:29px;line-height:30px;width:111px;text-align:center;cursor:pointer;
	text-shadow:0 1px 0 #fff;
	border-radius:4px 4px 0 0;
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.5);
	background:#ddd;
	background:-moz-linear-gradient(top, #eee, #ddd);
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
}
.tab .hit{
	border-bottom:1px solid #fff;cursor:pointer;color:black;text-shadow:0 1px 0 #fff;
	background:#fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#fff));
	background:-moz-linear-gradient(top, #e1e1e1, #fff);
}
.map{
	height: 100%;
	width:630px;
	float: left;
	margin-left:10px;

	margin-right: 10px;
}
.map_title{
	width:640px;
	margin:10px 0px;
	text-align:right;
	font-size:15px;
}
 .map_title a{
	color: #555;
	text-decoration: none;
	font-size:15px;
}
.map_title select{
	font-size:15px;
}
.table{
	width:630px;
	margin-left:20px;
}
.table h1{
	font-size:14px;
	font-family:simsun;
	text-align:center;
	margin-top:5px;
}
.table .box {
	display: block;
	width: 195px;
	height: 38px;
	float: left;
	border: 1px #99b0d9 solid;
	background-color: #fff;
	margin: 8px 0 0 9px;
	display: inline;
	overflow: hidden;
}

.table .box .cityname {
	display: block;
	float: left;
	margin-left:2px;
	width: 40px;
	height: 38px;
	line-height: 38px;
	font-weight: bold;
}


.table .box .img{
	margin-top:12px;
	margin-left:1px;
	margin-right:1px;
	float: left;
	width: 52px;
	height: 38px;

}

.table .box .temp{
	margin-top:2px;
	float: left;
	width: 90px;
	height: 38px;
	line-height: 38px;
}
.tables input{
	margin-left:110px;
	margin-top:5px;
	width:150px;
	height:30px;
}

.footer{
	width:650px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	background-color: #D0D0D0;
	margin-top: 5px;
	text-align: center;
	}</pre></body></html>