<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
	font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #333;
}
a{
	text-decoration: none;
	color:#333;
}
table thead th{
	cursor: default;
    background-color: #F2F6F8;
	height: 30px;
	font-weight: 100;
}
.show_mn{
	text-align:center;
	padding:0 20px;
}
.data_box{
	background:#fff;
	width:213px; 
	font-size:12px;
	position: relative;
	height:260px;
	
	text-align: center;
	
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 6px #ccc;
    box-shadow: 0 3px 6px #ccc;
    border-top-color: #39f;
}
#pre_y,#pre_m,#next_y,#next_m{
	width: 16px;
	height:16px;
	border: solid;
	border-color: white;
	cursor:hand;
}
#data_table{
	width:213px;
	height:220px;
	line-height:14px;
	text-align: center;
	background-color: #eeeeee;
}
.ft18{
	font-size: 18px;
}
.mr15{
	margin-right: 15px;
}
.ml15{
	margin-left: 15px;
}
.pointer{
	cursor: pointer;
}
*{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
.active:hover{
	background-color: #ddd;
}
#data_table span{
	height: 30px;
	width: 30px;
	line-height: 30px;
	/*display: inline-block;*/
}
#data_table td{
	background-color: #fff;
}
</pre></body></html>