 .container {
	max-width: 1200px;
	height: auto;
}
.header {
	width: 100%;
	height: auto;
}
.header h1 {
	font-size: 80px;
	color: #fff;
	text-align: center;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	margin-top: 200px;
}
.timer-box {
	background: #F4F4F4;
	width: 290px;
	height: 320px;
	padding: 10px 5px 10px 15px;
}
.timer-box h5 {
	font-size:24px;
	color: #333;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
* Countdown
#countdown {
	max-width:747px;
	height:auto;
	margin-top: 10px;
	margin-left:24px;
	display: inline-block;
}
.dash {
	width: auto;
	height: 80px;
	float: left;
	position: relative;
	margin:0 10px;
}
.mh{
	float: left;
	font-size: 26px;
	line-height: 40px;
}
.dash .digit {
	font-size: 26px;
	font-weight: bold;
	float: left;
	width: 25px;
	height: 40px;
	text-align: center;
	font-family: Arial;
	color: #00489D;
	position: relative;
	margin-right: 4px;
	padding-top:9px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px#000;
	box-shadow: 0 0 5px #000;
}
.dash .digit  div{
	font-size: 26px;
	font-weight: bold;
	color: #00489D;
}
.days_dash .digit{}
.days_dash .digit div{
	color: #CA020A;
}
.dj_title{
	width:100%;
	color:#B11E23;
	text-align:center;
	margin:20px 0px;
	font-size:16px;
	font-weight:bold;
}
.dash_title {
	width:100%;
	position: absolute;
	display: block;
	bottom: 0px;
	text-align:center;
	font-weight:bold;
	font-size: 12px;
	color: #c93e1c;
}
#dateShow1{width:300px;height:80px;margin:0 auto;}

.wrap-box{width:1100px;min-width:1100px; margin:6% auto;}
h1{line-height:2; font-size:30px; text-align: center; margin-bottom:40px;}
 table.data-table{width:100%;}
 table.data-table tr:odd{background:#dcebff;}
 table.data-table td{line-height:24px;padding:3px;vertical-align: top;}
 table.data-table th{height:50px;line-height:50px;padding: 3px;font-size:20px;text-align: left;}
 table.data-table .colspan-a{width:35%;}
 table.data-table .colspan-b{width:25%;}
 table.data-table .colspan-c{width:40%;}
 table.data-table td pre{display: block; padding:5px; border: 1px solid #00caff;background: #f8fcff;text-align: left;}
.testBtn-a{display: inline-block;height:30px;line-height:30px;padding:0 10px; border:0; border-radius:5px;color:#fff;background:rgb(65,133,244);cursor: pointer;}
.testBtn-a.on{background:#c9c9c9;color:#666;cursor: default;}
.data-show-box{line-height:30px;}
.date-tiem-span,.date-s-span{display: inline-block;font-size:16px;font-weight:700; width:50px; height:50px;line-height:50px; text-align: center; color:#fff; border-radius:10px;}
.date-tiem-span{background: #363839;}
.date-s-span{ background:#B11E23;}
.date-select-a{margin-right:5px;}