html,body{
    background-color: #fff;
    -webkit-text-size-adjust:none
}
/* header */
.bar-nav {
	height: 3.5rem;
	border-bottom: 1px solid #dcdcdc;
	line-height: 3.2rem;
	background-color: #f7f7f7;
	color: #2e2e2e;
}
.bar-nav .btn {
	height: 3.5rem;
    font-size: 1.9rem;
    padding: 0 0.2rem;
    margin: 0;
	justify-content: center;
    align-items: center;
	display: flex;
    display: -webkit-flex;
}
.bar-nav .title {
	height: 3.5rem;
	font-size: 1.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align:center;
	padding-top:0.2rem;
}
.article {
	 padding: 0 1.2rem;
}
.article h2{
	 padding: 1.2rem 0 0.8rem;
	 margin:0px;
	 font-weight: bold;
}
.article h5{
	margin:0px;
	color: #999;
	font-weight: 300;
	padding-bottom: 0.8rem;
}
.article p{
	 margin-top:0.8rem;
}
.article img{
	width: 98%;
	height: auto;
}
.copyright-info{
	background-color: #f0f0f0;
    padding: 0.8rem;
	margin: 0;
}