.wrapper {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-top: 10px;
  overflow: hidden;
  background: #FFF;
}
.topUp img{width:100%}
.main h1 {
  font-size: 18px;
  text-align: center;
  margin: 5px;
}
.main h2 {
  text-align: center;
  font-family: 微软雅黑;
  font-weight: normal;
  font-size: 21px;
  color: #a70000;
  line-height: 46px;
  overflow: hidden;
}
.main p {
  	font-size: 15px;
  	text-indent: 2em;
	font-family: "Microsoft Yahei";
	line-height:22px
}