.rewards {
	width:100%;
	margin:0px auto;
	border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
}
.rewards a:hover  {
   color: #333333;
}
.hide_box {
	z-index:999;
	filter:alpha(opacity=50);
	background:#000;
	opacity:0.5;
	-moz-opacity:0.5;
	left:0;
	top:0;
	height:99%;
	width:100%;
	position:fixed;
	display:none;
}
.shang_box {
	width:340px;
	height:360px;
	padding:10px;
	background-color:#fff;
	border-radius:10px;
	position:fixed;
	z-index:1000;
	left:50%;
	top:50%;
	margin-left:-209px;
	margin-top:-200px;
	border:1px dotted #dedede;
	display:none;
}
.shang_box img {
	border:none;
	border-width:0;
}
.dashang {
	display: block;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    line-height: 60px;
    color: #fff;
    font: 400 30px/60px 'microsoft yahei';
    background: #FEC22C;
    text-align: center;
    text-decoration: none;
    margin: 5px auto;
    margin-top: -12px;
}
.dashang:hover {
	font-size:25px;
	color:#fff;
}
.shang_close {
	float:right;
	display:inline-block;
}
.shang_logo {
	display:block;
	text-align:center;
	margin:20px auto;
}
.shang_tit {
	width:100%;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#a3a3a3;
	font-size:16px;
	font-family:'Microsoft YaHei';
	margin-top:0px;
	margin-right:0px;
}
.shang_tit p {
	color:#545454;
	text-align:center;
	font-size:16px;
}
.shang_payimg {
	width:210px;
	margin:0 auto;
	height:210px;
}
.shang_payimg img {
	display:block;
	text-align:center;
	width:210px;
	height:210px;
}
.pay_explain {
	text-align:center;
	margin:10px auto;
	font-size:12px;
	color:#545454;
}
.radiobox {
	width:16px;
	height:16px;
	background:url('radio2.jpg');
	display:block;
	float:left;
	margin-top:5px;
	margin-right:14px;
}
.checked .radiobox {
	background:url('radio1.jpg');
}
.shang_payselect {
	text-align:center;
	margin:0 auto;
	margin-top:10px;
	cursor:pointer;
	height:30px;
	width:280px;
}
.shang_payselect .pay_item {
	display:inline-block;
	margin-right:10px;
	float:left;
}
.shang_info {
	clear:both;
}
.shang_info p,.shang_info a {
	color:#545454;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	line-height:2em;
	margin-top:-5px;
}
