<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{

	width:306px; 

	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: none;

    padding-top: 10px;

}

#pre_y,#pre_m,#next_y,#next_m{

	width: 16px;

	height:16px;

	border: solid;

	border-color: white;

	cursor:hand;

}

#data_table{

	width:260px;

	height:220px;

	line-height:14px;

	text-align: center;

	background-color: #eeeeee;

	margin: 0 auto;

}

.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_box table:first-child{

	margin: 0 auto;

	margin-bottom: 5px;

}

</pre></body></html>