
/* CSS Document */
body, div {
	font-family:"Microsoft YaHei", "微软雅黑", "黑体";
	color: #666;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
}
dd, dl, dt, form, h1, h2, h3, h4, h5, h6, img, input, li, p, span, ul, ol {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
a:link, a:visited {
	text-decoration: none;
}
dd, li {
	list-style-type: none;
}
.none {
	display: none;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}
::-moz-selection {
	background:#8DC63F;
	color:#fff;
}
::selection {
	background: #8DC63F;
	color: #fff;
}
a:focus, input {
	outline: 0;
}
body{
	width:100%;
	height:100%;
	background:url(../image/tip-bg.gif) repeat-y center top;
}
.tipBgBox{
	width:916px;
	height:568px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-284px 0px 0px -458px;
	background:url(../image/box-bg.jpg) no-repeat;
}
.tipBox{
	width:916px;
	height:568px;
}
.tipBox p.tip{
	width:400px;
	line-height:50px;
	font-size:30px;
	color:#343434;
	padding:190px 88px 0px 428px;
}
.tipBox p.countDown{
	width:400px;
	line-height:50px;
	font-size:20px;
	color:#343434;
	padding:25px 88px 0px 428px;
}
.tipBox p.countDown a{
	color:#0d7dd3;
	text-decoration:underline;
}
.tipBox p.countDown a:hover{
	text-decoration:none;
}
#countDown{
	color:#ff0000;
}








