/* CSS Document */
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul, ol, li {
	list-style: none;
}
em, i {
	font-style: normal;
}
img {
	border: none;
}
input, img {
	vertical-align: middle;
}
html {
	font-size: 16px;
	height: 100%;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
}
body {
	margin: 0 auto;
	width: 100%;
	font: 85%/1 "\9ED1\4F53";
	background-color:#ffffff;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	font-family: '微软雅黑';
	font-size: 16px;
}

  .p-index
  { 
	display:none; 
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	overflow-y:auto;
	background-color:#180604;
  }
  .clear
  { 
	 clear: both;
  }
  /********
    reward主体样式
  ************/
  .reward-con
  {
	position:relative; 
	width:100%; 
	height:auto; 
	overflow-y:auto;
  }
	  
