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: 100;
	line-height: 2.5em;
}

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

.data_box {
	font-size: 12px;
	position: relative;
	text-align: center;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 1px solid #ddd;
    background: #fdfdfd;
    box-shadow: 2px 1px 5px #ddd;
}
.dataTable{
	width: 280px;
	background-color: #efeeee;
	padding: 5px 0;
}
#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: 280px;
	margin-bottom: .5em;
	background-color: #fdfdfd;
	/*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;
}

.time-control {
	display: block;
    position: absolute;
    z-index: 1000;
    margin-top: -210px;
    margin-left: -140px;
    left: 50%;
    top: 50%;
    display: none;
}
.WWback,.screen{
	display: none;
}
.div1{
	position: absolute;
    left: -18px;
    top: -14px;
    /*width: 12px;*/

}
.monthSelect,.yearSelect{
	font-size: 22px;
	background-color: #efeeee;
	color: #96c319;
	font-weight: bold;
}
.Ye,.MZ{
	font-size: 20px;
	color: #96c319;
	font-weight: bold;
}
.arrow-left{
	background: url(../../../../../xy/tqPad/webimages/pic07.png) no-repeat center center;
    background-size: 11px 15px;
    height: 30px;
    overflow: hidden;
    width: 20px;
    height: 15px;
    display: BLOCK;
    margin-left: 15px;
}

.arrow-right{
	background: url(../../../../../xy/tqPad/webimages/pic08.png) no-repeat center center;
	background-size: 11px 15px;
    height: 30px;
    overflow: hidden;
    width: 20px;
    height: 15px;
    display: BLOCK;
}
.screen{
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0px;
}
@media only screen and (max-width:320px ) {
	.time-control{
		right: -22px;
	}
}