@charset "utf-8";
/* 基本属性 */
body {
	font-family: "宋体";
	font-size: 13px;
	line-height: 18px;
	color: #b7b3b3;
	background-image: url(images/w_bg.jpg);
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
.g {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* 礼包区 */
.lb_bg{
	background-image: url(images/lb_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
}
.lb_word{
	font-size: 16px;
	color: #fff;
}
/* 活动，礼包兑换区 */
.rule_bg{
	background-image: url(images/rule_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.rule_br{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 15px;
}
.rule_word{
	font-size: 14px;
	color: #fff;
}
/* 问答换区 */
.que_bg{
	background-image: url(images/que_m.jpg);
	background-repeat: repeat-y;
}
.que_br{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
/* 版权区 */
.b_bg{
	background-image: url(images/b_bg.jpg);
	background-repeat: no-repeat;
}
.b_word{
	font-size: 12px;
	color: #666;
}
.b_link a:link, .b_link a:visited {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.b_link a:hover{
	text-decoration: underline;
}
