
	body{
		background: #f0f0f0;
	}

	html,body,main{
		width: 100%;
	}

	cite{
		float: right;
		color: #999;
		font-size: 10px;
		font-style: normal;
	}
	
	a:hover{
		text-decoration: none;
	}

	main{
		margin-top: 50px;
	}

	header{
		background: #0fb5a7;
		height: 50px;
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	    text-align: center;
	    z-index: 99999;
	}
	header a{
		position: absolute;
		display: block;
		width: 48px;
		height: 50px;
		text-align: center;
	}
	header a img{
		/**/
	}
	header a.back img{
		margin-top: 16px;
	}
	header h1{
		text-align: center;
		display: inline-block;
		width: 70%;
		padding: 0;
		margin: 0 auto;
		height: 50px;
		line-height: 48px;
		color: #fff;
		font-size: 18px;
	}

	h3.title{
		font-weight: 400;
		font-size: 12px;
		color: #999;
		padding: 0 1em;
		line-height: 32px;
		height: 32px;
		margin: 0;
		border-bottom: 1px solid #E1E1E1;
		background: #f0f0f0;
	}

	h4.title{
		font-weight: 400;
		font-size: 14px;
		color: #333;
		padding: 0 4%;
		line-height: 48px;
		height: 48px;
		margin: 0;
		border-bottom: 1px solid #E1E1E1;
		background: #f0f0f0;
	}