body, body * {
	font-family: STHeiti STXihei, DroidSansFallback, Microsoft JhengHei, Microsoft YaHei, Helvetica,	DroidSans, Tohoma, Arial; 
	margin: 0;
	text-decoration: none;
}

body{
	background-image: url(../images/bg_texture.jpg);
	background-repeat: repeat;
	background-position: center;
}

img{
	border: 0;
}

em{
	font-style: normal;
}

/* ************************************** */

/* ****颜色**** */
body{
	background-color: #e7f2ff; /* 网页背景色 */
}
.motit{
	color: #fff; /* 标题字色 */
	text-shadow: 0px 2px #4065fa; /* 标题字阴影 */
}
p{
	color: #fff; /* 正文字色 */
}
p .highlight{
	color: #ffd650; /* 正文高亮字色 */
}
#time span{
	color: #fff; /* 时间字色 */
}
.tip span{
	color: #fff; /* 仅供参考字色 */
}
.awtit span{
	color: #fff; /* 礼物字色 */
}
.copyright p, .copyright a{
	color: #666;
}
.copyright a:hover{
	color: #4065fa;
}

/* ****尺寸**** */
.motit{/* 标题文字 */
	width: 250px; 
	height: 84px;
	line-height: 84px; /* 等同图片高度 */
}


/* ************************************** */

.bold{
	font-weight: bold;
}

.header {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.wrapper{
    margin: 0 auto;
}

.header .bg_header{
    background-repeat: no-repeat;
    background-position: center;
	margin: 0;
	width: auto;
}

.container{
	margin: 0 auto;
	width: 1116px;
	z-index: 19;
}

.card{
	z-index: 999;
}

.wr{
	position: relative;
	margin: 0;
}

.motit{
	background: url(../images/title_bg.png) 0 0 no-repeat;
	font-weight: bold;
	margin: 0 auto 20px;
	text-align: center;
}


/* 时间 */
#time .time_date{
	margin: 0 auto;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top center;
}


/* 奖品 */
.awtit{
	text-align: center;
}

.awtit span{
	font-weight: bold;
}

.hl{
	background: url(../images/hl_text.png) no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/hl_text.png',sizingMethod='scale'); /* lower than ie9 */
	background:none\9;
	background-size: 100%;
	width: 290px;
	height: 84px;
}


/* 二维码 */
.tip_qrc{
	background-image: url(../images/tip_qrcode.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tip_qrcode.png',sizingMethod='scale'); /* lower than ie9 */
	background:none\9;
	background-repeat: no-repeat;
	background-position: 0;
	background-size: 100%;
}

.wrap_qrc img{
	margin: 0 auto;
	padding: 11px;
	background-color: #fff;
	border-radius: 20px;
	border: 6px solid #ffd650;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}


/* 教程 */

.sub_title{
	text-align: center;
	font-weight: bold;
	background-color: #ea5170;
	border: 6px solid #771029;
	border-radius: 30px;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #fff;
}

.wrap_how .how img{
	width: 100%;
}


/* footer */

.copyright{
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center;
}