@import url(common.css);
.main {
  	-webkit-flex: 1;
  	width: 100%;
  	padding-top:.48rem;
  	overflow-y: scroll;
}
.main h2{
	font-size: .48rem;
	color:#333;
	text-align: center;
	font-weight: normal;
	margin-bottom: .36rem;
}
article{
	width: 100%;
    padding: 0 .64rem;
}
article p{
	text-indent: 2em;
	line-height: .44rem;
	color:#929292;
}
