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 {
	width: 14.285714286%;
	font-size: 16px;
	padding-bottom: .25em;
	color: #333;
	font-weight: 600;
	line-height: 2.5em
}

.show_mn {
	text-align: center;
	padding: 0 20px
}

.data_box {
	width: 80%;
	font-size: 12px;
	position: relative;
	height: 280px;
	text-align: center;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-radius: 4px;
	background-color: #fff
}

#pre_y,
#pre_m,
#next_y,
#next_m {
	width: 16px;
	height: 16px;
	border: solid;
	border-color: white;
	cursor: hand
}

#data_table {
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	font-size: inherit;
	width: 100%;
	margin-bottom: .5em;
	background-color: #fff;
	margin-top: 30px
}

.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: 33px;
    text-align: left;
    padding-left: 3px;
}

.time-control {
	display: block;
	position: absolute;
	bottom: 40px;
	z-index: 998;
	/*margin-top: -130px;*/
	right: 0;
	margin-left: -175px
}
.div1{
	position: absolute;
    left: -18px;
    top: -14px;
    /*width: 12px;*/

}
@media only screen and (max-width:320px ) {
	.time-control{
		right: -22px;
	}
}