@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body{background: url(images/x_body_bg.jpg) no-repeat center 31px #2D1911;}
.wraper {
	
	width: 100%;
	height:370px;
}
.header_wraper {
	background: url(images/header_bg.jpg) no-repeat center top;
	width: 960px;
	height:370px;
	margin: 0 auto;
	position:relative;
}
h1.logo{position: absolute;top:10px;left:-10px;}
.container {
	
	width: 100%;
}

.content {
	background: url(images/content_bg.jpg) no-repeat center top;
	width: 920px;
	padding:0 15px 0 25px;
	margin: 0 auto;
	height:365px;
}
.card {
	width: 806px;
	padding: 24px 0px;
	height: 310px;
	float: left;
}
	.card .card_inner {
		width:805px;
		margin: auto;
		height: 316px;
		overflow: hidden;
		position: relative;
	}
	.card ul, .card ul li {
		list-style: none;
		float: left;
		display: block;
	}
	.card ul {
		width:805px;
		height: 316px;
		display: block;
	}
	.card ul li {
		width:115px;
		height:158px;
		overflow: hidden;
	}
	.card .img_day{
		position:relative;
		top:-35px;
		left:10px;
	}
.rule {
	background: url(images/rule_bg.jpg) no-repeat center top;
	width: 860px;
	margin:0 auto;
	height: 340px;
	padding: 20px 50px;
	line-height: 24px;
	color:#b39965;
}
.rule h2{color:#dec778;font-weight:900;}
.left_icon {
	float: left;
	width: 56px;
	display: block;
	text-align: center;
	line-height: 350px;
}
.right_icon {
	float: right;
	width: 56px;
	display: block;
	text-align: center;
	line-height: 350px;
}
.left_icon, .right_icon {
	padding-top: 155px;
}

.f_c {
	clear: both;
}

.clear {
	clear:both;	
}

.bold {
	font-weight:bold;	
}

.nav {
	float:right;
	width:125px;
	height:35px;
	margin-right:60px;
	display:inline;
}

	.nav a {
		display:block;
		height:35px;
		width:125px;
		cursor:pointer;
		float:left;
	}
	
	.header_wraper .sign_count {
		position:absolute;
		right:205px;
		top:290px;
		font-size:16px;
		width:200px;
		color:#f2d8a5;
	}
	#sign_count{color:#ffdc52;}
	
	.header_wraper .pop_button {
		float:right;
		display:block;
		width:190px;
		height:60px;
		margin-top:275px;
		margin-right:215px;
		cursor:pointer;
	}
	
.footer{
	margin:auto;
	background:url(images/foot_bg.jpg) no-repeat center top;
	text-align:center;
	line-height:22px;
	bottom:10px;
	width:960px;
	height:285px;
}

.footer_bottom{color:#d7b46f;text-align:center;}
		.footer_bottom h3{color:#ffffff; font-family:黑体;font-size:18px;background:url(images/foot_logo.png) no-repeat 0 0 transparent;height:45px;line-height:45px; width:300px; margin:0 auto;position:relative;left:60px;}

.show_box {
	width: 100%;
	position: absolute;
	z-index: 999;
	top: 300px;
}
.show_my_award {
	width: 553px;
	height: 233px;
	padding: 70px 35px 0;
	background: url(images/award.jpg) no-repeat;
	margin: 0 auto;
	display: block;
}
	.show_my_award ul, .show_my_award ul li {
		list-style: none;
	}
	.show_my_award ul {
		height: 168px;
		overflow-y: auto;
	}
	.show_my_award ul li {
		float: left;
		display: inline-block;
		background: url(images/award_bg.jpg) no-repeat;
		width: 40px;
		height: 41px;
		padding: 4px 4px;
		margin: 0 0 12px 11px;
	}
	.get {
		padding-top:10px;
		text-align: right;
	}
.show_dialog {
	width: 100%;
	height: 1280px;
	background: #000;
	z-index: 100; 
	position: absolute;
	top: 0; 
	left: 0;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.activation_code {
	float:left;
	color:red;
	font-weight:bold;
	line-height:40px;
	padding-left:10px;
	font-size:16px;
}