@charset "utf-8";
/* CSS Document */


body {
	width: 100%;
    font: normal 100% Helvetica, Arial, sans-serif;
    margin: 0 auto;
		
}
.maxwidth {
	margin: 0 auto;
	padding:0 10px;
	max-width:750px;	
}


.doc-item{
  margin-bottom: 10px;
  padding: 0 5px;
}
.doc-title{
  position: relative;
  padding-left: 5px;
  line-height: 2;
  font-size: 18px;
  color: #ed4545;
}
.doc-title:before{
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  width: 1px;
  height: 16px;
  background: #ed4545;
}
.doc-p{
  position: relative;
  padding-left: 20px;
  line-height: 1.7;
  font-size: 16px;
  color: #333;
}
.doc-p .label{
  position: absolute;
  top: 0;
  left: 0;
}
.reward-block{
  width: 90%;
  margin: 10px auto;
  padding: 15px 20px;
  line-height: 1.5;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
}
.reward-block-one{
  background:  #FC878A;
}
.reward-block-two{
  background: #FC9179;
}
.doc-bg{
  background:  #FFFFFF;
}

.foot {
	background-color: #39B73A;
	/* line-height: 40px; */
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	font-size: 16px;
	/* font-weight: bold; */
	color: #FFF;
	
}

a:link {color: #FFF ;}  
a:visited {color: #FFF ;} 