* {
	margin: 0;
	padding: 0;
	font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Source Han Sans", "Noto Sans CJK Sc", "Microsoft YaHei", "Microsoft Jhenghei", sans-serif;
}

.individualRewards {
	padding: 0 36px;
	height: 1100px;	 
	min-height:800px;
}

.header {
	height: 70px;
	padding-top: 36px;
	padding-left: 5px;
	border-bottom: 1px solid #e3e5f1;
	font-size: 17px;
	color: #2d303c
}

.nav {
	width: 100%;
	font-size: 16px;
	color: #666666;
	margin-top: 33px;
	line-height: 28px;
	border-bottom: 1px solid #e3e5f1;
}

.queryNav {
	width: 100%;
	height: 224px;
	position: relative;
	border-bottom: 1px solid #e3e5f1;
}

.query {
	text-align: center;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	margin-top: 42px;
}

.button_yes {
	width: 108px;
	height: 40px;
	position: absolute;
	background: #ffffff;
	border: 1px solid #e3e5f1;
	text-align: center;
	line-height: 40px;
	margin-top: 47px;
	margin-left: 300px;
	font-size: 14px;
	cursor: pointer;
}
.button_yes:hover,.button_no:hover{
	background-color: #F6BA03;
	color: #ffffff;
}
.boxYes{
	clear: both;
}

.button_no {
	width: 108px;
	height: 40px;
	position: absolute;
	background: #ffffff;
	border: 1px solid #e3e5f1;
	text-align: center;
	line-height: 40px;
	margin-top: 47px;
	margin-left: 450px;
	font-size: 14px;
	cursor: pointer;
}

.BNO {
	width: 108px;
	height: 40px;
	position: absolute;
	background: #e3e5f1;
	border: 1px solid #e3e5f1;
	text-align: center;
	line-height: 40px;
	margin-top: -40px;
	margin-left: 0px;
	font-size: 14px;
	display: none;
}

.summarize {
	text-align: center;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	margin-top: 140px;
}

.footer_list {
	width: 100%;
	height: 224px;
	position: relative;
}

.leftList {
	position: absolute;
	margin-left: 139px;
	margin-top: 30px;
}

.title {
	font-size: 17px;
	color: #333333;
	font-weight: 600;
}

.leftList_nav {
	margin-top: 15px;
}

.leftList_nav li a {
	font-size: 13px;
	line-height: 28px;
	color: #333333;
}

.rightList {
	position: absolute;
	margin-left: 65%;
	margin-top: 30px;
}