﻿.Main {
	margin: 0 auto;
	padding: 0;
	padding-top:2.5rem;
}
/*外框样式*/
.Box {
	background: #fff;
	padding:1.5rem;
	
}
.Main .title {
	margin-top:0.8rem;
	font-size:1.4rem !important;
}
.Main .news-tips {
	font-size:0.9rem !important;
	color:#888;
}
.Main img {
	width:100% !important;
}
.Main p {
	display: block;
	font-size:1rem !important;
	line-height: 1.8rem !important;
}

.padding_top{
	padding-top:1.5rem;
}
.header{
	position:fixed;
	top:0;
	width:100%;
	height:2.5rem;
	background:#FE5C08;
}
.header .back{
	float:left;
	margin-left:0.5rem;
	color:#fff;
	font-size:1.1rem;
	height:2.5rem;
	line-height:2.5rem;
}
.header .share{
	float:right;
	margin-right:0.5rem;
	color:#fff;
	font-size:1.1rem;
	height:2.5rem;
	line-height:2.5rem;
}
